teleproto - v1.229.0
    Preparing search index...

    Class UserFull

    Hierarchy (View Summary)

    • VirtualClass<
          {
              about?: string;
              birthday?: TypeBirthday;
              blocked?: boolean;
              blockedMyStoriesFrom?: boolean;
              botBroadcastAdminRights?: TypeChatAdminRights;
              botCanManageEmojiStatus?: boolean;
              botGroupAdminRights?: TypeChatAdminRights;
              botInfo?: Api.TypeBotInfo;
              botManagerId?: long;
              botVerification?: TypeBotVerification;
              businessAwayMessage?: TypeBusinessAwayMessage;
              businessGreetingMessage?: TypeBusinessGreetingMessage;
              businessIntro?: TypeBusinessIntro;
              businessLocation?: TypeBusinessLocation;
              businessWorkHours?: TypeBusinessWorkHours;
              canPinMessage?: boolean;
              canViewRevenue?: boolean;
              commonChatsCount: int;
              contactRequirePremium?: boolean;
              disallowedGifts?: TypeDisallowedGiftsSettings;
              displayGiftsButton?: boolean;
              fallbackPhoto?: Api.TypePhoto;
              folderId?: int;
              hasScheduled?: boolean;
              id: long;
              mainTab?: TypeProfileTab;
              noforwardsMyEnabled?: boolean;
              noforwardsPeerEnabled?: boolean;
              note?: TypeTextWithEntities;
              notifySettings: TypePeerNotifySettings;
              personalChannelId?: long;
              personalChannelMessage?: int;
              personalPhoto?: Api.TypePhoto;
              phoneCallsAvailable?: boolean;
              phoneCallsPrivate?: boolean;
              pinnedMsgId?: int;
              privateForwardName?: string;
              profilePhoto?: Api.TypePhoto;
              readDatesPrivate?: boolean;
              savedMusic?: TypeDocument;
              sendPaidMessagesStars?: long;
              settings: Api.TypePeerSettings;
              sponsoredEnabled?: boolean;
              stargiftsCount?: int;
              starrefProgram?: TypeStarRefProgram;
              starsMyPendingRating?: TypeStarsRating;
              starsMyPendingRatingDate?: int;
              starsRating?: TypeStarsRating;
              stories?: Api.TypePeerStories;
              storiesPinnedAvailable?: boolean;
              theme?: TypeChatTheme;
              translationsDisabled?: boolean;
              ttlPeriod?: int;
              unofficialSecurityRisk?: boolean;
              videoCallsAvailable?: boolean;
              voiceMessagesForbidden?: boolean;
              wallpaper?: TypeWallPaper;
              wallpaperOverridden?: boolean;
          },
      >
      • UserFull
    Index
    • Parameters

      • args: {
            about?: string;
            birthday?: Birthday;
            blocked?: boolean;
            blockedMyStoriesFrom?: boolean;
            botBroadcastAdminRights?: ChatAdminRights;
            botCanManageEmojiStatus?: boolean;
            botGroupAdminRights?: ChatAdminRights;
            botInfo?: Api.BotInfo;
            botManagerId?: BigInteger;
            botVerification?: BotVerification;
            businessAwayMessage?: BusinessAwayMessage;
            businessGreetingMessage?: BusinessGreetingMessage;
            businessIntro?: BusinessIntro;
            businessLocation?: BusinessLocation;
            businessWorkHours?: BusinessWorkHours;
            canPinMessage?: boolean;
            canViewRevenue?: boolean;
            commonChatsCount: number;
            contactRequirePremium?: boolean;
            disallowedGifts?: DisallowedGiftsSettings;
            displayGiftsButton?: boolean;
            fallbackPhoto?: Api.TypePhoto;
            folderId?: number;
            hasScheduled?: boolean;
            id: BigInteger;
            mainTab?: TypeProfileTab;
            noforwardsMyEnabled?: boolean;
            noforwardsPeerEnabled?: boolean;
            note?: TextWithEntities;
            notifySettings: PeerNotifySettings;
            personalChannelId?: BigInteger;
            personalChannelMessage?: number;
            personalPhoto?: Api.TypePhoto;
            phoneCallsAvailable?: boolean;
            phoneCallsPrivate?: boolean;
            pinnedMsgId?: number;
            privateForwardName?: string;
            profilePhoto?: Api.TypePhoto;
            readDatesPrivate?: boolean;
            savedMusic?: TypeDocument;
            sendPaidMessagesStars?: BigInteger;
            settings: Api.PeerSettings;
            sponsoredEnabled?: boolean;
            stargiftsCount?: number;
            starrefProgram?: StarRefProgram;
            starsMyPendingRating?: StarsRating;
            starsMyPendingRatingDate?: number;
            starsRating?: StarsRating;
            stories?: Api.PeerStories;
            storiesPinnedAvailable?: boolean;
            theme?: TypeChatTheme;
            translationsDisabled?: boolean;
            ttlPeriod?: number;
            unofficialSecurityRisk?: boolean;
            videoCallsAvailable?: boolean;
            voiceMessagesForbidden?: boolean;
            wallpaper?: TypeWallPaper;
            wallpaperOverridden?: boolean;
        }

      Returns Api.UserFull

    • Returns {
          about?: string;
          birthday?: Birthday;
          blocked?: boolean;
          blockedMyStoriesFrom?: boolean;
          botBroadcastAdminRights?: ChatAdminRights;
          botCanManageEmojiStatus?: boolean;
          botGroupAdminRights?: ChatAdminRights;
          botInfo?: Api.BotInfo;
          botManagerId?: BigInteger;
          botVerification?: BotVerification;
          businessAwayMessage?: BusinessAwayMessage;
          businessGreetingMessage?: BusinessGreetingMessage;
          businessIntro?: BusinessIntro;
          businessLocation?: BusinessLocation;
          businessWorkHours?: BusinessWorkHours;
          canPinMessage?: boolean;
          canViewRevenue?: boolean;
          commonChatsCount: number;
          contactRequirePremium?: boolean;
          disallowedGifts?: DisallowedGiftsSettings;
          displayGiftsButton?: boolean;
          fallbackPhoto?: Api.TypePhoto;
          folderId?: number;
          hasScheduled?: boolean;
          id: BigInteger;
          mainTab?: TypeProfileTab;
          noforwardsMyEnabled?: boolean;
          noforwardsPeerEnabled?: boolean;
          note?: TextWithEntities;
          notifySettings: PeerNotifySettings;
          personalChannelId?: BigInteger;
          personalChannelMessage?: number;
          personalPhoto?: Api.TypePhoto;
          phoneCallsAvailable?: boolean;
          phoneCallsPrivate?: boolean;
          pinnedMsgId?: number;
          privateForwardName?: string;
          profilePhoto?: Api.TypePhoto;
          readDatesPrivate?: boolean;
          savedMusic?: TypeDocument;
          sendPaidMessagesStars?: BigInteger;
          settings: Api.PeerSettings;
          sponsoredEnabled?: boolean;
          stargiftsCount?: number;
          starrefProgram?: StarRefProgram;
          starsMyPendingRating?: StarsRating;
          starsMyPendingRatingDate?: number;
          starsRating?: StarsRating;
          stories?: Api.PeerStories;
          storiesPinnedAvailable?: boolean;
          theme?: TypeChatTheme;
          translationsDisabled?: boolean;
          ttlPeriod?: number;
          unofficialSecurityRisk?: boolean;
          videoCallsAvailable?: boolean;
          voiceMessagesForbidden?: boolean;
          wallpaper?: TypeWallPaper;
          wallpaperOverridden?: boolean;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    about?: string
    birthday?: Birthday
    blocked?: boolean
    blockedMyStoriesFrom?: boolean
    botBroadcastAdminRights?: ChatAdminRights
    botCanManageEmojiStatus?: boolean
    botGroupAdminRights?: ChatAdminRights
    botInfo?: Api.BotInfo
    botManagerId?: BigInteger
    botVerification?: BotVerification
    businessAwayMessage?: BusinessAwayMessage
    businessGreetingMessage?: BusinessGreetingMessage
    businessIntro?: BusinessIntro
    businessLocation?: BusinessLocation
    businessWorkHours?: BusinessWorkHours
    canPinMessage?: boolean
    canViewRevenue?: boolean
    className: "UserFull"
    classType: "constructor"
    commonChatsCount: number
    CONSTRUCTOR_ID: 114026053
    contactRequirePremium?: boolean
    disallowedGifts?: DisallowedGiftsSettings
    displayGiftsButton?: boolean
    fallbackPhoto?: Api.TypePhoto
    folderId?: number
    hasScheduled?: boolean
    id: BigInteger
    mainTab?: TypeProfileTab
    noforwardsMyEnabled?: boolean
    noforwardsPeerEnabled?: boolean
    notifySettings: PeerNotifySettings
    originalArgs: {
        about?: string;
        birthday?: Birthday;
        blocked?: boolean;
        blockedMyStoriesFrom?: boolean;
        botBroadcastAdminRights?: ChatAdminRights;
        botCanManageEmojiStatus?: boolean;
        botGroupAdminRights?: ChatAdminRights;
        botInfo?: Api.BotInfo;
        botManagerId?: BigInteger;
        botVerification?: BotVerification;
        businessAwayMessage?: BusinessAwayMessage;
        businessGreetingMessage?: BusinessGreetingMessage;
        businessIntro?: BusinessIntro;
        businessLocation?: BusinessLocation;
        businessWorkHours?: BusinessWorkHours;
        canPinMessage?: boolean;
        canViewRevenue?: boolean;
        commonChatsCount: number;
        contactRequirePremium?: boolean;
        disallowedGifts?: DisallowedGiftsSettings;
        displayGiftsButton?: boolean;
        fallbackPhoto?: Api.TypePhoto;
        folderId?: number;
        hasScheduled?: boolean;
        id: BigInteger;
        mainTab?: TypeProfileTab;
        noforwardsMyEnabled?: boolean;
        noforwardsPeerEnabled?: boolean;
        note?: TextWithEntities;
        notifySettings: PeerNotifySettings;
        personalChannelId?: BigInteger;
        personalChannelMessage?: number;
        personalPhoto?: Api.TypePhoto;
        phoneCallsAvailable?: boolean;
        phoneCallsPrivate?: boolean;
        pinnedMsgId?: number;
        privateForwardName?: string;
        profilePhoto?: Api.TypePhoto;
        readDatesPrivate?: boolean;
        savedMusic?: TypeDocument;
        sendPaidMessagesStars?: BigInteger;
        settings: Api.PeerSettings;
        sponsoredEnabled?: boolean;
        stargiftsCount?: number;
        starrefProgram?: StarRefProgram;
        starsMyPendingRating?: StarsRating;
        starsMyPendingRatingDate?: number;
        starsRating?: StarsRating;
        stories?: Api.PeerStories;
        storiesPinnedAvailable?: boolean;
        theme?: TypeChatTheme;
        translationsDisabled?: boolean;
        ttlPeriod?: number;
        unofficialSecurityRisk?: boolean;
        videoCallsAvailable?: boolean;
        voiceMessagesForbidden?: boolean;
        wallpaper?: TypeWallPaper;
        wallpaperOverridden?: boolean;
    }
    personalChannelId?: BigInteger
    personalChannelMessage?: number
    personalPhoto?: Api.TypePhoto
    phoneCallsAvailable?: boolean
    phoneCallsPrivate?: boolean
    pinnedMsgId?: number
    privateForwardName?: string
    profilePhoto?: Api.TypePhoto
    readDatesPrivate?: boolean
    savedMusic?: TypeDocument
    sendPaidMessagesStars?: BigInteger
    settings: Api.PeerSettings
    sponsoredEnabled?: boolean
    stargiftsCount?: number
    starrefProgram?: StarRefProgram
    starsMyPendingRating?: StarsRating
    starsMyPendingRatingDate?: number
    starsRating?: StarsRating
    stories?: Api.PeerStories
    storiesPinnedAvailable?: boolean
    SUBCLASS_OF_ID: 524706233
    translationsDisabled?: boolean
    ttlPeriod?: number
    unofficialSecurityRisk?: boolean
    videoCallsAvailable?: boolean
    voiceMessagesForbidden?: boolean
    wallpaper?: TypeWallPaper
    wallpaperOverridden?: boolean