@book000/twitterts
    Preparing search index...

    Variable ObjectConverterConst

    ObjectConverter: {
        convertCoordinates(
            legacy: CustomTweetLegacyObject,
        ): undefined | Coordinates;
        convertExtendedEntities(legacy: CustomTweetLegacyObject): ExtendedEntities;
        convertPlace(legacy: CustomTweetLegacyObject): undefined | Place;
        convertToFullUser(
            response: GraphQLGetUserByScreenNameSuccessResponse,
        ): FullUser;
        convertToStatus(tweet: CustomTweetObject): Status;
        convertToVideoInfo(
            videoInfo: undefined | CustomEntityVideoInfoObject,
        ): undefined | VideoInfo;
        convertTweetEntities(legacy: CustomTweetLegacyObject): Entities;
        convertUserEntities(legacy: CustomUserLegacyObject): UserEntities;
    } = ...

    オブジェクトを変換するクラス

    Type declaration

    • convertCoordinates: function
    • convertExtendedEntities: function
      • ツイートのレガシーオブジェクトから拡張エンティティを変換する

        Parameters

        Returns ExtendedEntities

        拡張エンティティ

    • convertPlace: function
    • convertToFullUser: function
    • convertToStatus: function
    • convertToVideoInfo: function
      • Parameters

        • videoInfo: undefined | CustomEntityVideoInfoObject

        Returns undefined | VideoInfo

    • convertTweetEntities: function
    • convertUserEntities: function
      • ユーザーのレガシーオブジェクトからユーザーエンティティを変換する

        Parameters

        Returns UserEntities

        ユーザーエンティティ