type github.com/gotd/td/tg.UserFull
80 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L3791: UserFullTypeID: func() bin.Object { return &UserFull{} },
tl_user_full_gen.go#L38: type UserFull struct {
tl_user_full_gen.go#L183: _ bin.Encoder = &UserFull{}
tl_user_full_gen.go#L184: _ bin.Decoder = &UserFull{}
tl_user_full_gen.go#L185: _ bin.BareEncoder = &UserFull{}
tl_user_full_gen.go#L186: _ bin.BareDecoder = &UserFull{}
tl_user_full_gen.go#L189: func (u *UserFull) Zero() bool {
tl_user_full_gen.go#L291: func (u *UserFull) String() string {
tl_user_full_gen.go#L295: type Alias UserFull
tl_user_full_gen.go#L300: func (u *UserFull) FillFrom(from interface {
tl_user_full_gen.go#L412: func (*UserFull) TypeID() uint32 {
tl_user_full_gen.go#L417: func (*UserFull) TypeName() string {
tl_user_full_gen.go#L422: func (u *UserFull) TypeInfo() tdp.Type {
tl_user_full_gen.go#L583: func (u *UserFull) SetFlags() {
tl_user_full_gen.go#L665: func (u *UserFull) Encode(b *bin.Buffer) error {
tl_user_full_gen.go#L674: func (u *UserFull) EncodeBare(b *bin.Buffer) error {
tl_user_full_gen.go#L772: func (u *UserFull) Decode(b *bin.Buffer) error {
tl_user_full_gen.go#L783: func (u *UserFull) DecodeBare(b *bin.Buffer) error {
tl_user_full_gen.go#L938: func (u *UserFull) SetBlocked(value bool) {
tl_user_full_gen.go#L949: func (u *UserFull) GetBlocked() (value bool) {
tl_user_full_gen.go#L957: func (u *UserFull) SetPhoneCallsAvailable(value bool) {
tl_user_full_gen.go#L968: func (u *UserFull) GetPhoneCallsAvailable() (value bool) {
tl_user_full_gen.go#L976: func (u *UserFull) SetPhoneCallsPrivate(value bool) {
tl_user_full_gen.go#L987: func (u *UserFull) GetPhoneCallsPrivate() (value bool) {
tl_user_full_gen.go#L995: func (u *UserFull) SetCanPinMessage(value bool) {
tl_user_full_gen.go#L1006: func (u *UserFull) GetCanPinMessage() (value bool) {
tl_user_full_gen.go#L1014: func (u *UserFull) SetHasScheduled(value bool) {
tl_user_full_gen.go#L1025: func (u *UserFull) GetHasScheduled() (value bool) {
tl_user_full_gen.go#L1033: func (u *UserFull) SetVideoCallsAvailable(value bool) {
tl_user_full_gen.go#L1044: func (u *UserFull) GetVideoCallsAvailable() (value bool) {
tl_user_full_gen.go#L1052: func (u *UserFull) SetVoiceMessagesForbidden(value bool) {
tl_user_full_gen.go#L1063: func (u *UserFull) GetVoiceMessagesForbidden() (value bool) {
tl_user_full_gen.go#L1071: func (u *UserFull) SetTranslationsDisabled(value bool) {
tl_user_full_gen.go#L1082: func (u *UserFull) GetTranslationsDisabled() (value bool) {
tl_user_full_gen.go#L1090: func (u *UserFull) SetStoriesPinnedAvailable(value bool) {
tl_user_full_gen.go#L1101: func (u *UserFull) GetStoriesPinnedAvailable() (value bool) {
tl_user_full_gen.go#L1109: func (u *UserFull) SetBlockedMyStoriesFrom(value bool) {
tl_user_full_gen.go#L1120: func (u *UserFull) GetBlockedMyStoriesFrom() (value bool) {
tl_user_full_gen.go#L1128: func (u *UserFull) SetWallpaperOverridden(value bool) {
tl_user_full_gen.go#L1139: func (u *UserFull) GetWallpaperOverridden() (value bool) {
tl_user_full_gen.go#L1147: func (u *UserFull) GetID() (value int64) {
tl_user_full_gen.go#L1155: func (u *UserFull) SetAbout(value string) {
tl_user_full_gen.go#L1162: func (u *UserFull) GetAbout() (value string, ok bool) {
tl_user_full_gen.go#L1173: func (u *UserFull) GetSettings() (value PeerSettings) {
tl_user_full_gen.go#L1181: func (u *UserFull) SetPersonalPhoto(value PhotoClass) {
tl_user_full_gen.go#L1188: func (u *UserFull) GetPersonalPhoto() (value PhotoClass, ok bool) {
tl_user_full_gen.go#L1199: func (u *UserFull) SetProfilePhoto(value PhotoClass) {
tl_user_full_gen.go#L1206: func (u *UserFull) GetProfilePhoto() (value PhotoClass, ok bool) {
tl_user_full_gen.go#L1217: func (u *UserFull) SetFallbackPhoto(value PhotoClass) {
tl_user_full_gen.go#L1224: func (u *UserFull) GetFallbackPhoto() (value PhotoClass, ok bool) {
tl_user_full_gen.go#L1235: func (u *UserFull) GetNotifySettings() (value PeerNotifySettings) {
tl_user_full_gen.go#L1243: func (u *UserFull) SetBotInfo(value BotInfo) {
tl_user_full_gen.go#L1250: func (u *UserFull) GetBotInfo() (value BotInfo, ok bool) {
tl_user_full_gen.go#L1261: func (u *UserFull) SetPinnedMsgID(value int) {
tl_user_full_gen.go#L1268: func (u *UserFull) GetPinnedMsgID() (value int, ok bool) {
tl_user_full_gen.go#L1279: func (u *UserFull) GetCommonChatsCount() (value int) {
tl_user_full_gen.go#L1287: func (u *UserFull) SetFolderID(value int) {
tl_user_full_gen.go#L1294: func (u *UserFull) GetFolderID() (value int, ok bool) {
tl_user_full_gen.go#L1305: func (u *UserFull) SetTTLPeriod(value int) {
tl_user_full_gen.go#L1312: func (u *UserFull) GetTTLPeriod() (value int, ok bool) {
tl_user_full_gen.go#L1323: func (u *UserFull) SetThemeEmoticon(value string) {
tl_user_full_gen.go#L1330: func (u *UserFull) GetThemeEmoticon() (value string, ok bool) {
tl_user_full_gen.go#L1341: func (u *UserFull) SetPrivateForwardName(value string) {
tl_user_full_gen.go#L1348: func (u *UserFull) GetPrivateForwardName() (value string, ok bool) {
tl_user_full_gen.go#L1359: func (u *UserFull) SetBotGroupAdminRights(value ChatAdminRights) {
tl_user_full_gen.go#L1366: func (u *UserFull) GetBotGroupAdminRights() (value ChatAdminRights, ok bool) {
tl_user_full_gen.go#L1377: func (u *UserFull) SetBotBroadcastAdminRights(value ChatAdminRights) {
tl_user_full_gen.go#L1384: func (u *UserFull) GetBotBroadcastAdminRights() (value ChatAdminRights, ok bool) {
tl_user_full_gen.go#L1395: func (u *UserFull) SetPremiumGifts(value []PremiumGiftOption) {
tl_user_full_gen.go#L1402: func (u *UserFull) GetPremiumGifts() (value []PremiumGiftOption, ok bool) {
tl_user_full_gen.go#L1413: func (u *UserFull) SetWallpaper(value WallPaperClass) {
tl_user_full_gen.go#L1420: func (u *UserFull) GetWallpaper() (value WallPaperClass, ok bool) {
tl_user_full_gen.go#L1431: func (u *UserFull) SetStories(value PeerStories) {
tl_user_full_gen.go#L1438: func (u *UserFull) GetStories() (value PeerStories, ok bool) {
tl_user_full_gen.go#L1450: func (u *UserFull) GetPersonalPhotoAsNotEmpty() (*Photo, bool) {
tl_user_full_gen.go#L1459: func (u *UserFull) GetProfilePhotoAsNotEmpty() (*Photo, bool) {
tl_user_full_gen.go#L1468: func (u *UserFull) GetFallbackPhotoAsNotEmpty() (*Photo, bool) {
tl_users_user_full_gen.go#L40: FullUser UserFull
tl_users_user_full_gen.go#L86: GetFullUser() (value UserFull)
tl_users_user_full_gen.go#L231: func (u *UsersUserFull) GetFullUser() (value UserFull) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |