user

package
v0.96.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 28, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Predicate_userImportedContacts                  = "userImportedContacts"
	Predicate_usersDataFound                        = "usersDataFound"
	Predicate_usersIdFound                          = "usersIdFound"
	Predicate_peerPeerNotifySettings                = "peerPeerNotifySettings"
	Predicate_lastSeenData                          = "lastSeenData"
	Predicate_user_getLastSeens                     = "user_getLastSeens"
	Predicate_user_updateLastSeen                   = "user_updateLastSeen"
	Predicate_user_getLastSeen                      = "user_getLastSeen"
	Predicate_user_getImmutableUser                 = "user_getImmutableUser"
	Predicate_user_getMutableUsers                  = "user_getMutableUsers"
	Predicate_user_getImmutableUserByPhone          = "user_getImmutableUserByPhone"
	Predicate_user_getImmutableUserByToken          = "user_getImmutableUserByToken"
	Predicate_user_setAccountDaysTTL                = "user_setAccountDaysTTL"
	Predicate_user_getAccountDaysTTL                = "user_getAccountDaysTTL"
	Predicate_user_getNotifySettings                = "user_getNotifySettings"
	Predicate_user_getNotifySettingsList            = "user_getNotifySettingsList"
	Predicate_user_setNotifySettings                = "user_setNotifySettings"
	Predicate_user_resetNotifySettings              = "user_resetNotifySettings"
	Predicate_user_getAllNotifySettings             = "user_getAllNotifySettings"
	Predicate_user_getGlobalPrivacySettings         = "user_getGlobalPrivacySettings"
	Predicate_user_setGlobalPrivacySettings         = "user_setGlobalPrivacySettings"
	Predicate_user_getPrivacy                       = "user_getPrivacy"
	Predicate_user_setPrivacy                       = "user_setPrivacy"
	Predicate_user_checkPrivacy                     = "user_checkPrivacy"
	Predicate_user_addPeerSettings                  = "user_addPeerSettings"
	Predicate_user_getPeerSettings                  = "user_getPeerSettings"
	Predicate_user_deletePeerSettings               = "user_deletePeerSettings"
	Predicate_user_changePhone                      = "user_changePhone"
	Predicate_user_createNewPredefinedUser          = "user_createNewPredefinedUser"
	Predicate_user_getPredefinedUser                = "user_getPredefinedUser"
	Predicate_user_getAllPredefinedUser             = "user_getAllPredefinedUser"
	Predicate_user_updatePredefinedFirstAndLastName = "user_updatePredefinedFirstAndLastName"
	Predicate_user_updatePredefinedVerified         = "user_updatePredefinedVerified"
	Predicate_user_updatePredefinedUsername         = "user_updatePredefinedUsername"
	Predicate_user_updatePredefinedCode             = "user_updatePredefinedCode"
	Predicate_user_predefinedBindRegisteredUserId   = "user_predefinedBindRegisteredUserId"
	Predicate_user_createNewUser                    = "user_createNewUser"
	Predicate_user_deleteUser                       = "user_deleteUser"
	Predicate_user_blockPeer                        = "user_blockPeer"
	Predicate_user_unBlockPeer                      = "user_unBlockPeer"
	Predicate_user_blockedByUser                    = "user_blockedByUser"
	Predicate_user_isBlockedByUser                  = "user_isBlockedByUser"
	Predicate_user_checkBlockUserList               = "user_checkBlockUserList"
	Predicate_user_getBlockedList                   = "user_getBlockedList"
	Predicate_user_getContactSignUpNotification     = "user_getContactSignUpNotification"
	Predicate_user_setContactSignUpNotification     = "user_setContactSignUpNotification"
	Predicate_user_getContentSettings               = "user_getContentSettings"
	Predicate_user_setContentSettings               = "user_setContentSettings"
	Predicate_user_deleteContact                    = "user_deleteContact"
	Predicate_user_getContactList                   = "user_getContactList"
	Predicate_user_getContactIdList                 = "user_getContactIdList"
	Predicate_user_getContact                       = "user_getContact"
	Predicate_user_addContact                       = "user_addContact"
	Predicate_user_checkContact                     = "user_checkContact"
	Predicate_user_getImportersByPhone              = "user_getImportersByPhone"
	Predicate_user_deleteImportersByPhone           = "user_deleteImportersByPhone"
	Predicate_user_importContacts                   = "user_importContacts"
	Predicate_user_getCountryCode                   = "user_getCountryCode"
	Predicate_user_updateAbout                      = "user_updateAbout"
	Predicate_user_updateFirstAndLastName           = "user_updateFirstAndLastName"
	Predicate_user_updateVerified                   = "user_updateVerified"
	Predicate_user_updateUsername                   = "user_updateUsername"
	Predicate_user_updateProfilePhoto               = "user_updateProfilePhoto"
	Predicate_user_deleteProfilePhotos              = "user_deleteProfilePhotos"
	Predicate_user_getProfilePhotos                 = "user_getProfilePhotos"
	Predicate_user_setBotCommands                   = "user_setBotCommands"
	Predicate_user_isBot                            = "user_isBot"
	Predicate_user_getBotInfo                       = "user_getBotInfo"
	Predicate_user_checkBots                        = "user_checkBots"
	Predicate_user_getFullUser                      = "user_getFullUser"
	Predicate_user_updateEmojiStatus                = "user_updateEmojiStatus"
	Predicate_user_getUserDataById                  = "user_getUserDataById"
	Predicate_user_getUserDataListByIdList          = "user_getUserDataListByIdList"
	Predicate_user_getUserDataByToken               = "user_getUserDataByToken"
	Predicate_user_search                           = "user_search"
	Predicate_user_updateBotData                    = "user_updateBotData"
	Predicate_user_getImmutableUserV2               = "user_getImmutableUserV2"
	Predicate_user_getMutableUsersV2                = "user_getMutableUsersV2"
	Predicate_user_createNewTestUser                = "user_createNewTestUser"
)
View Source
const (
	RULE_TYPE_INVALID          = 0
	ALLOW_CONTACTS             = 1
	ALLOW_ALL                  = 2
	ALLOW_USERS                = 3
	DISALLOW_CONTACTS          = 4
	DISALLOW_ALL               = 5
	DISALLOW_USERS             = 6
	ALLOW_CHAT_PARTICIPANTS    = 7
	DISALLOW_CHAT_PARTICIPANTS = 8
)
View Source
const (
	KEY_TYPE_INVALID = 0
	STATUS_TIMESTAMP = 1 //
	CHAT_INVITE      = 2
	PHONE_CALL       = 3
	PHONE_P2P        = 4
	FORWARDS         = 5
	PROFILE_PHOTO    = 6
	PHONE_NUMBER     = 7
	ADDED_BY_PHONE   = 8
	VOICE_MESSAGES   = 9
	MAX_KEY_TYPE     = 9
)

``` inputPrivacyKeyStatusTimestamp#4f96cb18 = InputPrivacyKey; inputPrivacyKeyChatInvite#bdfb0426 = InputPrivacyKey; inputPrivacyKeyPhoneCall#fabadc5f = InputPrivacyKey; inputPrivacyKeyPhoneP2P#db9e70d2 = InputPrivacyKey; inputPrivacyKeyForwards#a4dd4c08 = InputPrivacyKey; inputPrivacyKeyProfilePhoto#5719bacc = InputPrivacyKey; inputPrivacyKeyPhoneNumber#352dafa = InputPrivacyKey; inputPrivacyKeyAddedByPhone#d1219bdd = InputPrivacyKey; inputPrivacyKeyVoiceMessages#aee69d68 = InputPrivacyKey; ```

View Source
const (
	UserTypeUnknown = 0
	UserTypeDeleted = 1
	UserTypeRegular = 2
	UserTypeBot     = 3
	UserTypeService = 4
	UserTypeTest    = 5
)
View Source
const (
	BotFatherId   = int64(6)
	BotFatherName = "BotFather"
)

## Inline bot samples Here are some sample inline bots, in case you’re curious to see one in action. Try any of these: @gif – GIF search @vid – Video search @pic – Yandex image search @bing – Bing image search @wiki – Wikipedia search @imdb – IMDB search @bold – Make bold, italic or fixed sys text

## NEW @youtube - Connect your account for personalized results @music - Search and send classical music @foursquare – Find and send venue addresses @sticker – Find and send stickers based on emoji

View Source
const (
	BotGifId          = int64(101)
	BotGifName        = "gif"
	BotVidId          = int64(102)
	BotVidName        = "vid"
	BotPicId          = int64(103)
	BotPicName        = "pic"
	BotBingId         = int64(104)
	BotBingName       = "bing"
	BotWikiId         = int64(105)
	BotWikiName       = "wiki"
	BotImdbId         = int64(106)
	BotImdbName       = "imdb"
	BotBoldId         = int64(107)
	BotBoldName       = "bold"
	BotYoutubeId      = int64(108)
	BotYoutubeName    = "youtube"
	BotMusicId        = int64(109)
	BotMusicName      = "music"
	BotFoursquareId   = int64(110)
	BotFoursquareName = "foursquare"
	BotStickerId      = int64(111)
	BotStickerName    = "sticker"
)

Variables

View Source
var (
	ErrInvalidLengthUserTl        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowUserTl          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupUserTl = fmt.Errorf("proto: unexpected end of group")
)
View Source
var TLConstructor_name = map[int32]string{
	0:           "CRC32_UNKNOWN",
	1256160192:  "CRC32_userImportedContacts",
	1067703239:  "CRC32_usersDataFound",
	-2134594054: "CRC32_usersIdFound",
	1894399913:  "CRC32_peerPeerNotifySettings",
	-1280204321: "CRC32_lastSeenData",
	2090958337:  "CRC32_user_getLastSeens",
	-46114259:   "CRC32_user_updateLastSeen",
	-1860581154: "CRC32_user_getLastSeen",
	929720132:   "CRC32_user_getImmutableUser",
	-1657068585: "CRC32_user_getMutableUsers",
	-373067804:  "CRC32_user_getImmutableUserByPhone",
	-12709005:   "CRC32_user_getImmutableUserByToken",
	-766178484:  "CRC32_user_setAccountDaysTTL",
	-1299956000: "CRC32_user_getAccountDaysTTL",
	1085028198:  "CRC32_user_getNotifySettings",
	-463137380:  "CRC32_user_getNotifySettingsList",
	-907188763:  "CRC32_user_setNotifySettings",
	235380084:   "CRC32_user_resetNotifySettings",
	1435658357:  "CRC32_user_getAllNotifySettings",
	2012672274:  "CRC32_user_getGlobalPrivacySettings",
	-1934257490: "CRC32_user_setGlobalPrivacySettings",
	-1656708172: "CRC32_user_getPrivacy",
	-2007650929: "CRC32_user_setPrivacy",
	-982638934:  "CRC32_user_checkPrivacy",
	-891148445:  "CRC32_user_addPeerSettings",
	218296167:   "CRC32_user_getPeerSettings",
	1586043239:  "CRC32_user_deletePeerSettings",
	-8759461:    "CRC32_user_changePhone",
	1464414785:  "CRC32_user_createNewPredefinedUser",
	876047141:   "CRC32_user_getPredefinedUser",
	-1053474843: "CRC32_user_getAllPredefinedUser",
	976922006:   "CRC32_user_updatePredefinedFirstAndLastName",
	-1158303159: "CRC32_user_updatePredefinedVerified",
	1269284562:  "CRC32_user_updatePredefinedUsername",
	1626771303:  "CRC32_user_updatePredefinedCode",
	68106153:    "CRC32_user_predefinedBindRegisteredUserId",
	2044729473:  "CRC32_user_createNewUser",
	2132777160:  "CRC32_user_deleteUser",
	-2130301264: "CRC32_user_blockPeer",
	-555280883:  "CRC32_user_unBlockPeer",
	-1147140722: "CRC32_user_blockedByUser",
	-1934708257: "CRC32_user_isBlockedByUser",
	-1006800656: "CRC32_user_checkBlockUserList",
	603964232:   "CRC32_user_getBlockedList",
	-456010794:  "CRC32_user_getContactSignUpNotification",
	-2053016735: "CRC32_user_setContactSignUpNotification",
	-1799115361: "CRC32_user_getContentSettings",
	-1654391189: "CRC32_user_setContentSettings",
	-972979687:  "CRC32_user_deleteContact",
	-951332511:  "CRC32_user_getContactList",
	-237135810:  "CRC32_user_getContactIdList",
	-613250077:  "CRC32_user_getContact",
	2042936590:  "CRC32_user_addContact",
	-2102962012: "CRC32_user_checkContact",
	1202356754:  "CRC32_user_getImportersByPhone",
	390978644:   "CRC32_user_deleteImportersByPhone",
	-1711212654: "CRC32_user_importContacts",
	302016562:   "CRC32_user_getCountryCode",
	-620695161:  "CRC32_user_updateAbout",
	-882473492:  "CRC32_user_updateFirstAndLastName",
	617163107:   "CRC32_user_updateVerified",
	-179495311:  "CRC32_user_updateUsername",
	997461895:   "CRC32_user_updateProfilePhoto",
	736322062:   "CRC32_user_deleteProfilePhotos",
	-597245626:  "CRC32_user_getProfilePhotos",
	1966844182:  "CRC32_user_setBotCommands",
	-948779026:  "CRC32_user_isBot",
	879114000:   "CRC32_user_getBotInfo",
	1935999169:  "CRC32_user_checkBots",
	-49225414:   "CRC32_user_getFullUser",
	-121062696:  "CRC32_user_updateEmojiStatus",
	62615811:    "CRC32_user_getUserDataById",
	-2121142279: "CRC32_user_getUserDataListByIdList",
	1057580446:  "CRC32_user_getUserDataByToken",
	1882568397:  "CRC32_user_search",
	-1174586898: "CRC32_user_updateBotData",
	806009420:   "CRC32_user_getImmutableUserV2",
	-1795585240: "CRC32_user_getMutableUsersV2",
	1282329771:  "CRC32_user_createNewTestUser",
}
View Source
var TLConstructor_value = map[string]int32{
	"CRC32_UNKNOWN":                               0,
	"CRC32_userImportedContacts":                  1256160192,
	"CRC32_usersDataFound":                        1067703239,
	"CRC32_usersIdFound":                          -2134594054,
	"CRC32_peerPeerNotifySettings":                1894399913,
	"CRC32_lastSeenData":                          -1280204321,
	"CRC32_user_getLastSeens":                     2090958337,
	"CRC32_user_updateLastSeen":                   -46114259,
	"CRC32_user_getLastSeen":                      -1860581154,
	"CRC32_user_getImmutableUser":                 929720132,
	"CRC32_user_getMutableUsers":                  -1657068585,
	"CRC32_user_getImmutableUserByPhone":          -373067804,
	"CRC32_user_getImmutableUserByToken":          -12709005,
	"CRC32_user_setAccountDaysTTL":                -766178484,
	"CRC32_user_getAccountDaysTTL":                -1299956000,
	"CRC32_user_getNotifySettings":                1085028198,
	"CRC32_user_getNotifySettingsList":            -463137380,
	"CRC32_user_setNotifySettings":                -907188763,
	"CRC32_user_resetNotifySettings":              235380084,
	"CRC32_user_getAllNotifySettings":             1435658357,
	"CRC32_user_getGlobalPrivacySettings":         2012672274,
	"CRC32_user_setGlobalPrivacySettings":         -1934257490,
	"CRC32_user_getPrivacy":                       -1656708172,
	"CRC32_user_setPrivacy":                       -2007650929,
	"CRC32_user_checkPrivacy":                     -982638934,
	"CRC32_user_addPeerSettings":                  -891148445,
	"CRC32_user_getPeerSettings":                  218296167,
	"CRC32_user_deletePeerSettings":               1586043239,
	"CRC32_user_changePhone":                      -8759461,
	"CRC32_user_createNewPredefinedUser":          1464414785,
	"CRC32_user_getPredefinedUser":                876047141,
	"CRC32_user_getAllPredefinedUser":             -1053474843,
	"CRC32_user_updatePredefinedFirstAndLastName": 976922006,
	"CRC32_user_updatePredefinedVerified":         -1158303159,
	"CRC32_user_updatePredefinedUsername":         1269284562,
	"CRC32_user_updatePredefinedCode":             1626771303,
	"CRC32_user_predefinedBindRegisteredUserId":   68106153,
	"CRC32_user_createNewUser":                    2044729473,
	"CRC32_user_deleteUser":                       2132777160,
	"CRC32_user_blockPeer":                        -2130301264,
	"CRC32_user_unBlockPeer":                      -555280883,
	"CRC32_user_blockedByUser":                    -1147140722,
	"CRC32_user_isBlockedByUser":                  -1934708257,
	"CRC32_user_checkBlockUserList":               -1006800656,
	"CRC32_user_getBlockedList":                   603964232,
	"CRC32_user_getContactSignUpNotification":     -456010794,
	"CRC32_user_setContactSignUpNotification":     -2053016735,
	"CRC32_user_getContentSettings":               -1799115361,
	"CRC32_user_setContentSettings":               -1654391189,
	"CRC32_user_deleteContact":                    -972979687,
	"CRC32_user_getContactList":                   -951332511,
	"CRC32_user_getContactIdList":                 -237135810,
	"CRC32_user_getContact":                       -613250077,
	"CRC32_user_addContact":                       2042936590,
	"CRC32_user_checkContact":                     -2102962012,
	"CRC32_user_getImportersByPhone":              1202356754,
	"CRC32_user_deleteImportersByPhone":           390978644,
	"CRC32_user_importContacts":                   -1711212654,
	"CRC32_user_getCountryCode":                   302016562,
	"CRC32_user_updateAbout":                      -620695161,
	"CRC32_user_updateFirstAndLastName":           -882473492,
	"CRC32_user_updateVerified":                   617163107,
	"CRC32_user_updateUsername":                   -179495311,
	"CRC32_user_updateProfilePhoto":               997461895,
	"CRC32_user_deleteProfilePhotos":              736322062,
	"CRC32_user_getProfilePhotos":                 -597245626,
	"CRC32_user_setBotCommands":                   1966844182,
	"CRC32_user_isBot":                            -948779026,
	"CRC32_user_getBotInfo":                       879114000,
	"CRC32_user_checkBots":                        1935999169,
	"CRC32_user_getFullUser":                      -49225414,
	"CRC32_user_updateEmojiStatus":                -121062696,
	"CRC32_user_getUserDataById":                  62615811,
	"CRC32_user_getUserDataListByIdList":          -2121142279,
	"CRC32_user_getUserDataByToken":               1057580446,
	"CRC32_user_search":                           1882568397,
	"CRC32_user_updateBotData":                    -1174586898,
	"CRC32_user_getImmutableUserV2":               806009420,
	"CRC32_user_getMutableUsersV2":                -1795585240,
	"CRC32_user_createNewTestUser":                1282329771,
}

Functions

func CheckClassID

func CheckClassID(classId int32) (ok bool)

func CheckPrivacyIsAllow

func CheckPrivacyIsAllow(selfId int64,
	rules []*mtproto.PrivacyRule,
	checkId int64,
	cbContact func(id, checkId int64) bool,
	cbChat func(checkId int64, idList []int64) bool) bool

func FindPeerPeerNotifySettings added in v0.87.3

func FindPeerPeerNotifySettings(settingsList []*PeerPeerNotifySettings, peer *mtproto.PeerUtil) *mtproto.PeerNotifySettings

func FromInputPrivacyKeyType

func FromInputPrivacyKeyType(k *mtproto.InputPrivacyKey) int

func GetBotIdByName

func GetBotIdByName(n string) (id int64)

func GetBotNameById

func GetBotNameById(id int64) (n string)

func GetClazzID

func GetClazzID(clazzName string, layer int) int32

func GetRPCContextRegisters

func GetRPCContextRegisters() map[string]RPCContextTuple

func IsBotBing

func IsBotBing(id int64) bool

func IsBotFather

func IsBotFather(id int64) bool

func IsBotFoursquare

func IsBotFoursquare(id int64) bool

func IsBotGif

func IsBotGif(id int64) bool

func IsBotPic

func IsBotPic(id int64) bool

func MakeUserStatus

func MakeUserStatus(lastSeenAt int64, allowTimestamp bool) *mtproto.UserStatus

MakeUserStatus *********************************************************************************

    // Android client source code
	//
    public static String formatUserStatus(int currentAccount, TLRPC.User user) {
        if (user != null && user.status != null && user.status.expires == 0) {
            if (user.status instanceof TLRPC.TL_userStatusRecently) {
                user.status.expires = -100;
            } else if (user.status instanceof TLRPC.TL_userStatusLastWeek) {
                user.status.expires = -101;
            } else if (user.status instanceof TLRPC.TL_userStatusLastMonth) {
                user.status.expires = -102;
            }
        }
        if (user != null && user.status != null && user.status.expires <= 0) {
            if (MessagesController.getInstance(currentAccount).onlinePrivacy.containsKey(user.id)) {
                return getString("Online", R.string.Online);
            }
        }
        if (user == null || user.status == null || user.status.expires == 0 || UserObject.isDeleted(user) || user instanceof TLRPC.TL_userEmpty) {
            return getString("ALongTimeAgo", R.string.ALongTimeAgo);
        } else {
            int currentTime = ConnectionsManager.getInstance(currentAccount).getCurrentTime();
            if (user.status.expires > currentTime) {
                return getString("Online", R.string.Online);
            } else {
                if (user.status.expires == -1) {
                    return getString("Invisible", R.string.Invisible);
                } else if (user.status.expires == -100) {
                    return getString("Lately", R.string.Lately);
                } else if (user.status.expires == -101) {
                    return getString("WithinAWeek", R.string.WithinAWeek);
                } else if (user.status.expires == -102) {
                    return getString("WithinAMonth", R.string.WithinAMonth);
                }  else {
                    return formatDateOnline(user.status.expires);
                }
            }
        }
    }

	// 60*60*24*7   week
	// 60*60*24*30  month

func MakeUserStatusOffline

func MakeUserStatusOffline(lastSeenAt int64) *mtproto.UserStatus

func MakeUserStatusOnline

func MakeUserStatusOnline() *mtproto.UserStatus

func NewTLObjectByClassID

func NewTLObjectByClassID(classId int32) mtproto.TLObject

func PickAllIdListByRules

func PickAllIdListByRules(rules []*mtproto.PrivacyRule) (userIdList, chatIdList, channelIdList []int64)

PickAllIdListByRules TODO(@benqi): pick chat and channel

func RegisterRPCUserServer

func RegisterRPCUserServer(s *grpc.Server, srv RPCUserServer)

func ToPrivacyKey

func ToPrivacyKey(keyType int) (key *mtproto.PrivacyKey)

func ToPrivacyRuleByInput

func ToPrivacyRuleByInput(userSelfId int64, inputRule *mtproto.InputPrivacyRule) *mtproto.PrivacyRule

ToPrivacyRuleByInput

``` inputPrivacyValueAllowContacts#d09e07b = InputPrivacyRule; inputPrivacyValueAllowAll#184b35ce = InputPrivacyRule; inputPrivacyValueAllowUsers#131cc67f users:Vector<InputUser> = InputPrivacyRule; inputPrivacyValueDisallowContacts#ba52007 = InputPrivacyRule; inputPrivacyValueDisallowAll#d66b66c9 = InputPrivacyRule; inputPrivacyValueDisallowUsers#90110467 users:Vector<InputUser> = InputPrivacyRule; inputPrivacyValueAllowChatParticipants#4c81c1ba chats:Vector<int> = InputPrivacyRule; inputPrivacyValueDisallowChatParticipants#d82363af chats:Vector<int> = InputPrivacyRule; ```

func ToPrivacyRuleListByInput

func ToPrivacyRuleListByInput(userSelfId int64, inputRules []*mtproto.InputPrivacyRule) (rules []*mtproto.PrivacyRule)

Types

type BlockedList

type BlockedList []*mtproto.PeerBlocked

func (BlockedList) Len

func (m BlockedList) Len() int

Len len

func (BlockedList) Less

func (m BlockedList) Less(i, j int) bool

func (BlockedList) Swap

func (m BlockedList) Swap(i, j int)

type Contact

type Contact struct {
	SelfUserId    int32  `json:"self_user_id"`
	ContactUserId int32  `json:"contact_user_id"`
	PhoneNumber   string `json:"phone_number"`
	FirstName     string `json:"first_name"`
	LastName      string `json:"last_name"`
	MutualContact bool   `json:"mutual_contact"`
}

type LastSeenData

type LastSeenData struct {
	PredicateName        string        `protobuf:"bytes,1,opt,name=predicate_name,json=predicateName,proto3" json:"predicate_name,omitempty"`
	Constructor          TLConstructor `protobuf:"varint,2,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	LastSeenAt           int64         `protobuf:"varint,4,opt,name=last_seen_at,json=lastSeenAt,proto3" json:"last_seen_at,omitempty"`
	Expires              int32         `protobuf:"varint,5,opt,name=expires,proto3" json:"expires,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

LastSeenData <--

  • TL_lastSeenData

func (*LastSeenData) CalcByteSize

func (m *LastSeenData) CalcByteSize(layer int32) int

func (*LastSeenData) DebugString

func (m *LastSeenData) DebugString() string

func (*LastSeenData) Decode

func (m *LastSeenData) Decode(dBuf *mtproto.DecodeBuf) error

func (*LastSeenData) Descriptor

func (*LastSeenData) Descriptor() ([]byte, []int)

func (*LastSeenData) Encode

func (m *LastSeenData) Encode(x *mtproto.EncodeBuf, layer int32) []byte

func (*LastSeenData) GetConstructor

func (m *LastSeenData) GetConstructor() TLConstructor

func (*LastSeenData) GetExpires added in v0.87.3

func (m *LastSeenData) GetExpires() int32

func (*LastSeenData) GetLastSeenAt

func (m *LastSeenData) GetLastSeenAt() int64

func (*LastSeenData) GetPredicateName

func (m *LastSeenData) GetPredicateName() string

func (*LastSeenData) GetUserId

func (m *LastSeenData) GetUserId() int64

func (*LastSeenData) GoString

func (this *LastSeenData) GoString() string

func (*LastSeenData) Marshal

func (m *LastSeenData) Marshal() (dAtA []byte, err error)

func (*LastSeenData) MarshalTo

func (m *LastSeenData) MarshalTo(dAtA []byte) (int, error)

func (*LastSeenData) MarshalToSizedBuffer

func (m *LastSeenData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LastSeenData) ProtoMessage

func (*LastSeenData) ProtoMessage()

func (*LastSeenData) Reset

func (m *LastSeenData) Reset()

func (*LastSeenData) Size

func (m *LastSeenData) Size() (n int)

func (*LastSeenData) String

func (m *LastSeenData) String() string

func (*LastSeenData) To_LastSeenData

func (m *LastSeenData) To_LastSeenData() *TLLastSeenData

To_LastSeenData

func (*LastSeenData) Unmarshal

func (m *LastSeenData) Unmarshal(dAtA []byte) error

func (*LastSeenData) XXX_DiscardUnknown

func (m *LastSeenData) XXX_DiscardUnknown()

func (*LastSeenData) XXX_Marshal

func (m *LastSeenData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LastSeenData) XXX_Merge

func (m *LastSeenData) XXX_Merge(src proto.Message)

func (*LastSeenData) XXX_Size

func (m *LastSeenData) XXX_Size() int

func (*LastSeenData) XXX_Unmarshal

func (m *LastSeenData) XXX_Unmarshal(b []byte) error

type PeerPeerNotifySettings

type PeerPeerNotifySettings struct {
	PredicateName        string                      `protobuf:"bytes,1,opt,name=predicate_name,json=predicateName,proto3" json:"predicate_name,omitempty"`
	Constructor          TLConstructor               `protobuf:"varint,2,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	PeerType             int32                       `protobuf:"varint,3,opt,name=peer_type,json=peerType,proto3" json:"peer_type,omitempty"`
	PeerId               int64                       `protobuf:"varint,4,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	Settings             *mtproto.PeerNotifySettings `protobuf:"bytes,5,opt,name=settings,proto3" json:"settings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

PeerPeerNotifySettings <--

  • TL_peerPeerNotifySettings

func (*PeerPeerNotifySettings) CalcByteSize

func (m *PeerPeerNotifySettings) CalcByteSize(layer int32) int

func (*PeerPeerNotifySettings) DebugString

func (m *PeerPeerNotifySettings) DebugString() string

func (*PeerPeerNotifySettings) Decode

func (m *PeerPeerNotifySettings) Decode(dBuf *mtproto.DecodeBuf) error

func (*PeerPeerNotifySettings) Descriptor

func (*PeerPeerNotifySettings) Descriptor() ([]byte, []int)

func (*PeerPeerNotifySettings) Encode

func (m *PeerPeerNotifySettings) Encode(x *mtproto.EncodeBuf, layer int32) []byte

func (*PeerPeerNotifySettings) GetConstructor

func (m *PeerPeerNotifySettings) GetConstructor() TLConstructor

func (*PeerPeerNotifySettings) GetPeerId

func (m *PeerPeerNotifySettings) GetPeerId() int64

func (*PeerPeerNotifySettings) GetPeerType

func (m *PeerPeerNotifySettings) GetPeerType() int32

func (*PeerPeerNotifySettings) GetPredicateName

func (m *PeerPeerNotifySettings) GetPredicateName() string

func (*PeerPeerNotifySettings) GetSettings

func (*PeerPeerNotifySettings) GoString

func (this *PeerPeerNotifySettings) GoString() string

func (*PeerPeerNotifySettings) Marshal

func (m *PeerPeerNotifySettings) Marshal() (dAtA []byte, err error)

func (*PeerPeerNotifySettings) MarshalTo

func (m *PeerPeerNotifySettings) MarshalTo(dAtA []byte) (int, error)

func (*PeerPeerNotifySettings) MarshalToSizedBuffer

func (m *PeerPeerNotifySettings) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PeerPeerNotifySettings) ProtoMessage

func (*PeerPeerNotifySettings) ProtoMessage()

func (*PeerPeerNotifySettings) Reset

func (m *PeerPeerNotifySettings) Reset()

func (*PeerPeerNotifySettings) Size

func (m *PeerPeerNotifySettings) Size() (n int)

func (*PeerPeerNotifySettings) String

func (m *PeerPeerNotifySettings) String() string

func (*PeerPeerNotifySettings) To_PeerPeerNotifySettings

func (m *PeerPeerNotifySettings) To_PeerPeerNotifySettings() *TLPeerPeerNotifySettings

To_PeerPeerNotifySettings

func (*PeerPeerNotifySettings) Unmarshal

func (m *PeerPeerNotifySettings) Unmarshal(dAtA []byte) error

func (*PeerPeerNotifySettings) XXX_DiscardUnknown

func (m *PeerPeerNotifySettings) XXX_DiscardUnknown()

func (*PeerPeerNotifySettings) XXX_Marshal

func (m *PeerPeerNotifySettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PeerPeerNotifySettings) XXX_Merge

func (m *PeerPeerNotifySettings) XXX_Merge(src proto.Message)

func (*PeerPeerNotifySettings) XXX_Size

func (m *PeerPeerNotifySettings) XXX_Size() int

func (*PeerPeerNotifySettings) XXX_Unmarshal

func (m *PeerPeerNotifySettings) XXX_Unmarshal(b []byte) error

type RPCContextTuple

type RPCContextTuple struct {
	Method       string
	NewReplyFunc newRPCReplyFunc
}

func FindRPCContextTuple

func FindRPCContextTuple(t interface{}) *RPCContextTuple

type RPCUserClient

type RPCUserClient interface {
	UserGetLastSeens(ctx context.Context, in *TLUserGetLastSeens, opts ...grpc.CallOption) (*Vector_LastSeenData, error)
	UserUpdateLastSeen(ctx context.Context, in *TLUserUpdateLastSeen, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserGetLastSeen(ctx context.Context, in *TLUserGetLastSeen, opts ...grpc.CallOption) (*LastSeenData, error)
	UserGetImmutableUser(ctx context.Context, in *TLUserGetImmutableUser, opts ...grpc.CallOption) (*mtproto.ImmutableUser, error)
	UserGetMutableUsers(ctx context.Context, in *TLUserGetMutableUsers, opts ...grpc.CallOption) (*Vector_ImmutableUser, error)
	UserGetImmutableUserByPhone(ctx context.Context, in *TLUserGetImmutableUserByPhone, opts ...grpc.CallOption) (*mtproto.ImmutableUser, error)
	UserGetImmutableUserByToken(ctx context.Context, in *TLUserGetImmutableUserByToken, opts ...grpc.CallOption) (*mtproto.ImmutableUser, error)
	UserSetAccountDaysTTL(ctx context.Context, in *TLUserSetAccountDaysTTL, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserGetAccountDaysTTL(ctx context.Context, in *TLUserGetAccountDaysTTL, opts ...grpc.CallOption) (*mtproto.AccountDaysTTL, error)
	UserGetNotifySettings(ctx context.Context, in *TLUserGetNotifySettings, opts ...grpc.CallOption) (*mtproto.PeerNotifySettings, error)
	UserGetNotifySettingsList(ctx context.Context, in *TLUserGetNotifySettingsList, opts ...grpc.CallOption) (*Vector_PeerPeerNotifySettings, error)
	UserSetNotifySettings(ctx context.Context, in *TLUserSetNotifySettings, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserResetNotifySettings(ctx context.Context, in *TLUserResetNotifySettings, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserGetAllNotifySettings(ctx context.Context, in *TLUserGetAllNotifySettings, opts ...grpc.CallOption) (*Vector_PeerPeerNotifySettings, error)
	UserGetGlobalPrivacySettings(ctx context.Context, in *TLUserGetGlobalPrivacySettings, opts ...grpc.CallOption) (*mtproto.GlobalPrivacySettings, error)
	UserSetGlobalPrivacySettings(ctx context.Context, in *TLUserSetGlobalPrivacySettings, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserGetPrivacy(ctx context.Context, in *TLUserGetPrivacy, opts ...grpc.CallOption) (*Vector_PrivacyRule, error)
	UserSetPrivacy(ctx context.Context, in *TLUserSetPrivacy, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserCheckPrivacy(ctx context.Context, in *TLUserCheckPrivacy, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserAddPeerSettings(ctx context.Context, in *TLUserAddPeerSettings, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserGetPeerSettings(ctx context.Context, in *TLUserGetPeerSettings, opts ...grpc.CallOption) (*mtproto.PeerSettings, error)
	UserDeletePeerSettings(ctx context.Context, in *TLUserDeletePeerSettings, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserChangePhone(ctx context.Context, in *TLUserChangePhone, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserCreateNewPredefinedUser(ctx context.Context, in *TLUserCreateNewPredefinedUser, opts ...grpc.CallOption) (*mtproto.PredefinedUser, error)
	UserGetPredefinedUser(ctx context.Context, in *TLUserGetPredefinedUser, opts ...grpc.CallOption) (*mtproto.PredefinedUser, error)
	UserGetAllPredefinedUser(ctx context.Context, in *TLUserGetAllPredefinedUser, opts ...grpc.CallOption) (*Vector_PredefinedUser, error)
	UserUpdatePredefinedFirstAndLastName(ctx context.Context, in *TLUserUpdatePredefinedFirstAndLastName, opts ...grpc.CallOption) (*mtproto.PredefinedUser, error)
	UserUpdatePredefinedVerified(ctx context.Context, in *TLUserUpdatePredefinedVerified, opts ...grpc.CallOption) (*mtproto.PredefinedUser, error)
	UserUpdatePredefinedUsername(ctx context.Context, in *TLUserUpdatePredefinedUsername, opts ...grpc.CallOption) (*mtproto.PredefinedUser, error)
	UserUpdatePredefinedCode(ctx context.Context, in *TLUserUpdatePredefinedCode, opts ...grpc.CallOption) (*mtproto.PredefinedUser, error)
	UserPredefinedBindRegisteredUserId(ctx context.Context, in *TLUserPredefinedBindRegisteredUserId, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserCreateNewUser(ctx context.Context, in *TLUserCreateNewUser, opts ...grpc.CallOption) (*mtproto.ImmutableUser, error)
	UserDeleteUser(ctx context.Context, in *TLUserDeleteUser, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserBlockPeer(ctx context.Context, in *TLUserBlockPeer, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserUnBlockPeer(ctx context.Context, in *TLUserUnBlockPeer, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserBlockedByUser(ctx context.Context, in *TLUserBlockedByUser, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserIsBlockedByUser(ctx context.Context, in *TLUserIsBlockedByUser, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserCheckBlockUserList(ctx context.Context, in *TLUserCheckBlockUserList, opts ...grpc.CallOption) (*Vector_Long, error)
	UserGetBlockedList(ctx context.Context, in *TLUserGetBlockedList, opts ...grpc.CallOption) (*Vector_PeerBlocked, error)
	UserGetContactSignUpNotification(ctx context.Context, in *TLUserGetContactSignUpNotification, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserSetContactSignUpNotification(ctx context.Context, in *TLUserSetContactSignUpNotification, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserGetContentSettings(ctx context.Context, in *TLUserGetContentSettings, opts ...grpc.CallOption) (*mtproto.Account_ContentSettings, error)
	UserSetContentSettings(ctx context.Context, in *TLUserSetContentSettings, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserDeleteContact(ctx context.Context, in *TLUserDeleteContact, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserGetContactList(ctx context.Context, in *TLUserGetContactList, opts ...grpc.CallOption) (*Vector_ContactData, error)
	UserGetContactIdList(ctx context.Context, in *TLUserGetContactIdList, opts ...grpc.CallOption) (*Vector_Long, error)
	UserGetContact(ctx context.Context, in *TLUserGetContact, opts ...grpc.CallOption) (*mtproto.ContactData, error)
	UserAddContact(ctx context.Context, in *TLUserAddContact, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserCheckContact(ctx context.Context, in *TLUserCheckContact, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserGetImportersByPhone(ctx context.Context, in *TLUserGetImportersByPhone, opts ...grpc.CallOption) (*Vector_InputContact, error)
	UserDeleteImportersByPhone(ctx context.Context, in *TLUserDeleteImportersByPhone, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserImportContacts(ctx context.Context, in *TLUserImportContacts, opts ...grpc.CallOption) (*UserImportedContacts, error)
	UserGetCountryCode(ctx context.Context, in *TLUserGetCountryCode, opts ...grpc.CallOption) (*mtproto.String, error)
	UserUpdateAbout(ctx context.Context, in *TLUserUpdateAbout, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserUpdateFirstAndLastName(ctx context.Context, in *TLUserUpdateFirstAndLastName, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserUpdateVerified(ctx context.Context, in *TLUserUpdateVerified, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserUpdateUsername(ctx context.Context, in *TLUserUpdateUsername, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserUpdateProfilePhoto(ctx context.Context, in *TLUserUpdateProfilePhoto, opts ...grpc.CallOption) (*mtproto.Int64, error)
	UserDeleteProfilePhotos(ctx context.Context, in *TLUserDeleteProfilePhotos, opts ...grpc.CallOption) (*mtproto.Int64, error)
	UserGetProfilePhotos(ctx context.Context, in *TLUserGetProfilePhotos, opts ...grpc.CallOption) (*Vector_Long, error)
	UserSetBotCommands(ctx context.Context, in *TLUserSetBotCommands, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserIsBot(ctx context.Context, in *TLUserIsBot, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserGetBotInfo(ctx context.Context, in *TLUserGetBotInfo, opts ...grpc.CallOption) (*mtproto.BotInfo, error)
	UserCheckBots(ctx context.Context, in *TLUserCheckBots, opts ...grpc.CallOption) (*Vector_Long, error)
	UserGetFullUser(ctx context.Context, in *TLUserGetFullUser, opts ...grpc.CallOption) (*mtproto.Users_UserFull, error)
	UserUpdateEmojiStatus(ctx context.Context, in *TLUserUpdateEmojiStatus, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserGetUserDataById(ctx context.Context, in *TLUserGetUserDataById, opts ...grpc.CallOption) (*mtproto.UserData, error)
	UserGetUserDataListByIdList(ctx context.Context, in *TLUserGetUserDataListByIdList, opts ...grpc.CallOption) (*Vector_UserData, error)
	UserGetUserDataByToken(ctx context.Context, in *TLUserGetUserDataByToken, opts ...grpc.CallOption) (*mtproto.UserData, error)
	UserSearch(ctx context.Context, in *TLUserSearch, opts ...grpc.CallOption) (*UsersFound, error)
	UserUpdateBotData(ctx context.Context, in *TLUserUpdateBotData, opts ...grpc.CallOption) (*mtproto.Bool, error)
	UserGetImmutableUserV2(ctx context.Context, in *TLUserGetImmutableUserV2, opts ...grpc.CallOption) (*mtproto.ImmutableUser, error)
	UserGetMutableUsersV2(ctx context.Context, in *TLUserGetMutableUsersV2, opts ...grpc.CallOption) (*mtproto.MutableUsers, error)
	UserCreateNewTestUser(ctx context.Context, in *TLUserCreateNewTestUser, opts ...grpc.CallOption) (*mtproto.ImmutableUser, error)
}

RPCUserClient is the client API for RPCUser service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRPCUserClient

func NewRPCUserClient(cc *grpc.ClientConn) RPCUserClient

type RPCUserServer

type RPCUserServer interface {
	UserGetLastSeens(context.Context, *TLUserGetLastSeens) (*Vector_LastSeenData, error)
	UserUpdateLastSeen(context.Context, *TLUserUpdateLastSeen) (*mtproto.Bool, error)
	UserGetLastSeen(context.Context, *TLUserGetLastSeen) (*LastSeenData, error)
	UserGetImmutableUser(context.Context, *TLUserGetImmutableUser) (*mtproto.ImmutableUser, error)
	UserGetMutableUsers(context.Context, *TLUserGetMutableUsers) (*Vector_ImmutableUser, error)
	UserGetImmutableUserByPhone(context.Context, *TLUserGetImmutableUserByPhone) (*mtproto.ImmutableUser, error)
	UserGetImmutableUserByToken(context.Context, *TLUserGetImmutableUserByToken) (*mtproto.ImmutableUser, error)
	UserSetAccountDaysTTL(context.Context, *TLUserSetAccountDaysTTL) (*mtproto.Bool, error)
	UserGetAccountDaysTTL(context.Context, *TLUserGetAccountDaysTTL) (*mtproto.AccountDaysTTL, error)
	UserGetNotifySettings(context.Context, *TLUserGetNotifySettings) (*mtproto.PeerNotifySettings, error)
	UserGetNotifySettingsList(context.Context, *TLUserGetNotifySettingsList) (*Vector_PeerPeerNotifySettings, error)
	UserSetNotifySettings(context.Context, *TLUserSetNotifySettings) (*mtproto.Bool, error)
	UserResetNotifySettings(context.Context, *TLUserResetNotifySettings) (*mtproto.Bool, error)
	UserGetAllNotifySettings(context.Context, *TLUserGetAllNotifySettings) (*Vector_PeerPeerNotifySettings, error)
	UserGetGlobalPrivacySettings(context.Context, *TLUserGetGlobalPrivacySettings) (*mtproto.GlobalPrivacySettings, error)
	UserSetGlobalPrivacySettings(context.Context, *TLUserSetGlobalPrivacySettings) (*mtproto.Bool, error)
	UserGetPrivacy(context.Context, *TLUserGetPrivacy) (*Vector_PrivacyRule, error)
	UserSetPrivacy(context.Context, *TLUserSetPrivacy) (*mtproto.Bool, error)
	UserCheckPrivacy(context.Context, *TLUserCheckPrivacy) (*mtproto.Bool, error)
	UserAddPeerSettings(context.Context, *TLUserAddPeerSettings) (*mtproto.Bool, error)
	UserGetPeerSettings(context.Context, *TLUserGetPeerSettings) (*mtproto.PeerSettings, error)
	UserDeletePeerSettings(context.Context, *TLUserDeletePeerSettings) (*mtproto.Bool, error)
	UserChangePhone(context.Context, *TLUserChangePhone) (*mtproto.Bool, error)
	UserCreateNewPredefinedUser(context.Context, *TLUserCreateNewPredefinedUser) (*mtproto.PredefinedUser, error)
	UserGetPredefinedUser(context.Context, *TLUserGetPredefinedUser) (*mtproto.PredefinedUser, error)
	UserGetAllPredefinedUser(context.Context, *TLUserGetAllPredefinedUser) (*Vector_PredefinedUser, error)
	UserUpdatePredefinedFirstAndLastName(context.Context, *TLUserUpdatePredefinedFirstAndLastName) (*mtproto.PredefinedUser, error)
	UserUpdatePredefinedVerified(context.Context, *TLUserUpdatePredefinedVerified) (*mtproto.PredefinedUser, error)
	UserUpdatePredefinedUsername(context.Context, *TLUserUpdatePredefinedUsername) (*mtproto.PredefinedUser, error)
	UserUpdatePredefinedCode(context.Context, *TLUserUpdatePredefinedCode) (*mtproto.PredefinedUser, error)
	UserPredefinedBindRegisteredUserId(context.Context, *TLUserPredefinedBindRegisteredUserId) (*mtproto.Bool, error)
	UserCreateNewUser(context.Context, *TLUserCreateNewUser) (*mtproto.ImmutableUser, error)
	UserDeleteUser(context.Context, *TLUserDeleteUser) (*mtproto.Bool, error)
	UserBlockPeer(context.Context, *TLUserBlockPeer) (*mtproto.Bool, error)
	UserUnBlockPeer(context.Context, *TLUserUnBlockPeer) (*mtproto.Bool, error)
	UserBlockedByUser(context.Context, *TLUserBlockedByUser) (*mtproto.Bool, error)
	UserIsBlockedByUser(context.Context, *TLUserIsBlockedByUser) (*mtproto.Bool, error)
	UserCheckBlockUserList(context.Context, *TLUserCheckBlockUserList) (*Vector_Long, error)
	UserGetBlockedList(context.Context, *TLUserGetBlockedList) (*Vector_PeerBlocked, error)
	UserGetContactSignUpNotification(context.Context, *TLUserGetContactSignUpNotification) (*mtproto.Bool, error)
	UserSetContactSignUpNotification(context.Context, *TLUserSetContactSignUpNotification) (*mtproto.Bool, error)
	UserGetContentSettings(context.Context, *TLUserGetContentSettings) (*mtproto.Account_ContentSettings, error)
	UserSetContentSettings(context.Context, *TLUserSetContentSettings) (*mtproto.Bool, error)
	UserDeleteContact(context.Context, *TLUserDeleteContact) (*mtproto.Bool, error)
	UserGetContactList(context.Context, *TLUserGetContactList) (*Vector_ContactData, error)
	UserGetContactIdList(context.Context, *TLUserGetContactIdList) (*Vector_Long, error)
	UserGetContact(context.Context, *TLUserGetContact) (*mtproto.ContactData, error)
	UserAddContact(context.Context, *TLUserAddContact) (*mtproto.Bool, error)
	UserCheckContact(context.Context, *TLUserCheckContact) (*mtproto.Bool, error)
	UserGetImportersByPhone(context.Context, *TLUserGetImportersByPhone) (*Vector_InputContact, error)
	UserDeleteImportersByPhone(context.Context, *TLUserDeleteImportersByPhone) (*mtproto.Bool, error)
	UserImportContacts(context.Context, *TLUserImportContacts) (*UserImportedContacts, error)
	UserGetCountryCode(context.Context, *TLUserGetCountryCode) (*mtproto.String, error)
	UserUpdateAbout(context.Context, *TLUserUpdateAbout) (*mtproto.Bool, error)
	UserUpdateFirstAndLastName(context.Context, *TLUserUpdateFirstAndLastName) (*mtproto.Bool, error)
	UserUpdateVerified(context.Context, *TLUserUpdateVerified) (*mtproto.Bool, error)
	UserUpdateUsername(context.Context, *TLUserUpdateUsername) (*mtproto.Bool, error)
	UserUpdateProfilePhoto(context.Context, *TLUserUpdateProfilePhoto) (*mtproto.Int64, error)
	UserDeleteProfilePhotos(context.Context, *TLUserDeleteProfilePhotos) (*mtproto.Int64, error)
	UserGetProfilePhotos(context.Context, *TLUserGetProfilePhotos) (*Vector_Long, error)
	UserSetBotCommands(context.Context, *TLUserSetBotCommands) (*mtproto.Bool, error)
	UserIsBot(context.Context, *TLUserIsBot) (*mtproto.Bool, error)
	UserGetBotInfo(context.Context, *TLUserGetBotInfo) (*mtproto.BotInfo, error)
	UserCheckBots(context.Context, *TLUserCheckBots) (*Vector_Long, error)
	UserGetFullUser(context.Context, *TLUserGetFullUser) (*mtproto.Users_UserFull, error)
	UserUpdateEmojiStatus(context.Context, *TLUserUpdateEmojiStatus) (*mtproto.Bool, error)
	UserGetUserDataById(context.Context, *TLUserGetUserDataById) (*mtproto.UserData, error)
	UserGetUserDataListByIdList(context.Context, *TLUserGetUserDataListByIdList) (*Vector_UserData, error)
	UserGetUserDataByToken(context.Context, *TLUserGetUserDataByToken) (*mtproto.UserData, error)
	UserSearch(context.Context, *TLUserSearch) (*UsersFound, error)
	UserUpdateBotData(context.Context, *TLUserUpdateBotData) (*mtproto.Bool, error)
	UserGetImmutableUserV2(context.Context, *TLUserGetImmutableUserV2) (*mtproto.ImmutableUser, error)
	UserGetMutableUsersV2(context.Context, *TLUserGetMutableUsersV2) (*mtproto.MutableUsers, error)
	UserCreateNewTestUser(context.Context, *TLUserCreateNewTestUser) (*mtproto.ImmutableUser, error)
}

RPCUserServer is the server API for RPCUser service.

type TLConstructor

type TLConstructor int32
const (
	CRC32_UNKNOWN                               TLConstructor = 0
	CRC32_userImportedContacts                  TLConstructor = 1256160192
	CRC32_usersDataFound                        TLConstructor = 1067703239
	CRC32_usersIdFound                          TLConstructor = -2134594054
	CRC32_peerPeerNotifySettings                TLConstructor = 1894399913
	CRC32_lastSeenData                          TLConstructor = -1280204321
	CRC32_user_getLastSeens                     TLConstructor = 2090958337
	CRC32_user_updateLastSeen                   TLConstructor = -46114259
	CRC32_user_getLastSeen                      TLConstructor = -1860581154
	CRC32_user_getImmutableUser                 TLConstructor = 929720132
	CRC32_user_getMutableUsers                  TLConstructor = -1657068585
	CRC32_user_getImmutableUserByPhone          TLConstructor = -373067804
	CRC32_user_getImmutableUserByToken          TLConstructor = -12709005
	CRC32_user_setAccountDaysTTL                TLConstructor = -766178484
	CRC32_user_getAccountDaysTTL                TLConstructor = -1299956000
	CRC32_user_getNotifySettings                TLConstructor = 1085028198
	CRC32_user_getNotifySettingsList            TLConstructor = -463137380
	CRC32_user_setNotifySettings                TLConstructor = -907188763
	CRC32_user_resetNotifySettings              TLConstructor = 235380084
	CRC32_user_getAllNotifySettings             TLConstructor = 1435658357
	CRC32_user_getGlobalPrivacySettings         TLConstructor = 2012672274
	CRC32_user_setGlobalPrivacySettings         TLConstructor = -1934257490
	CRC32_user_getPrivacy                       TLConstructor = -1656708172
	CRC32_user_setPrivacy                       TLConstructor = -2007650929
	CRC32_user_checkPrivacy                     TLConstructor = -982638934
	CRC32_user_addPeerSettings                  TLConstructor = -891148445
	CRC32_user_getPeerSettings                  TLConstructor = 218296167
	CRC32_user_deletePeerSettings               TLConstructor = 1586043239
	CRC32_user_changePhone                      TLConstructor = -8759461
	CRC32_user_createNewPredefinedUser          TLConstructor = 1464414785
	CRC32_user_getPredefinedUser                TLConstructor = 876047141
	CRC32_user_getAllPredefinedUser             TLConstructor = -1053474843
	CRC32_user_updatePredefinedFirstAndLastName TLConstructor = 976922006
	CRC32_user_updatePredefinedVerified         TLConstructor = -1158303159
	CRC32_user_updatePredefinedUsername         TLConstructor = 1269284562
	CRC32_user_updatePredefinedCode             TLConstructor = 1626771303
	CRC32_user_predefinedBindRegisteredUserId   TLConstructor = 68106153
	CRC32_user_createNewUser                    TLConstructor = 2044729473
	CRC32_user_deleteUser                       TLConstructor = 2132777160
	CRC32_user_blockPeer                        TLConstructor = -2130301264
	CRC32_user_unBlockPeer                      TLConstructor = -555280883
	CRC32_user_blockedByUser                    TLConstructor = -1147140722
	CRC32_user_isBlockedByUser                  TLConstructor = -1934708257
	CRC32_user_checkBlockUserList               TLConstructor = -1006800656
	CRC32_user_getBlockedList                   TLConstructor = 603964232
	CRC32_user_getContactSignUpNotification     TLConstructor = -456010794
	CRC32_user_setContactSignUpNotification     TLConstructor = -2053016735
	CRC32_user_getContentSettings               TLConstructor = -1799115361
	CRC32_user_setContentSettings               TLConstructor = -1654391189
	CRC32_user_deleteContact                    TLConstructor = -972979687
	CRC32_user_getContactList                   TLConstructor = -951332511
	CRC32_user_getContactIdList                 TLConstructor = -237135810
	CRC32_user_getContact                       TLConstructor = -613250077
	CRC32_user_addContact                       TLConstructor = 2042936590
	CRC32_user_checkContact                     TLConstructor = -2102962012
	CRC32_user_getImportersByPhone              TLConstructor = 1202356754
	CRC32_user_deleteImportersByPhone           TLConstructor = 390978644
	CRC32_user_importContacts                   TLConstructor = -1711212654
	CRC32_user_getCountryCode                   TLConstructor = 302016562
	CRC32_user_updateAbout                      TLConstructor = -620695161
	CRC32_user_updateFirstAndLastName           TLConstructor = -882473492
	CRC32_user_updateVerified                   TLConstructor = 617163107
	CRC32_user_updateUsername                   TLConstructor = -179495311
	CRC32_user_updateProfilePhoto               TLConstructor = 997461895
	CRC32_user_deleteProfilePhotos              TLConstructor = 736322062
	CRC32_user_getProfilePhotos                 TLConstructor = -597245626
	CRC32_user_setBotCommands                   TLConstructor = 1966844182
	CRC32_user_isBot                            TLConstructor = -948779026
	CRC32_user_getBotInfo                       TLConstructor = 879114000
	CRC32_user_checkBots                        TLConstructor = 1935999169
	CRC32_user_getFullUser                      TLConstructor = -49225414
	CRC32_user_updateEmojiStatus                TLConstructor = -121062696
	CRC32_user_getUserDataById                  TLConstructor = 62615811
	CRC32_user_getUserDataListByIdList          TLConstructor = -2121142279
	CRC32_user_getUserDataByToken               TLConstructor = 1057580446
	CRC32_user_search                           TLConstructor = 1882568397
	CRC32_user_updateBotData                    TLConstructor = -1174586898
	CRC32_user_getImmutableUserV2               TLConstructor = 806009420
	CRC32_user_getMutableUsersV2                TLConstructor = -1795585240
	CRC32_user_createNewTestUser                TLConstructor = 1282329771
)

func (TLConstructor) EnumDescriptor

func (TLConstructor) EnumDescriptor() ([]byte, []int)

func (TLConstructor) String

func (x TLConstructor) String() string

type TLLastSeenData

type TLLastSeenData struct {
	Data2                *LastSeenData `protobuf:"bytes,1,opt,name=data2,proto3" json:"data2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func MakeTLLastSeenData

func MakeTLLastSeenData(data2 *LastSeenData) *TLLastSeenData

MakeTLLastSeenData

func (*TLLastSeenData) CalcByteSize

func (m *TLLastSeenData) CalcByteSize(layer int32) int

func (*TLLastSeenData) DebugString

func (m *TLLastSeenData) DebugString() string

func (*TLLastSeenData) Decode

func (m *TLLastSeenData) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLLastSeenData) Descriptor

func (*TLLastSeenData) Descriptor() ([]byte, []int)

func (*TLLastSeenData) Encode

func (m *TLLastSeenData) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLLastSeenData) GetData2

func (m *TLLastSeenData) GetData2() *LastSeenData

func (*TLLastSeenData) GetExpires added in v0.87.3

func (m *TLLastSeenData) GetExpires() int32

func (*TLLastSeenData) GetLastSeenAt

func (m *TLLastSeenData) GetLastSeenAt() int64

func (*TLLastSeenData) GetPredicateName

func (m *TLLastSeenData) GetPredicateName() string

func (*TLLastSeenData) GetUserId

func (m *TLLastSeenData) GetUserId() int64

func (*TLLastSeenData) GoString

func (this *TLLastSeenData) GoString() string

func (*TLLastSeenData) Marshal

func (m *TLLastSeenData) Marshal() (dAtA []byte, err error)

func (*TLLastSeenData) MarshalTo

func (m *TLLastSeenData) MarshalTo(dAtA []byte) (int, error)

func (*TLLastSeenData) MarshalToSizedBuffer

func (m *TLLastSeenData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLLastSeenData) ProtoMessage

func (*TLLastSeenData) ProtoMessage()

func (*TLLastSeenData) Reset

func (m *TLLastSeenData) Reset()

func (*TLLastSeenData) SetExpires added in v0.87.3

func (m *TLLastSeenData) SetExpires(v int32)

func (*TLLastSeenData) SetLastSeenAt

func (m *TLLastSeenData) SetLastSeenAt(v int64)

func (*TLLastSeenData) SetUserId

func (m *TLLastSeenData) SetUserId(v int64)

func (*TLLastSeenData) Size

func (m *TLLastSeenData) Size() (n int)

func (*TLLastSeenData) String

func (m *TLLastSeenData) String() string

func (*TLLastSeenData) To_LastSeenData

func (m *TLLastSeenData) To_LastSeenData() *LastSeenData

func (*TLLastSeenData) Unmarshal

func (m *TLLastSeenData) Unmarshal(dAtA []byte) error

func (*TLLastSeenData) XXX_DiscardUnknown

func (m *TLLastSeenData) XXX_DiscardUnknown()

func (*TLLastSeenData) XXX_Marshal

func (m *TLLastSeenData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLLastSeenData) XXX_Merge

func (m *TLLastSeenData) XXX_Merge(src proto.Message)

func (*TLLastSeenData) XXX_Size

func (m *TLLastSeenData) XXX_Size() int

func (*TLLastSeenData) XXX_Unmarshal

func (m *TLLastSeenData) XXX_Unmarshal(b []byte) error

type TLPeerPeerNotifySettings

type TLPeerPeerNotifySettings struct {
	Data2                *PeerPeerNotifySettings `protobuf:"bytes,1,opt,name=data2,proto3" json:"data2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func MakeTLPeerPeerNotifySettings

func MakeTLPeerPeerNotifySettings(data2 *PeerPeerNotifySettings) *TLPeerPeerNotifySettings

MakeTLPeerPeerNotifySettings

func (*TLPeerPeerNotifySettings) CalcByteSize

func (m *TLPeerPeerNotifySettings) CalcByteSize(layer int32) int

func (*TLPeerPeerNotifySettings) DebugString

func (m *TLPeerPeerNotifySettings) DebugString() string

func (*TLPeerPeerNotifySettings) Decode

func (*TLPeerPeerNotifySettings) Descriptor

func (*TLPeerPeerNotifySettings) Descriptor() ([]byte, []int)

func (*TLPeerPeerNotifySettings) Encode

func (m *TLPeerPeerNotifySettings) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLPeerPeerNotifySettings) GetData2

func (*TLPeerPeerNotifySettings) GetPeerId

func (m *TLPeerPeerNotifySettings) GetPeerId() int64

func (*TLPeerPeerNotifySettings) GetPeerType

func (m *TLPeerPeerNotifySettings) GetPeerType() int32

func (*TLPeerPeerNotifySettings) GetPredicateName

func (m *TLPeerPeerNotifySettings) GetPredicateName() string

func (*TLPeerPeerNotifySettings) GetSettings

func (*TLPeerPeerNotifySettings) GoString

func (this *TLPeerPeerNotifySettings) GoString() string

func (*TLPeerPeerNotifySettings) Marshal

func (m *TLPeerPeerNotifySettings) Marshal() (dAtA []byte, err error)

func (*TLPeerPeerNotifySettings) MarshalTo

func (m *TLPeerPeerNotifySettings) MarshalTo(dAtA []byte) (int, error)

func (*TLPeerPeerNotifySettings) MarshalToSizedBuffer

func (m *TLPeerPeerNotifySettings) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLPeerPeerNotifySettings) ProtoMessage

func (*TLPeerPeerNotifySettings) ProtoMessage()

func (*TLPeerPeerNotifySettings) Reset

func (m *TLPeerPeerNotifySettings) Reset()

func (*TLPeerPeerNotifySettings) SetPeerId

func (m *TLPeerPeerNotifySettings) SetPeerId(v int64)

func (*TLPeerPeerNotifySettings) SetPeerType

func (m *TLPeerPeerNotifySettings) SetPeerType(v int32)

func (*TLPeerPeerNotifySettings) SetSettings

func (*TLPeerPeerNotifySettings) Size

func (m *TLPeerPeerNotifySettings) Size() (n int)

func (*TLPeerPeerNotifySettings) String

func (m *TLPeerPeerNotifySettings) String() string

func (*TLPeerPeerNotifySettings) To_PeerPeerNotifySettings

func (m *TLPeerPeerNotifySettings) To_PeerPeerNotifySettings() *PeerPeerNotifySettings

func (*TLPeerPeerNotifySettings) Unmarshal

func (m *TLPeerPeerNotifySettings) Unmarshal(dAtA []byte) error

func (*TLPeerPeerNotifySettings) XXX_DiscardUnknown

func (m *TLPeerPeerNotifySettings) XXX_DiscardUnknown()

func (*TLPeerPeerNotifySettings) XXX_Marshal

func (m *TLPeerPeerNotifySettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLPeerPeerNotifySettings) XXX_Merge

func (m *TLPeerPeerNotifySettings) XXX_Merge(src proto.Message)

func (*TLPeerPeerNotifySettings) XXX_Size

func (m *TLPeerPeerNotifySettings) XXX_Size() int

func (*TLPeerPeerNotifySettings) XXX_Unmarshal

func (m *TLPeerPeerNotifySettings) XXX_Unmarshal(b []byte) error

type TLUserAddContact

type TLUserAddContact struct {
	Constructor              TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId                   int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	AddPhonePrivacyException *mtproto.Bool `` /* 137-byte string literal not displayed */
	Id                       int64         `protobuf:"varint,5,opt,name=id,proto3" json:"id,omitempty"`
	FirstName                string        `protobuf:"bytes,6,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName                 string        `protobuf:"bytes,7,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	Phone                    string        `protobuf:"bytes,8,opt,name=phone,proto3" json:"phone,omitempty"`
	XXX_NoUnkeyedLiteral     struct{}      `json:"-"`
	XXX_unrecognized         []byte        `json:"-"`
	XXX_sizecache            int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserAddContact) CalcByteSize

func (m *TLUserAddContact) CalcByteSize(layer int32) int

func (*TLUserAddContact) DebugString

func (m *TLUserAddContact) DebugString() string

func (*TLUserAddContact) Decode

func (m *TLUserAddContact) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserAddContact) Descriptor

func (*TLUserAddContact) Descriptor() ([]byte, []int)

func (*TLUserAddContact) Encode

func (m *TLUserAddContact) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserAddContact) GetAddPhonePrivacyException

func (m *TLUserAddContact) GetAddPhonePrivacyException() *mtproto.Bool

func (*TLUserAddContact) GetConstructor

func (m *TLUserAddContact) GetConstructor() TLConstructor

func (*TLUserAddContact) GetFirstName

func (m *TLUserAddContact) GetFirstName() string

func (*TLUserAddContact) GetId

func (m *TLUserAddContact) GetId() int64

func (*TLUserAddContact) GetLastName

func (m *TLUserAddContact) GetLastName() string

func (*TLUserAddContact) GetPhone

func (m *TLUserAddContact) GetPhone() string

func (*TLUserAddContact) GetUserId

func (m *TLUserAddContact) GetUserId() int64

func (*TLUserAddContact) GoString

func (this *TLUserAddContact) GoString() string

func (*TLUserAddContact) Marshal

func (m *TLUserAddContact) Marshal() (dAtA []byte, err error)

func (*TLUserAddContact) MarshalTo

func (m *TLUserAddContact) MarshalTo(dAtA []byte) (int, error)

func (*TLUserAddContact) MarshalToSizedBuffer

func (m *TLUserAddContact) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserAddContact) ProtoMessage

func (*TLUserAddContact) ProtoMessage()

func (*TLUserAddContact) Reset

func (m *TLUserAddContact) Reset()

func (*TLUserAddContact) Size

func (m *TLUserAddContact) Size() (n int)

func (*TLUserAddContact) String

func (m *TLUserAddContact) String() string

func (*TLUserAddContact) Unmarshal

func (m *TLUserAddContact) Unmarshal(dAtA []byte) error

func (*TLUserAddContact) XXX_DiscardUnknown

func (m *TLUserAddContact) XXX_DiscardUnknown()

func (*TLUserAddContact) XXX_Marshal

func (m *TLUserAddContact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserAddContact) XXX_Merge

func (m *TLUserAddContact) XXX_Merge(src proto.Message)

func (*TLUserAddContact) XXX_Size

func (m *TLUserAddContact) XXX_Size() int

func (*TLUserAddContact) XXX_Unmarshal

func (m *TLUserAddContact) XXX_Unmarshal(b []byte) error

type TLUserAddPeerSettings

type TLUserAddPeerSettings struct {
	Constructor          TLConstructor         `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64                 `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	PeerType             int32                 `protobuf:"varint,4,opt,name=peer_type,json=peerType,proto3" json:"peer_type,omitempty"`
	PeerId               int64                 `protobuf:"varint,5,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	Settings             *mtproto.PeerSettings `protobuf:"bytes,6,opt,name=settings,proto3" json:"settings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserAddPeerSettings) CalcByteSize

func (m *TLUserAddPeerSettings) CalcByteSize(layer int32) int

func (*TLUserAddPeerSettings) DebugString

func (m *TLUserAddPeerSettings) DebugString() string

func (*TLUserAddPeerSettings) Decode

func (m *TLUserAddPeerSettings) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserAddPeerSettings) Descriptor

func (*TLUserAddPeerSettings) Descriptor() ([]byte, []int)

func (*TLUserAddPeerSettings) Encode

func (m *TLUserAddPeerSettings) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserAddPeerSettings) GetConstructor

func (m *TLUserAddPeerSettings) GetConstructor() TLConstructor

func (*TLUserAddPeerSettings) GetPeerId

func (m *TLUserAddPeerSettings) GetPeerId() int64

func (*TLUserAddPeerSettings) GetPeerType

func (m *TLUserAddPeerSettings) GetPeerType() int32

func (*TLUserAddPeerSettings) GetSettings

func (m *TLUserAddPeerSettings) GetSettings() *mtproto.PeerSettings

func (*TLUserAddPeerSettings) GetUserId

func (m *TLUserAddPeerSettings) GetUserId() int64

func (*TLUserAddPeerSettings) GoString

func (this *TLUserAddPeerSettings) GoString() string

func (*TLUserAddPeerSettings) Marshal

func (m *TLUserAddPeerSettings) Marshal() (dAtA []byte, err error)

func (*TLUserAddPeerSettings) MarshalTo

func (m *TLUserAddPeerSettings) MarshalTo(dAtA []byte) (int, error)

func (*TLUserAddPeerSettings) MarshalToSizedBuffer

func (m *TLUserAddPeerSettings) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserAddPeerSettings) ProtoMessage

func (*TLUserAddPeerSettings) ProtoMessage()

func (*TLUserAddPeerSettings) Reset

func (m *TLUserAddPeerSettings) Reset()

func (*TLUserAddPeerSettings) Size

func (m *TLUserAddPeerSettings) Size() (n int)

func (*TLUserAddPeerSettings) String

func (m *TLUserAddPeerSettings) String() string

func (*TLUserAddPeerSettings) Unmarshal

func (m *TLUserAddPeerSettings) Unmarshal(dAtA []byte) error

func (*TLUserAddPeerSettings) XXX_DiscardUnknown

func (m *TLUserAddPeerSettings) XXX_DiscardUnknown()

func (*TLUserAddPeerSettings) XXX_Marshal

func (m *TLUserAddPeerSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserAddPeerSettings) XXX_Merge

func (m *TLUserAddPeerSettings) XXX_Merge(src proto.Message)

func (*TLUserAddPeerSettings) XXX_Size

func (m *TLUserAddPeerSettings) XXX_Size() int

func (*TLUserAddPeerSettings) XXX_Unmarshal

func (m *TLUserAddPeerSettings) XXX_Unmarshal(b []byte) error

type TLUserBlockPeer

type TLUserBlockPeer struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	PeerType             int32         `protobuf:"varint,4,opt,name=peer_type,json=peerType,proto3" json:"peer_type,omitempty"`
	PeerId               int64         `protobuf:"varint,5,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserBlockPeer) CalcByteSize

func (m *TLUserBlockPeer) CalcByteSize(layer int32) int

func (*TLUserBlockPeer) DebugString

func (m *TLUserBlockPeer) DebugString() string

func (*TLUserBlockPeer) Decode

func (m *TLUserBlockPeer) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserBlockPeer) Descriptor

func (*TLUserBlockPeer) Descriptor() ([]byte, []int)

func (*TLUserBlockPeer) Encode

func (m *TLUserBlockPeer) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserBlockPeer) GetConstructor

func (m *TLUserBlockPeer) GetConstructor() TLConstructor

func (*TLUserBlockPeer) GetPeerId

func (m *TLUserBlockPeer) GetPeerId() int64

func (*TLUserBlockPeer) GetPeerType

func (m *TLUserBlockPeer) GetPeerType() int32

func (*TLUserBlockPeer) GetUserId

func (m *TLUserBlockPeer) GetUserId() int64

func (*TLUserBlockPeer) GoString

func (this *TLUserBlockPeer) GoString() string

func (*TLUserBlockPeer) Marshal

func (m *TLUserBlockPeer) Marshal() (dAtA []byte, err error)

func (*TLUserBlockPeer) MarshalTo

func (m *TLUserBlockPeer) MarshalTo(dAtA []byte) (int, error)

func (*TLUserBlockPeer) MarshalToSizedBuffer

func (m *TLUserBlockPeer) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserBlockPeer) ProtoMessage

func (*TLUserBlockPeer) ProtoMessage()

func (*TLUserBlockPeer) Reset

func (m *TLUserBlockPeer) Reset()

func (*TLUserBlockPeer) Size

func (m *TLUserBlockPeer) Size() (n int)

func (*TLUserBlockPeer) String

func (m *TLUserBlockPeer) String() string

func (*TLUserBlockPeer) Unmarshal

func (m *TLUserBlockPeer) Unmarshal(dAtA []byte) error

func (*TLUserBlockPeer) XXX_DiscardUnknown

func (m *TLUserBlockPeer) XXX_DiscardUnknown()

func (*TLUserBlockPeer) XXX_Marshal

func (m *TLUserBlockPeer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserBlockPeer) XXX_Merge

func (m *TLUserBlockPeer) XXX_Merge(src proto.Message)

func (*TLUserBlockPeer) XXX_Size

func (m *TLUserBlockPeer) XXX_Size() int

func (*TLUserBlockPeer) XXX_Unmarshal

func (m *TLUserBlockPeer) XXX_Unmarshal(b []byte) error

type TLUserBlockedByUser

type TLUserBlockedByUser struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	PeerUserId           int64         `protobuf:"varint,4,opt,name=peer_user_id,json=peerUserId,proto3" json:"peer_user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserBlockedByUser) CalcByteSize

func (m *TLUserBlockedByUser) CalcByteSize(layer int32) int

func (*TLUserBlockedByUser) DebugString

func (m *TLUserBlockedByUser) DebugString() string

func (*TLUserBlockedByUser) Decode

func (m *TLUserBlockedByUser) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserBlockedByUser) Descriptor

func (*TLUserBlockedByUser) Descriptor() ([]byte, []int)

func (*TLUserBlockedByUser) Encode

func (m *TLUserBlockedByUser) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserBlockedByUser) GetConstructor

func (m *TLUserBlockedByUser) GetConstructor() TLConstructor

func (*TLUserBlockedByUser) GetPeerUserId

func (m *TLUserBlockedByUser) GetPeerUserId() int64

func (*TLUserBlockedByUser) GetUserId

func (m *TLUserBlockedByUser) GetUserId() int64

func (*TLUserBlockedByUser) GoString

func (this *TLUserBlockedByUser) GoString() string

func (*TLUserBlockedByUser) Marshal

func (m *TLUserBlockedByUser) Marshal() (dAtA []byte, err error)

func (*TLUserBlockedByUser) MarshalTo

func (m *TLUserBlockedByUser) MarshalTo(dAtA []byte) (int, error)

func (*TLUserBlockedByUser) MarshalToSizedBuffer

func (m *TLUserBlockedByUser) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserBlockedByUser) ProtoMessage

func (*TLUserBlockedByUser) ProtoMessage()

func (*TLUserBlockedByUser) Reset

func (m *TLUserBlockedByUser) Reset()

func (*TLUserBlockedByUser) Size

func (m *TLUserBlockedByUser) Size() (n int)

func (*TLUserBlockedByUser) String

func (m *TLUserBlockedByUser) String() string

func (*TLUserBlockedByUser) Unmarshal

func (m *TLUserBlockedByUser) Unmarshal(dAtA []byte) error

func (*TLUserBlockedByUser) XXX_DiscardUnknown

func (m *TLUserBlockedByUser) XXX_DiscardUnknown()

func (*TLUserBlockedByUser) XXX_Marshal

func (m *TLUserBlockedByUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserBlockedByUser) XXX_Merge

func (m *TLUserBlockedByUser) XXX_Merge(src proto.Message)

func (*TLUserBlockedByUser) XXX_Size

func (m *TLUserBlockedByUser) XXX_Size() int

func (*TLUserBlockedByUser) XXX_Unmarshal

func (m *TLUserBlockedByUser) XXX_Unmarshal(b []byte) error

type TLUserChangePhone

type TLUserChangePhone struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Phone                string        `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserChangePhone) CalcByteSize

func (m *TLUserChangePhone) CalcByteSize(layer int32) int

func (*TLUserChangePhone) DebugString

func (m *TLUserChangePhone) DebugString() string

func (*TLUserChangePhone) Decode

func (m *TLUserChangePhone) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserChangePhone) Descriptor

func (*TLUserChangePhone) Descriptor() ([]byte, []int)

func (*TLUserChangePhone) Encode

func (m *TLUserChangePhone) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserChangePhone) GetConstructor

func (m *TLUserChangePhone) GetConstructor() TLConstructor

func (*TLUserChangePhone) GetPhone

func (m *TLUserChangePhone) GetPhone() string

func (*TLUserChangePhone) GetUserId

func (m *TLUserChangePhone) GetUserId() int64

func (*TLUserChangePhone) GoString

func (this *TLUserChangePhone) GoString() string

func (*TLUserChangePhone) Marshal

func (m *TLUserChangePhone) Marshal() (dAtA []byte, err error)

func (*TLUserChangePhone) MarshalTo

func (m *TLUserChangePhone) MarshalTo(dAtA []byte) (int, error)

func (*TLUserChangePhone) MarshalToSizedBuffer

func (m *TLUserChangePhone) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserChangePhone) ProtoMessage

func (*TLUserChangePhone) ProtoMessage()

func (*TLUserChangePhone) Reset

func (m *TLUserChangePhone) Reset()

func (*TLUserChangePhone) Size

func (m *TLUserChangePhone) Size() (n int)

func (*TLUserChangePhone) String

func (m *TLUserChangePhone) String() string

func (*TLUserChangePhone) Unmarshal

func (m *TLUserChangePhone) Unmarshal(dAtA []byte) error

func (*TLUserChangePhone) XXX_DiscardUnknown

func (m *TLUserChangePhone) XXX_DiscardUnknown()

func (*TLUserChangePhone) XXX_Marshal

func (m *TLUserChangePhone) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserChangePhone) XXX_Merge

func (m *TLUserChangePhone) XXX_Merge(src proto.Message)

func (*TLUserChangePhone) XXX_Size

func (m *TLUserChangePhone) XXX_Size() int

func (*TLUserChangePhone) XXX_Unmarshal

func (m *TLUserChangePhone) XXX_Unmarshal(b []byte) error

type TLUserCheckBlockUserList

type TLUserCheckBlockUserList struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Id                   []int64       `protobuf:"varint,4,rep,packed,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserCheckBlockUserList) CalcByteSize

func (m *TLUserCheckBlockUserList) CalcByteSize(layer int32) int

func (*TLUserCheckBlockUserList) DebugString

func (m *TLUserCheckBlockUserList) DebugString() string

func (*TLUserCheckBlockUserList) Decode

func (*TLUserCheckBlockUserList) Descriptor

func (*TLUserCheckBlockUserList) Descriptor() ([]byte, []int)

func (*TLUserCheckBlockUserList) Encode

func (m *TLUserCheckBlockUserList) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserCheckBlockUserList) GetConstructor

func (m *TLUserCheckBlockUserList) GetConstructor() TLConstructor

func (*TLUserCheckBlockUserList) GetId

func (m *TLUserCheckBlockUserList) GetId() []int64

func (*TLUserCheckBlockUserList) GetUserId

func (m *TLUserCheckBlockUserList) GetUserId() int64

func (*TLUserCheckBlockUserList) GoString

func (this *TLUserCheckBlockUserList) GoString() string

func (*TLUserCheckBlockUserList) Marshal

func (m *TLUserCheckBlockUserList) Marshal() (dAtA []byte, err error)

func (*TLUserCheckBlockUserList) MarshalTo

func (m *TLUserCheckBlockUserList) MarshalTo(dAtA []byte) (int, error)

func (*TLUserCheckBlockUserList) MarshalToSizedBuffer

func (m *TLUserCheckBlockUserList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserCheckBlockUserList) ProtoMessage

func (*TLUserCheckBlockUserList) ProtoMessage()

func (*TLUserCheckBlockUserList) Reset

func (m *TLUserCheckBlockUserList) Reset()

func (*TLUserCheckBlockUserList) Size

func (m *TLUserCheckBlockUserList) Size() (n int)

func (*TLUserCheckBlockUserList) String

func (m *TLUserCheckBlockUserList) String() string

func (*TLUserCheckBlockUserList) Unmarshal

func (m *TLUserCheckBlockUserList) Unmarshal(dAtA []byte) error

func (*TLUserCheckBlockUserList) XXX_DiscardUnknown

func (m *TLUserCheckBlockUserList) XXX_DiscardUnknown()

func (*TLUserCheckBlockUserList) XXX_Marshal

func (m *TLUserCheckBlockUserList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserCheckBlockUserList) XXX_Merge

func (m *TLUserCheckBlockUserList) XXX_Merge(src proto.Message)

func (*TLUserCheckBlockUserList) XXX_Size

func (m *TLUserCheckBlockUserList) XXX_Size() int

func (*TLUserCheckBlockUserList) XXX_Unmarshal

func (m *TLUserCheckBlockUserList) XXX_Unmarshal(b []byte) error

type TLUserCheckBots added in v0.96.0

type TLUserCheckBots struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Id                   []int64       `protobuf:"varint,3,rep,packed,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserCheckBots) CalcByteSize added in v0.96.0

func (m *TLUserCheckBots) CalcByteSize(layer int32) int

func (*TLUserCheckBots) DebugString added in v0.96.0

func (m *TLUserCheckBots) DebugString() string

func (*TLUserCheckBots) Decode added in v0.96.0

func (m *TLUserCheckBots) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserCheckBots) Descriptor added in v0.96.0

func (*TLUserCheckBots) Descriptor() ([]byte, []int)

func (*TLUserCheckBots) Encode added in v0.96.0

func (m *TLUserCheckBots) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserCheckBots) GetConstructor added in v0.96.0

func (m *TLUserCheckBots) GetConstructor() TLConstructor

func (*TLUserCheckBots) GetId added in v0.96.0

func (m *TLUserCheckBots) GetId() []int64

func (*TLUserCheckBots) GoString added in v0.96.0

func (this *TLUserCheckBots) GoString() string

func (*TLUserCheckBots) Marshal added in v0.96.0

func (m *TLUserCheckBots) Marshal() (dAtA []byte, err error)

func (*TLUserCheckBots) MarshalTo added in v0.96.0

func (m *TLUserCheckBots) MarshalTo(dAtA []byte) (int, error)

func (*TLUserCheckBots) MarshalToSizedBuffer added in v0.96.0

func (m *TLUserCheckBots) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserCheckBots) ProtoMessage added in v0.96.0

func (*TLUserCheckBots) ProtoMessage()

func (*TLUserCheckBots) Reset added in v0.96.0

func (m *TLUserCheckBots) Reset()

func (*TLUserCheckBots) Size added in v0.96.0

func (m *TLUserCheckBots) Size() (n int)

func (*TLUserCheckBots) String added in v0.96.0

func (m *TLUserCheckBots) String() string

func (*TLUserCheckBots) Unmarshal added in v0.96.0

func (m *TLUserCheckBots) Unmarshal(dAtA []byte) error

func (*TLUserCheckBots) XXX_DiscardUnknown added in v0.96.0

func (m *TLUserCheckBots) XXX_DiscardUnknown()

func (*TLUserCheckBots) XXX_Marshal added in v0.96.0

func (m *TLUserCheckBots) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserCheckBots) XXX_Merge added in v0.96.0

func (m *TLUserCheckBots) XXX_Merge(src proto.Message)

func (*TLUserCheckBots) XXX_Size added in v0.96.0

func (m *TLUserCheckBots) XXX_Size() int

func (*TLUserCheckBots) XXX_Unmarshal added in v0.96.0

func (m *TLUserCheckBots) XXX_Unmarshal(b []byte) error

type TLUserCheckContact

type TLUserCheckContact struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Id                   int64         `protobuf:"varint,4,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserCheckContact) CalcByteSize

func (m *TLUserCheckContact) CalcByteSize(layer int32) int

func (*TLUserCheckContact) DebugString

func (m *TLUserCheckContact) DebugString() string

func (*TLUserCheckContact) Decode

func (m *TLUserCheckContact) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserCheckContact) Descriptor

func (*TLUserCheckContact) Descriptor() ([]byte, []int)

func (*TLUserCheckContact) Encode

func (m *TLUserCheckContact) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserCheckContact) GetConstructor

func (m *TLUserCheckContact) GetConstructor() TLConstructor

func (*TLUserCheckContact) GetId

func (m *TLUserCheckContact) GetId() int64

func (*TLUserCheckContact) GetUserId

func (m *TLUserCheckContact) GetUserId() int64

func (*TLUserCheckContact) GoString

func (this *TLUserCheckContact) GoString() string

func (*TLUserCheckContact) Marshal

func (m *TLUserCheckContact) Marshal() (dAtA []byte, err error)

func (*TLUserCheckContact) MarshalTo

func (m *TLUserCheckContact) MarshalTo(dAtA []byte) (int, error)

func (*TLUserCheckContact) MarshalToSizedBuffer

func (m *TLUserCheckContact) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserCheckContact) ProtoMessage

func (*TLUserCheckContact) ProtoMessage()

func (*TLUserCheckContact) Reset

func (m *TLUserCheckContact) Reset()

func (*TLUserCheckContact) Size

func (m *TLUserCheckContact) Size() (n int)

func (*TLUserCheckContact) String

func (m *TLUserCheckContact) String() string

func (*TLUserCheckContact) Unmarshal

func (m *TLUserCheckContact) Unmarshal(dAtA []byte) error

func (*TLUserCheckContact) XXX_DiscardUnknown

func (m *TLUserCheckContact) XXX_DiscardUnknown()

func (*TLUserCheckContact) XXX_Marshal

func (m *TLUserCheckContact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserCheckContact) XXX_Merge

func (m *TLUserCheckContact) XXX_Merge(src proto.Message)

func (*TLUserCheckContact) XXX_Size

func (m *TLUserCheckContact) XXX_Size() int

func (*TLUserCheckContact) XXX_Unmarshal

func (m *TLUserCheckContact) XXX_Unmarshal(b []byte) error

type TLUserCheckPrivacy

type TLUserCheckPrivacy struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	KeyType              int32         `protobuf:"varint,4,opt,name=key_type,json=keyType,proto3" json:"key_type,omitempty"`
	PeerId               int64         `protobuf:"varint,5,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserCheckPrivacy) CalcByteSize

func (m *TLUserCheckPrivacy) CalcByteSize(layer int32) int

func (*TLUserCheckPrivacy) DebugString

func (m *TLUserCheckPrivacy) DebugString() string

func (*TLUserCheckPrivacy) Decode

func (m *TLUserCheckPrivacy) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserCheckPrivacy) Descriptor

func (*TLUserCheckPrivacy) Descriptor() ([]byte, []int)

func (*TLUserCheckPrivacy) Encode

func (m *TLUserCheckPrivacy) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserCheckPrivacy) GetConstructor

func (m *TLUserCheckPrivacy) GetConstructor() TLConstructor

func (*TLUserCheckPrivacy) GetKeyType

func (m *TLUserCheckPrivacy) GetKeyType() int32

func (*TLUserCheckPrivacy) GetPeerId

func (m *TLUserCheckPrivacy) GetPeerId() int64

func (*TLUserCheckPrivacy) GetUserId

func (m *TLUserCheckPrivacy) GetUserId() int64

func (*TLUserCheckPrivacy) GoString

func (this *TLUserCheckPrivacy) GoString() string

func (*TLUserCheckPrivacy) Marshal

func (m *TLUserCheckPrivacy) Marshal() (dAtA []byte, err error)

func (*TLUserCheckPrivacy) MarshalTo

func (m *TLUserCheckPrivacy) MarshalTo(dAtA []byte) (int, error)

func (*TLUserCheckPrivacy) MarshalToSizedBuffer

func (m *TLUserCheckPrivacy) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserCheckPrivacy) ProtoMessage

func (*TLUserCheckPrivacy) ProtoMessage()

func (*TLUserCheckPrivacy) Reset

func (m *TLUserCheckPrivacy) Reset()

func (*TLUserCheckPrivacy) Size

func (m *TLUserCheckPrivacy) Size() (n int)

func (*TLUserCheckPrivacy) String

func (m *TLUserCheckPrivacy) String() string

func (*TLUserCheckPrivacy) Unmarshal

func (m *TLUserCheckPrivacy) Unmarshal(dAtA []byte) error

func (*TLUserCheckPrivacy) XXX_DiscardUnknown

func (m *TLUserCheckPrivacy) XXX_DiscardUnknown()

func (*TLUserCheckPrivacy) XXX_Marshal

func (m *TLUserCheckPrivacy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserCheckPrivacy) XXX_Merge

func (m *TLUserCheckPrivacy) XXX_Merge(src proto.Message)

func (*TLUserCheckPrivacy) XXX_Size

func (m *TLUserCheckPrivacy) XXX_Size() int

func (*TLUserCheckPrivacy) XXX_Unmarshal

func (m *TLUserCheckPrivacy) XXX_Unmarshal(b []byte) error

type TLUserCreateNewPredefinedUser

type TLUserCreateNewPredefinedUser struct {
	Constructor          TLConstructor      `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Phone                string             `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone,omitempty"`
	FirstName            string             `protobuf:"bytes,4,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName             *types.StringValue `protobuf:"bytes,5,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	Username             string             `protobuf:"bytes,6,opt,name=username,proto3" json:"username,omitempty"`
	Code                 string             `protobuf:"bytes,7,opt,name=code,proto3" json:"code,omitempty"`
	Verified             bool               `protobuf:"varint,8,opt,name=verified,proto3" json:"verified,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserCreateNewPredefinedUser) CalcByteSize

func (m *TLUserCreateNewPredefinedUser) CalcByteSize(layer int32) int

func (*TLUserCreateNewPredefinedUser) DebugString

func (m *TLUserCreateNewPredefinedUser) DebugString() string

func (*TLUserCreateNewPredefinedUser) Decode

func (*TLUserCreateNewPredefinedUser) Descriptor

func (*TLUserCreateNewPredefinedUser) Descriptor() ([]byte, []int)

func (*TLUserCreateNewPredefinedUser) Encode

func (*TLUserCreateNewPredefinedUser) GetCode

func (*TLUserCreateNewPredefinedUser) GetConstructor

func (m *TLUserCreateNewPredefinedUser) GetConstructor() TLConstructor

func (*TLUserCreateNewPredefinedUser) GetFirstName

func (m *TLUserCreateNewPredefinedUser) GetFirstName() string

func (*TLUserCreateNewPredefinedUser) GetLastName

func (*TLUserCreateNewPredefinedUser) GetPhone

func (m *TLUserCreateNewPredefinedUser) GetPhone() string

func (*TLUserCreateNewPredefinedUser) GetUsername

func (m *TLUserCreateNewPredefinedUser) GetUsername() string

func (*TLUserCreateNewPredefinedUser) GetVerified

func (m *TLUserCreateNewPredefinedUser) GetVerified() bool

func (*TLUserCreateNewPredefinedUser) GoString

func (this *TLUserCreateNewPredefinedUser) GoString() string

func (*TLUserCreateNewPredefinedUser) Marshal

func (m *TLUserCreateNewPredefinedUser) Marshal() (dAtA []byte, err error)

func (*TLUserCreateNewPredefinedUser) MarshalTo

func (m *TLUserCreateNewPredefinedUser) MarshalTo(dAtA []byte) (int, error)

func (*TLUserCreateNewPredefinedUser) MarshalToSizedBuffer

func (m *TLUserCreateNewPredefinedUser) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserCreateNewPredefinedUser) ProtoMessage

func (*TLUserCreateNewPredefinedUser) ProtoMessage()

func (*TLUserCreateNewPredefinedUser) Reset

func (m *TLUserCreateNewPredefinedUser) Reset()

func (*TLUserCreateNewPredefinedUser) Size

func (m *TLUserCreateNewPredefinedUser) Size() (n int)

func (*TLUserCreateNewPredefinedUser) String

func (*TLUserCreateNewPredefinedUser) Unmarshal

func (m *TLUserCreateNewPredefinedUser) Unmarshal(dAtA []byte) error

func (*TLUserCreateNewPredefinedUser) XXX_DiscardUnknown

func (m *TLUserCreateNewPredefinedUser) XXX_DiscardUnknown()

func (*TLUserCreateNewPredefinedUser) XXX_Marshal

func (m *TLUserCreateNewPredefinedUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserCreateNewPredefinedUser) XXX_Merge

func (m *TLUserCreateNewPredefinedUser) XXX_Merge(src proto.Message)

func (*TLUserCreateNewPredefinedUser) XXX_Size

func (m *TLUserCreateNewPredefinedUser) XXX_Size() int

func (*TLUserCreateNewPredefinedUser) XXX_Unmarshal

func (m *TLUserCreateNewPredefinedUser) XXX_Unmarshal(b []byte) error

type TLUserCreateNewTestUser added in v0.96.0

type TLUserCreateNewTestUser struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	SecretKeyId          int64         `protobuf:"varint,3,opt,name=secret_key_id,json=secretKeyId,proto3" json:"secret_key_id,omitempty"`
	MinId                int64         `protobuf:"varint,4,opt,name=min_id,json=minId,proto3" json:"min_id,omitempty"`
	MaxId                int64         `protobuf:"varint,5,opt,name=max_id,json=maxId,proto3" json:"max_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserCreateNewTestUser) CalcByteSize added in v0.96.0

func (m *TLUserCreateNewTestUser) CalcByteSize(layer int32) int

func (*TLUserCreateNewTestUser) DebugString added in v0.96.0

func (m *TLUserCreateNewTestUser) DebugString() string

func (*TLUserCreateNewTestUser) Decode added in v0.96.0

func (*TLUserCreateNewTestUser) Descriptor added in v0.96.0

func (*TLUserCreateNewTestUser) Descriptor() ([]byte, []int)

func (*TLUserCreateNewTestUser) Encode added in v0.96.0

func (m *TLUserCreateNewTestUser) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserCreateNewTestUser) GetConstructor added in v0.96.0

func (m *TLUserCreateNewTestUser) GetConstructor() TLConstructor

func (*TLUserCreateNewTestUser) GetMaxId added in v0.96.0

func (m *TLUserCreateNewTestUser) GetMaxId() int64

func (*TLUserCreateNewTestUser) GetMinId added in v0.96.0

func (m *TLUserCreateNewTestUser) GetMinId() int64

func (*TLUserCreateNewTestUser) GetSecretKeyId added in v0.96.0

func (m *TLUserCreateNewTestUser) GetSecretKeyId() int64

func (*TLUserCreateNewTestUser) GoString added in v0.96.0

func (this *TLUserCreateNewTestUser) GoString() string

func (*TLUserCreateNewTestUser) Marshal added in v0.96.0

func (m *TLUserCreateNewTestUser) Marshal() (dAtA []byte, err error)

func (*TLUserCreateNewTestUser) MarshalTo added in v0.96.0

func (m *TLUserCreateNewTestUser) MarshalTo(dAtA []byte) (int, error)

func (*TLUserCreateNewTestUser) MarshalToSizedBuffer added in v0.96.0

func (m *TLUserCreateNewTestUser) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserCreateNewTestUser) ProtoMessage added in v0.96.0

func (*TLUserCreateNewTestUser) ProtoMessage()

func (*TLUserCreateNewTestUser) Reset added in v0.96.0

func (m *TLUserCreateNewTestUser) Reset()

func (*TLUserCreateNewTestUser) Size added in v0.96.0

func (m *TLUserCreateNewTestUser) Size() (n int)

func (*TLUserCreateNewTestUser) String added in v0.96.0

func (m *TLUserCreateNewTestUser) String() string

func (*TLUserCreateNewTestUser) Unmarshal added in v0.96.0

func (m *TLUserCreateNewTestUser) Unmarshal(dAtA []byte) error

func (*TLUserCreateNewTestUser) XXX_DiscardUnknown added in v0.96.0

func (m *TLUserCreateNewTestUser) XXX_DiscardUnknown()

func (*TLUserCreateNewTestUser) XXX_Marshal added in v0.96.0

func (m *TLUserCreateNewTestUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserCreateNewTestUser) XXX_Merge added in v0.96.0

func (m *TLUserCreateNewTestUser) XXX_Merge(src proto.Message)

func (*TLUserCreateNewTestUser) XXX_Size added in v0.96.0

func (m *TLUserCreateNewTestUser) XXX_Size() int

func (*TLUserCreateNewTestUser) XXX_Unmarshal added in v0.96.0

func (m *TLUserCreateNewTestUser) XXX_Unmarshal(b []byte) error

type TLUserCreateNewUser

type TLUserCreateNewUser struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	SecretKeyId          int64         `protobuf:"varint,3,opt,name=secret_key_id,json=secretKeyId,proto3" json:"secret_key_id,omitempty"`
	Phone                string        `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"`
	CountryCode          string        `protobuf:"bytes,5,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	FirstName            string        `protobuf:"bytes,6,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName             string        `protobuf:"bytes,7,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserCreateNewUser) CalcByteSize

func (m *TLUserCreateNewUser) CalcByteSize(layer int32) int

func (*TLUserCreateNewUser) DebugString

func (m *TLUserCreateNewUser) DebugString() string

func (*TLUserCreateNewUser) Decode

func (m *TLUserCreateNewUser) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserCreateNewUser) Descriptor

func (*TLUserCreateNewUser) Descriptor() ([]byte, []int)

func (*TLUserCreateNewUser) Encode

func (m *TLUserCreateNewUser) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserCreateNewUser) GetConstructor

func (m *TLUserCreateNewUser) GetConstructor() TLConstructor

func (*TLUserCreateNewUser) GetCountryCode

func (m *TLUserCreateNewUser) GetCountryCode() string

func (*TLUserCreateNewUser) GetFirstName

func (m *TLUserCreateNewUser) GetFirstName() string

func (*TLUserCreateNewUser) GetLastName

func (m *TLUserCreateNewUser) GetLastName() string

func (*TLUserCreateNewUser) GetPhone

func (m *TLUserCreateNewUser) GetPhone() string

func (*TLUserCreateNewUser) GetSecretKeyId

func (m *TLUserCreateNewUser) GetSecretKeyId() int64

func (*TLUserCreateNewUser) GoString

func (this *TLUserCreateNewUser) GoString() string

func (*TLUserCreateNewUser) Marshal

func (m *TLUserCreateNewUser) Marshal() (dAtA []byte, err error)

func (*TLUserCreateNewUser) MarshalTo

func (m *TLUserCreateNewUser) MarshalTo(dAtA []byte) (int, error)

func (*TLUserCreateNewUser) MarshalToSizedBuffer

func (m *TLUserCreateNewUser) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserCreateNewUser) ProtoMessage

func (*TLUserCreateNewUser) ProtoMessage()

func (*TLUserCreateNewUser) Reset

func (m *TLUserCreateNewUser) Reset()

func (*TLUserCreateNewUser) Size

func (m *TLUserCreateNewUser) Size() (n int)

func (*TLUserCreateNewUser) String

func (m *TLUserCreateNewUser) String() string

func (*TLUserCreateNewUser) Unmarshal

func (m *TLUserCreateNewUser) Unmarshal(dAtA []byte) error

func (*TLUserCreateNewUser) XXX_DiscardUnknown

func (m *TLUserCreateNewUser) XXX_DiscardUnknown()

func (*TLUserCreateNewUser) XXX_Marshal

func (m *TLUserCreateNewUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserCreateNewUser) XXX_Merge

func (m *TLUserCreateNewUser) XXX_Merge(src proto.Message)

func (*TLUserCreateNewUser) XXX_Size

func (m *TLUserCreateNewUser) XXX_Size() int

func (*TLUserCreateNewUser) XXX_Unmarshal

func (m *TLUserCreateNewUser) XXX_Unmarshal(b []byte) error

type TLUserDeleteContact

type TLUserDeleteContact struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Id                   int64         `protobuf:"varint,4,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserDeleteContact) CalcByteSize

func (m *TLUserDeleteContact) CalcByteSize(layer int32) int

func (*TLUserDeleteContact) DebugString

func (m *TLUserDeleteContact) DebugString() string

func (*TLUserDeleteContact) Decode

func (m *TLUserDeleteContact) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserDeleteContact) Descriptor

func (*TLUserDeleteContact) Descriptor() ([]byte, []int)

func (*TLUserDeleteContact) Encode

func (m *TLUserDeleteContact) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserDeleteContact) GetConstructor

func (m *TLUserDeleteContact) GetConstructor() TLConstructor

func (*TLUserDeleteContact) GetId

func (m *TLUserDeleteContact) GetId() int64

func (*TLUserDeleteContact) GetUserId

func (m *TLUserDeleteContact) GetUserId() int64

func (*TLUserDeleteContact) GoString

func (this *TLUserDeleteContact) GoString() string

func (*TLUserDeleteContact) Marshal

func (m *TLUserDeleteContact) Marshal() (dAtA []byte, err error)

func (*TLUserDeleteContact) MarshalTo

func (m *TLUserDeleteContact) MarshalTo(dAtA []byte) (int, error)

func (*TLUserDeleteContact) MarshalToSizedBuffer

func (m *TLUserDeleteContact) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserDeleteContact) ProtoMessage

func (*TLUserDeleteContact) ProtoMessage()

func (*TLUserDeleteContact) Reset

func (m *TLUserDeleteContact) Reset()

func (*TLUserDeleteContact) Size

func (m *TLUserDeleteContact) Size() (n int)

func (*TLUserDeleteContact) String

func (m *TLUserDeleteContact) String() string

func (*TLUserDeleteContact) Unmarshal

func (m *TLUserDeleteContact) Unmarshal(dAtA []byte) error

func (*TLUserDeleteContact) XXX_DiscardUnknown

func (m *TLUserDeleteContact) XXX_DiscardUnknown()

func (*TLUserDeleteContact) XXX_Marshal

func (m *TLUserDeleteContact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserDeleteContact) XXX_Merge

func (m *TLUserDeleteContact) XXX_Merge(src proto.Message)

func (*TLUserDeleteContact) XXX_Size

func (m *TLUserDeleteContact) XXX_Size() int

func (*TLUserDeleteContact) XXX_Unmarshal

func (m *TLUserDeleteContact) XXX_Unmarshal(b []byte) error

type TLUserDeleteImportersByPhone added in v0.90.1

type TLUserDeleteImportersByPhone struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Phone                string        `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserDeleteImportersByPhone) CalcByteSize added in v0.90.1

func (m *TLUserDeleteImportersByPhone) CalcByteSize(layer int32) int

func (*TLUserDeleteImportersByPhone) DebugString added in v0.90.1

func (m *TLUserDeleteImportersByPhone) DebugString() string

func (*TLUserDeleteImportersByPhone) Decode added in v0.90.1

func (*TLUserDeleteImportersByPhone) Descriptor added in v0.90.1

func (*TLUserDeleteImportersByPhone) Descriptor() ([]byte, []int)

func (*TLUserDeleteImportersByPhone) Encode added in v0.90.1

func (*TLUserDeleteImportersByPhone) GetConstructor added in v0.90.1

func (m *TLUserDeleteImportersByPhone) GetConstructor() TLConstructor

func (*TLUserDeleteImportersByPhone) GetPhone added in v0.90.1

func (m *TLUserDeleteImportersByPhone) GetPhone() string

func (*TLUserDeleteImportersByPhone) GoString added in v0.90.1

func (this *TLUserDeleteImportersByPhone) GoString() string

func (*TLUserDeleteImportersByPhone) Marshal added in v0.90.1

func (m *TLUserDeleteImportersByPhone) Marshal() (dAtA []byte, err error)

func (*TLUserDeleteImportersByPhone) MarshalTo added in v0.90.1

func (m *TLUserDeleteImportersByPhone) MarshalTo(dAtA []byte) (int, error)

func (*TLUserDeleteImportersByPhone) MarshalToSizedBuffer added in v0.90.1

func (m *TLUserDeleteImportersByPhone) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserDeleteImportersByPhone) ProtoMessage added in v0.90.1

func (*TLUserDeleteImportersByPhone) ProtoMessage()

func (*TLUserDeleteImportersByPhone) Reset added in v0.90.1

func (m *TLUserDeleteImportersByPhone) Reset()

func (*TLUserDeleteImportersByPhone) Size added in v0.90.1

func (m *TLUserDeleteImportersByPhone) Size() (n int)

func (*TLUserDeleteImportersByPhone) String added in v0.90.1

func (*TLUserDeleteImportersByPhone) Unmarshal added in v0.90.1

func (m *TLUserDeleteImportersByPhone) Unmarshal(dAtA []byte) error

func (*TLUserDeleteImportersByPhone) XXX_DiscardUnknown added in v0.90.1

func (m *TLUserDeleteImportersByPhone) XXX_DiscardUnknown()

func (*TLUserDeleteImportersByPhone) XXX_Marshal added in v0.90.1

func (m *TLUserDeleteImportersByPhone) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserDeleteImportersByPhone) XXX_Merge added in v0.90.1

func (m *TLUserDeleteImportersByPhone) XXX_Merge(src proto.Message)

func (*TLUserDeleteImportersByPhone) XXX_Size added in v0.90.1

func (m *TLUserDeleteImportersByPhone) XXX_Size() int

func (*TLUserDeleteImportersByPhone) XXX_Unmarshal added in v0.90.1

func (m *TLUserDeleteImportersByPhone) XXX_Unmarshal(b []byte) error

type TLUserDeletePeerSettings

type TLUserDeletePeerSettings struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	PeerType             int32         `protobuf:"varint,4,opt,name=peer_type,json=peerType,proto3" json:"peer_type,omitempty"`
	PeerId               int64         `protobuf:"varint,5,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserDeletePeerSettings) CalcByteSize

func (m *TLUserDeletePeerSettings) CalcByteSize(layer int32) int

func (*TLUserDeletePeerSettings) DebugString

func (m *TLUserDeletePeerSettings) DebugString() string

func (*TLUserDeletePeerSettings) Decode

func (*TLUserDeletePeerSettings) Descriptor

func (*TLUserDeletePeerSettings) Descriptor() ([]byte, []int)

func (*TLUserDeletePeerSettings) Encode

func (m *TLUserDeletePeerSettings) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserDeletePeerSettings) GetConstructor

func (m *TLUserDeletePeerSettings) GetConstructor() TLConstructor

func (*TLUserDeletePeerSettings) GetPeerId

func (m *TLUserDeletePeerSettings) GetPeerId() int64

func (*TLUserDeletePeerSettings) GetPeerType

func (m *TLUserDeletePeerSettings) GetPeerType() int32

func (*TLUserDeletePeerSettings) GetUserId

func (m *TLUserDeletePeerSettings) GetUserId() int64

func (*TLUserDeletePeerSettings) GoString

func (this *TLUserDeletePeerSettings) GoString() string

func (*TLUserDeletePeerSettings) Marshal

func (m *TLUserDeletePeerSettings) Marshal() (dAtA []byte, err error)

func (*TLUserDeletePeerSettings) MarshalTo

func (m *TLUserDeletePeerSettings) MarshalTo(dAtA []byte) (int, error)

func (*TLUserDeletePeerSettings) MarshalToSizedBuffer

func (m *TLUserDeletePeerSettings) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserDeletePeerSettings) ProtoMessage

func (*TLUserDeletePeerSettings) ProtoMessage()

func (*TLUserDeletePeerSettings) Reset

func (m *TLUserDeletePeerSettings) Reset()

func (*TLUserDeletePeerSettings) Size

func (m *TLUserDeletePeerSettings) Size() (n int)

func (*TLUserDeletePeerSettings) String

func (m *TLUserDeletePeerSettings) String() string

func (*TLUserDeletePeerSettings) Unmarshal

func (m *TLUserDeletePeerSettings) Unmarshal(dAtA []byte) error

func (*TLUserDeletePeerSettings) XXX_DiscardUnknown

func (m *TLUserDeletePeerSettings) XXX_DiscardUnknown()

func (*TLUserDeletePeerSettings) XXX_Marshal

func (m *TLUserDeletePeerSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserDeletePeerSettings) XXX_Merge

func (m *TLUserDeletePeerSettings) XXX_Merge(src proto.Message)

func (*TLUserDeletePeerSettings) XXX_Size

func (m *TLUserDeletePeerSettings) XXX_Size() int

func (*TLUserDeletePeerSettings) XXX_Unmarshal

func (m *TLUserDeletePeerSettings) XXX_Unmarshal(b []byte) error

type TLUserDeleteProfilePhotos

type TLUserDeleteProfilePhotos struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Id                   []int64       `protobuf:"varint,4,rep,packed,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserDeleteProfilePhotos) CalcByteSize

func (m *TLUserDeleteProfilePhotos) CalcByteSize(layer int32) int

func (*TLUserDeleteProfilePhotos) DebugString

func (m *TLUserDeleteProfilePhotos) DebugString() string

func (*TLUserDeleteProfilePhotos) Decode

func (*TLUserDeleteProfilePhotos) Descriptor

func (*TLUserDeleteProfilePhotos) Descriptor() ([]byte, []int)

func (*TLUserDeleteProfilePhotos) Encode

func (m *TLUserDeleteProfilePhotos) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserDeleteProfilePhotos) GetConstructor

func (m *TLUserDeleteProfilePhotos) GetConstructor() TLConstructor

func (*TLUserDeleteProfilePhotos) GetId

func (m *TLUserDeleteProfilePhotos) GetId() []int64

func (*TLUserDeleteProfilePhotos) GetUserId

func (m *TLUserDeleteProfilePhotos) GetUserId() int64

func (*TLUserDeleteProfilePhotos) GoString

func (this *TLUserDeleteProfilePhotos) GoString() string

func (*TLUserDeleteProfilePhotos) Marshal

func (m *TLUserDeleteProfilePhotos) Marshal() (dAtA []byte, err error)

func (*TLUserDeleteProfilePhotos) MarshalTo

func (m *TLUserDeleteProfilePhotos) MarshalTo(dAtA []byte) (int, error)

func (*TLUserDeleteProfilePhotos) MarshalToSizedBuffer

func (m *TLUserDeleteProfilePhotos) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserDeleteProfilePhotos) ProtoMessage

func (*TLUserDeleteProfilePhotos) ProtoMessage()

func (*TLUserDeleteProfilePhotos) Reset

func (m *TLUserDeleteProfilePhotos) Reset()

func (*TLUserDeleteProfilePhotos) Size

func (m *TLUserDeleteProfilePhotos) Size() (n int)

func (*TLUserDeleteProfilePhotos) String

func (m *TLUserDeleteProfilePhotos) String() string

func (*TLUserDeleteProfilePhotos) Unmarshal

func (m *TLUserDeleteProfilePhotos) Unmarshal(dAtA []byte) error

func (*TLUserDeleteProfilePhotos) XXX_DiscardUnknown

func (m *TLUserDeleteProfilePhotos) XXX_DiscardUnknown()

func (*TLUserDeleteProfilePhotos) XXX_Marshal

func (m *TLUserDeleteProfilePhotos) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserDeleteProfilePhotos) XXX_Merge

func (m *TLUserDeleteProfilePhotos) XXX_Merge(src proto.Message)

func (*TLUserDeleteProfilePhotos) XXX_Size

func (m *TLUserDeleteProfilePhotos) XXX_Size() int

func (*TLUserDeleteProfilePhotos) XXX_Unmarshal

func (m *TLUserDeleteProfilePhotos) XXX_Unmarshal(b []byte) error

type TLUserDeleteUser added in v0.90.1

type TLUserDeleteUser struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Reason               string        `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserDeleteUser) CalcByteSize added in v0.90.1

func (m *TLUserDeleteUser) CalcByteSize(layer int32) int

func (*TLUserDeleteUser) DebugString added in v0.90.1

func (m *TLUserDeleteUser) DebugString() string

func (*TLUserDeleteUser) Decode added in v0.90.1

func (m *TLUserDeleteUser) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserDeleteUser) Descriptor added in v0.90.1

func (*TLUserDeleteUser) Descriptor() ([]byte, []int)

func (*TLUserDeleteUser) Encode added in v0.90.1

func (m *TLUserDeleteUser) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserDeleteUser) GetConstructor added in v0.90.1

func (m *TLUserDeleteUser) GetConstructor() TLConstructor

func (*TLUserDeleteUser) GetReason added in v0.90.1

func (m *TLUserDeleteUser) GetReason() string

func (*TLUserDeleteUser) GetUserId added in v0.90.1

func (m *TLUserDeleteUser) GetUserId() int64

func (*TLUserDeleteUser) GoString added in v0.90.1

func (this *TLUserDeleteUser) GoString() string

func (*TLUserDeleteUser) Marshal added in v0.90.1

func (m *TLUserDeleteUser) Marshal() (dAtA []byte, err error)

func (*TLUserDeleteUser) MarshalTo added in v0.90.1

func (m *TLUserDeleteUser) MarshalTo(dAtA []byte) (int, error)

func (*TLUserDeleteUser) MarshalToSizedBuffer added in v0.90.1

func (m *TLUserDeleteUser) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserDeleteUser) ProtoMessage added in v0.90.1

func (*TLUserDeleteUser) ProtoMessage()

func (*TLUserDeleteUser) Reset added in v0.90.1

func (m *TLUserDeleteUser) Reset()

func (*TLUserDeleteUser) Size added in v0.90.1

func (m *TLUserDeleteUser) Size() (n int)

func (*TLUserDeleteUser) String added in v0.90.1

func (m *TLUserDeleteUser) String() string

func (*TLUserDeleteUser) Unmarshal added in v0.90.1

func (m *TLUserDeleteUser) Unmarshal(dAtA []byte) error

func (*TLUserDeleteUser) XXX_DiscardUnknown added in v0.90.1

func (m *TLUserDeleteUser) XXX_DiscardUnknown()

func (*TLUserDeleteUser) XXX_Marshal added in v0.90.1

func (m *TLUserDeleteUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserDeleteUser) XXX_Merge added in v0.90.1

func (m *TLUserDeleteUser) XXX_Merge(src proto.Message)

func (*TLUserDeleteUser) XXX_Size added in v0.90.1

func (m *TLUserDeleteUser) XXX_Size() int

func (*TLUserDeleteUser) XXX_Unmarshal added in v0.90.1

func (m *TLUserDeleteUser) XXX_Unmarshal(b []byte) error

type TLUserGetAccountDaysTTL

type TLUserGetAccountDaysTTL struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetAccountDaysTTL) CalcByteSize

func (m *TLUserGetAccountDaysTTL) CalcByteSize(layer int32) int

func (*TLUserGetAccountDaysTTL) DebugString

func (m *TLUserGetAccountDaysTTL) DebugString() string

func (*TLUserGetAccountDaysTTL) Decode

func (*TLUserGetAccountDaysTTL) Descriptor

func (*TLUserGetAccountDaysTTL) Descriptor() ([]byte, []int)

func (*TLUserGetAccountDaysTTL) Encode

func (m *TLUserGetAccountDaysTTL) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetAccountDaysTTL) GetConstructor

func (m *TLUserGetAccountDaysTTL) GetConstructor() TLConstructor

func (*TLUserGetAccountDaysTTL) GetUserId

func (m *TLUserGetAccountDaysTTL) GetUserId() int64

func (*TLUserGetAccountDaysTTL) GoString

func (this *TLUserGetAccountDaysTTL) GoString() string

func (*TLUserGetAccountDaysTTL) Marshal

func (m *TLUserGetAccountDaysTTL) Marshal() (dAtA []byte, err error)

func (*TLUserGetAccountDaysTTL) MarshalTo

func (m *TLUserGetAccountDaysTTL) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetAccountDaysTTL) MarshalToSizedBuffer

func (m *TLUserGetAccountDaysTTL) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetAccountDaysTTL) ProtoMessage

func (*TLUserGetAccountDaysTTL) ProtoMessage()

func (*TLUserGetAccountDaysTTL) Reset

func (m *TLUserGetAccountDaysTTL) Reset()

func (*TLUserGetAccountDaysTTL) Size

func (m *TLUserGetAccountDaysTTL) Size() (n int)

func (*TLUserGetAccountDaysTTL) String

func (m *TLUserGetAccountDaysTTL) String() string

func (*TLUserGetAccountDaysTTL) Unmarshal

func (m *TLUserGetAccountDaysTTL) Unmarshal(dAtA []byte) error

func (*TLUserGetAccountDaysTTL) XXX_DiscardUnknown

func (m *TLUserGetAccountDaysTTL) XXX_DiscardUnknown()

func (*TLUserGetAccountDaysTTL) XXX_Marshal

func (m *TLUserGetAccountDaysTTL) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetAccountDaysTTL) XXX_Merge

func (m *TLUserGetAccountDaysTTL) XXX_Merge(src proto.Message)

func (*TLUserGetAccountDaysTTL) XXX_Size

func (m *TLUserGetAccountDaysTTL) XXX_Size() int

func (*TLUserGetAccountDaysTTL) XXX_Unmarshal

func (m *TLUserGetAccountDaysTTL) XXX_Unmarshal(b []byte) error

type TLUserGetAllNotifySettings

type TLUserGetAllNotifySettings struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetAllNotifySettings) CalcByteSize

func (m *TLUserGetAllNotifySettings) CalcByteSize(layer int32) int

func (*TLUserGetAllNotifySettings) DebugString

func (m *TLUserGetAllNotifySettings) DebugString() string

func (*TLUserGetAllNotifySettings) Decode

func (*TLUserGetAllNotifySettings) Descriptor

func (*TLUserGetAllNotifySettings) Descriptor() ([]byte, []int)

func (*TLUserGetAllNotifySettings) Encode

func (*TLUserGetAllNotifySettings) GetConstructor

func (m *TLUserGetAllNotifySettings) GetConstructor() TLConstructor

func (*TLUserGetAllNotifySettings) GetUserId

func (m *TLUserGetAllNotifySettings) GetUserId() int64

func (*TLUserGetAllNotifySettings) GoString

func (this *TLUserGetAllNotifySettings) GoString() string

func (*TLUserGetAllNotifySettings) Marshal

func (m *TLUserGetAllNotifySettings) Marshal() (dAtA []byte, err error)

func (*TLUserGetAllNotifySettings) MarshalTo

func (m *TLUserGetAllNotifySettings) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetAllNotifySettings) MarshalToSizedBuffer

func (m *TLUserGetAllNotifySettings) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetAllNotifySettings) ProtoMessage

func (*TLUserGetAllNotifySettings) ProtoMessage()

func (*TLUserGetAllNotifySettings) Reset

func (m *TLUserGetAllNotifySettings) Reset()

func (*TLUserGetAllNotifySettings) Size

func (m *TLUserGetAllNotifySettings) Size() (n int)

func (*TLUserGetAllNotifySettings) String

func (m *TLUserGetAllNotifySettings) String() string

func (*TLUserGetAllNotifySettings) Unmarshal

func (m *TLUserGetAllNotifySettings) Unmarshal(dAtA []byte) error

func (*TLUserGetAllNotifySettings) XXX_DiscardUnknown

func (m *TLUserGetAllNotifySettings) XXX_DiscardUnknown()

func (*TLUserGetAllNotifySettings) XXX_Marshal

func (m *TLUserGetAllNotifySettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetAllNotifySettings) XXX_Merge

func (m *TLUserGetAllNotifySettings) XXX_Merge(src proto.Message)

func (*TLUserGetAllNotifySettings) XXX_Size

func (m *TLUserGetAllNotifySettings) XXX_Size() int

func (*TLUserGetAllNotifySettings) XXX_Unmarshal

func (m *TLUserGetAllNotifySettings) XXX_Unmarshal(b []byte) error

type TLUserGetAllPredefinedUser

type TLUserGetAllPredefinedUser struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetAllPredefinedUser) CalcByteSize

func (m *TLUserGetAllPredefinedUser) CalcByteSize(layer int32) int

func (*TLUserGetAllPredefinedUser) DebugString

func (m *TLUserGetAllPredefinedUser) DebugString() string

func (*TLUserGetAllPredefinedUser) Decode

func (*TLUserGetAllPredefinedUser) Descriptor

func (*TLUserGetAllPredefinedUser) Descriptor() ([]byte, []int)

func (*TLUserGetAllPredefinedUser) Encode

func (*TLUserGetAllPredefinedUser) GetConstructor

func (m *TLUserGetAllPredefinedUser) GetConstructor() TLConstructor

func (*TLUserGetAllPredefinedUser) GoString

func (this *TLUserGetAllPredefinedUser) GoString() string

func (*TLUserGetAllPredefinedUser) Marshal

func (m *TLUserGetAllPredefinedUser) Marshal() (dAtA []byte, err error)

func (*TLUserGetAllPredefinedUser) MarshalTo

func (m *TLUserGetAllPredefinedUser) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetAllPredefinedUser) MarshalToSizedBuffer

func (m *TLUserGetAllPredefinedUser) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetAllPredefinedUser) ProtoMessage

func (*TLUserGetAllPredefinedUser) ProtoMessage()

func (*TLUserGetAllPredefinedUser) Reset

func (m *TLUserGetAllPredefinedUser) Reset()

func (*TLUserGetAllPredefinedUser) Size

func (m *TLUserGetAllPredefinedUser) Size() (n int)

func (*TLUserGetAllPredefinedUser) String

func (m *TLUserGetAllPredefinedUser) String() string

func (*TLUserGetAllPredefinedUser) Unmarshal

func (m *TLUserGetAllPredefinedUser) Unmarshal(dAtA []byte) error

func (*TLUserGetAllPredefinedUser) XXX_DiscardUnknown

func (m *TLUserGetAllPredefinedUser) XXX_DiscardUnknown()

func (*TLUserGetAllPredefinedUser) XXX_Marshal

func (m *TLUserGetAllPredefinedUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetAllPredefinedUser) XXX_Merge

func (m *TLUserGetAllPredefinedUser) XXX_Merge(src proto.Message)

func (*TLUserGetAllPredefinedUser) XXX_Size

func (m *TLUserGetAllPredefinedUser) XXX_Size() int

func (*TLUserGetAllPredefinedUser) XXX_Unmarshal

func (m *TLUserGetAllPredefinedUser) XXX_Unmarshal(b []byte) error

type TLUserGetBlockedList

type TLUserGetBlockedList struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Offset               int32         `protobuf:"varint,4,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit                int32         `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetBlockedList) CalcByteSize

func (m *TLUserGetBlockedList) CalcByteSize(layer int32) int

func (*TLUserGetBlockedList) DebugString

func (m *TLUserGetBlockedList) DebugString() string

func (*TLUserGetBlockedList) Decode

func (m *TLUserGetBlockedList) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserGetBlockedList) Descriptor

func (*TLUserGetBlockedList) Descriptor() ([]byte, []int)

func (*TLUserGetBlockedList) Encode

func (m *TLUserGetBlockedList) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetBlockedList) GetConstructor

func (m *TLUserGetBlockedList) GetConstructor() TLConstructor

func (*TLUserGetBlockedList) GetLimit

func (m *TLUserGetBlockedList) GetLimit() int32

func (*TLUserGetBlockedList) GetOffset

func (m *TLUserGetBlockedList) GetOffset() int32

func (*TLUserGetBlockedList) GetUserId

func (m *TLUserGetBlockedList) GetUserId() int64

func (*TLUserGetBlockedList) GoString

func (this *TLUserGetBlockedList) GoString() string

func (*TLUserGetBlockedList) Marshal

func (m *TLUserGetBlockedList) Marshal() (dAtA []byte, err error)

func (*TLUserGetBlockedList) MarshalTo

func (m *TLUserGetBlockedList) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetBlockedList) MarshalToSizedBuffer

func (m *TLUserGetBlockedList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetBlockedList) ProtoMessage

func (*TLUserGetBlockedList) ProtoMessage()

func (*TLUserGetBlockedList) Reset

func (m *TLUserGetBlockedList) Reset()

func (*TLUserGetBlockedList) Size

func (m *TLUserGetBlockedList) Size() (n int)

func (*TLUserGetBlockedList) String

func (m *TLUserGetBlockedList) String() string

func (*TLUserGetBlockedList) Unmarshal

func (m *TLUserGetBlockedList) Unmarshal(dAtA []byte) error

func (*TLUserGetBlockedList) XXX_DiscardUnknown

func (m *TLUserGetBlockedList) XXX_DiscardUnknown()

func (*TLUserGetBlockedList) XXX_Marshal

func (m *TLUserGetBlockedList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetBlockedList) XXX_Merge

func (m *TLUserGetBlockedList) XXX_Merge(src proto.Message)

func (*TLUserGetBlockedList) XXX_Size

func (m *TLUserGetBlockedList) XXX_Size() int

func (*TLUserGetBlockedList) XXX_Unmarshal

func (m *TLUserGetBlockedList) XXX_Unmarshal(b []byte) error

type TLUserGetBotInfo

type TLUserGetBotInfo struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	BotId                int64         `protobuf:"varint,3,opt,name=bot_id,json=botId,proto3" json:"bot_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetBotInfo) CalcByteSize

func (m *TLUserGetBotInfo) CalcByteSize(layer int32) int

func (*TLUserGetBotInfo) DebugString

func (m *TLUserGetBotInfo) DebugString() string

func (*TLUserGetBotInfo) Decode

func (m *TLUserGetBotInfo) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserGetBotInfo) Descriptor

func (*TLUserGetBotInfo) Descriptor() ([]byte, []int)

func (*TLUserGetBotInfo) Encode

func (m *TLUserGetBotInfo) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetBotInfo) GetBotId

func (m *TLUserGetBotInfo) GetBotId() int64

func (*TLUserGetBotInfo) GetConstructor

func (m *TLUserGetBotInfo) GetConstructor() TLConstructor

func (*TLUserGetBotInfo) GoString

func (this *TLUserGetBotInfo) GoString() string

func (*TLUserGetBotInfo) Marshal

func (m *TLUserGetBotInfo) Marshal() (dAtA []byte, err error)

func (*TLUserGetBotInfo) MarshalTo

func (m *TLUserGetBotInfo) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetBotInfo) MarshalToSizedBuffer

func (m *TLUserGetBotInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetBotInfo) ProtoMessage

func (*TLUserGetBotInfo) ProtoMessage()

func (*TLUserGetBotInfo) Reset

func (m *TLUserGetBotInfo) Reset()

func (*TLUserGetBotInfo) Size

func (m *TLUserGetBotInfo) Size() (n int)

func (*TLUserGetBotInfo) String

func (m *TLUserGetBotInfo) String() string

func (*TLUserGetBotInfo) Unmarshal

func (m *TLUserGetBotInfo) Unmarshal(dAtA []byte) error

func (*TLUserGetBotInfo) XXX_DiscardUnknown

func (m *TLUserGetBotInfo) XXX_DiscardUnknown()

func (*TLUserGetBotInfo) XXX_Marshal

func (m *TLUserGetBotInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetBotInfo) XXX_Merge

func (m *TLUserGetBotInfo) XXX_Merge(src proto.Message)

func (*TLUserGetBotInfo) XXX_Size

func (m *TLUserGetBotInfo) XXX_Size() int

func (*TLUserGetBotInfo) XXX_Unmarshal

func (m *TLUserGetBotInfo) XXX_Unmarshal(b []byte) error

type TLUserGetContact

type TLUserGetContact struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Id                   int64         `protobuf:"varint,4,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetContact) CalcByteSize

func (m *TLUserGetContact) CalcByteSize(layer int32) int

func (*TLUserGetContact) DebugString

func (m *TLUserGetContact) DebugString() string

func (*TLUserGetContact) Decode

func (m *TLUserGetContact) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserGetContact) Descriptor

func (*TLUserGetContact) Descriptor() ([]byte, []int)

func (*TLUserGetContact) Encode

func (m *TLUserGetContact) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetContact) GetConstructor

func (m *TLUserGetContact) GetConstructor() TLConstructor

func (*TLUserGetContact) GetId

func (m *TLUserGetContact) GetId() int64

func (*TLUserGetContact) GetUserId

func (m *TLUserGetContact) GetUserId() int64

func (*TLUserGetContact) GoString

func (this *TLUserGetContact) GoString() string

func (*TLUserGetContact) Marshal

func (m *TLUserGetContact) Marshal() (dAtA []byte, err error)

func (*TLUserGetContact) MarshalTo

func (m *TLUserGetContact) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetContact) MarshalToSizedBuffer

func (m *TLUserGetContact) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetContact) ProtoMessage

func (*TLUserGetContact) ProtoMessage()

func (*TLUserGetContact) Reset

func (m *TLUserGetContact) Reset()

func (*TLUserGetContact) Size

func (m *TLUserGetContact) Size() (n int)

func (*TLUserGetContact) String

func (m *TLUserGetContact) String() string

func (*TLUserGetContact) Unmarshal

func (m *TLUserGetContact) Unmarshal(dAtA []byte) error

func (*TLUserGetContact) XXX_DiscardUnknown

func (m *TLUserGetContact) XXX_DiscardUnknown()

func (*TLUserGetContact) XXX_Marshal

func (m *TLUserGetContact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetContact) XXX_Merge

func (m *TLUserGetContact) XXX_Merge(src proto.Message)

func (*TLUserGetContact) XXX_Size

func (m *TLUserGetContact) XXX_Size() int

func (*TLUserGetContact) XXX_Unmarshal

func (m *TLUserGetContact) XXX_Unmarshal(b []byte) error

type TLUserGetContactIdList

type TLUserGetContactIdList struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetContactIdList) CalcByteSize

func (m *TLUserGetContactIdList) CalcByteSize(layer int32) int

func (*TLUserGetContactIdList) DebugString

func (m *TLUserGetContactIdList) DebugString() string

func (*TLUserGetContactIdList) Decode

func (m *TLUserGetContactIdList) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserGetContactIdList) Descriptor

func (*TLUserGetContactIdList) Descriptor() ([]byte, []int)

func (*TLUserGetContactIdList) Encode

func (m *TLUserGetContactIdList) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetContactIdList) GetConstructor

func (m *TLUserGetContactIdList) GetConstructor() TLConstructor

func (*TLUserGetContactIdList) GetUserId

func (m *TLUserGetContactIdList) GetUserId() int64

func (*TLUserGetContactIdList) GoString

func (this *TLUserGetContactIdList) GoString() string

func (*TLUserGetContactIdList) Marshal

func (m *TLUserGetContactIdList) Marshal() (dAtA []byte, err error)

func (*TLUserGetContactIdList) MarshalTo

func (m *TLUserGetContactIdList) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetContactIdList) MarshalToSizedBuffer

func (m *TLUserGetContactIdList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetContactIdList) ProtoMessage

func (*TLUserGetContactIdList) ProtoMessage()

func (*TLUserGetContactIdList) Reset

func (m *TLUserGetContactIdList) Reset()

func (*TLUserGetContactIdList) Size

func (m *TLUserGetContactIdList) Size() (n int)

func (*TLUserGetContactIdList) String

func (m *TLUserGetContactIdList) String() string

func (*TLUserGetContactIdList) Unmarshal

func (m *TLUserGetContactIdList) Unmarshal(dAtA []byte) error

func (*TLUserGetContactIdList) XXX_DiscardUnknown

func (m *TLUserGetContactIdList) XXX_DiscardUnknown()

func (*TLUserGetContactIdList) XXX_Marshal

func (m *TLUserGetContactIdList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetContactIdList) XXX_Merge

func (m *TLUserGetContactIdList) XXX_Merge(src proto.Message)

func (*TLUserGetContactIdList) XXX_Size

func (m *TLUserGetContactIdList) XXX_Size() int

func (*TLUserGetContactIdList) XXX_Unmarshal

func (m *TLUserGetContactIdList) XXX_Unmarshal(b []byte) error

type TLUserGetContactList

type TLUserGetContactList struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetContactList) CalcByteSize

func (m *TLUserGetContactList) CalcByteSize(layer int32) int

func (*TLUserGetContactList) DebugString

func (m *TLUserGetContactList) DebugString() string

func (*TLUserGetContactList) Decode

func (m *TLUserGetContactList) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserGetContactList) Descriptor

func (*TLUserGetContactList) Descriptor() ([]byte, []int)

func (*TLUserGetContactList) Encode

func (m *TLUserGetContactList) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetContactList) GetConstructor

func (m *TLUserGetContactList) GetConstructor() TLConstructor

func (*TLUserGetContactList) GetUserId

func (m *TLUserGetContactList) GetUserId() int64

func (*TLUserGetContactList) GoString

func (this *TLUserGetContactList) GoString() string

func (*TLUserGetContactList) Marshal

func (m *TLUserGetContactList) Marshal() (dAtA []byte, err error)

func (*TLUserGetContactList) MarshalTo

func (m *TLUserGetContactList) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetContactList) MarshalToSizedBuffer

func (m *TLUserGetContactList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetContactList) ProtoMessage

func (*TLUserGetContactList) ProtoMessage()

func (*TLUserGetContactList) Reset

func (m *TLUserGetContactList) Reset()

func (*TLUserGetContactList) Size

func (m *TLUserGetContactList) Size() (n int)

func (*TLUserGetContactList) String

func (m *TLUserGetContactList) String() string

func (*TLUserGetContactList) Unmarshal

func (m *TLUserGetContactList) Unmarshal(dAtA []byte) error

func (*TLUserGetContactList) XXX_DiscardUnknown

func (m *TLUserGetContactList) XXX_DiscardUnknown()

func (*TLUserGetContactList) XXX_Marshal

func (m *TLUserGetContactList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetContactList) XXX_Merge

func (m *TLUserGetContactList) XXX_Merge(src proto.Message)

func (*TLUserGetContactList) XXX_Size

func (m *TLUserGetContactList) XXX_Size() int

func (*TLUserGetContactList) XXX_Unmarshal

func (m *TLUserGetContactList) XXX_Unmarshal(b []byte) error

type TLUserGetContactSignUpNotification

type TLUserGetContactSignUpNotification struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetContactSignUpNotification) CalcByteSize

func (m *TLUserGetContactSignUpNotification) CalcByteSize(layer int32) int

func (*TLUserGetContactSignUpNotification) DebugString

func (m *TLUserGetContactSignUpNotification) DebugString() string

func (*TLUserGetContactSignUpNotification) Decode

func (*TLUserGetContactSignUpNotification) Descriptor

func (*TLUserGetContactSignUpNotification) Descriptor() ([]byte, []int)

func (*TLUserGetContactSignUpNotification) Encode

func (*TLUserGetContactSignUpNotification) GetConstructor

func (*TLUserGetContactSignUpNotification) GetUserId

func (*TLUserGetContactSignUpNotification) GoString

func (this *TLUserGetContactSignUpNotification) GoString() string

func (*TLUserGetContactSignUpNotification) Marshal

func (m *TLUserGetContactSignUpNotification) Marshal() (dAtA []byte, err error)

func (*TLUserGetContactSignUpNotification) MarshalTo

func (m *TLUserGetContactSignUpNotification) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetContactSignUpNotification) MarshalToSizedBuffer

func (m *TLUserGetContactSignUpNotification) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetContactSignUpNotification) ProtoMessage

func (*TLUserGetContactSignUpNotification) ProtoMessage()

func (*TLUserGetContactSignUpNotification) Reset

func (*TLUserGetContactSignUpNotification) Size

func (*TLUserGetContactSignUpNotification) String

func (*TLUserGetContactSignUpNotification) Unmarshal

func (m *TLUserGetContactSignUpNotification) Unmarshal(dAtA []byte) error

func (*TLUserGetContactSignUpNotification) XXX_DiscardUnknown

func (m *TLUserGetContactSignUpNotification) XXX_DiscardUnknown()

func (*TLUserGetContactSignUpNotification) XXX_Marshal

func (m *TLUserGetContactSignUpNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetContactSignUpNotification) XXX_Merge

func (*TLUserGetContactSignUpNotification) XXX_Size

func (*TLUserGetContactSignUpNotification) XXX_Unmarshal

func (m *TLUserGetContactSignUpNotification) XXX_Unmarshal(b []byte) error

type TLUserGetContentSettings

type TLUserGetContentSettings struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetContentSettings) CalcByteSize

func (m *TLUserGetContentSettings) CalcByteSize(layer int32) int

func (*TLUserGetContentSettings) DebugString

func (m *TLUserGetContentSettings) DebugString() string

func (*TLUserGetContentSettings) Decode

func (*TLUserGetContentSettings) Descriptor

func (*TLUserGetContentSettings) Descriptor() ([]byte, []int)

func (*TLUserGetContentSettings) Encode

func (m *TLUserGetContentSettings) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetContentSettings) GetConstructor

func (m *TLUserGetContentSettings) GetConstructor() TLConstructor

func (*TLUserGetContentSettings) GetUserId

func (m *TLUserGetContentSettings) GetUserId() int64

func (*TLUserGetContentSettings) GoString

func (this *TLUserGetContentSettings) GoString() string

func (*TLUserGetContentSettings) Marshal

func (m *TLUserGetContentSettings) Marshal() (dAtA []byte, err error)

func (*TLUserGetContentSettings) MarshalTo

func (m *TLUserGetContentSettings) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetContentSettings) MarshalToSizedBuffer

func (m *TLUserGetContentSettings) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetContentSettings) ProtoMessage

func (*TLUserGetContentSettings) ProtoMessage()

func (*TLUserGetContentSettings) Reset

func (m *TLUserGetContentSettings) Reset()

func (*TLUserGetContentSettings) Size

func (m *TLUserGetContentSettings) Size() (n int)

func (*TLUserGetContentSettings) String

func (m *TLUserGetContentSettings) String() string

func (*TLUserGetContentSettings) Unmarshal

func (m *TLUserGetContentSettings) Unmarshal(dAtA []byte) error

func (*TLUserGetContentSettings) XXX_DiscardUnknown

func (m *TLUserGetContentSettings) XXX_DiscardUnknown()

func (*TLUserGetContentSettings) XXX_Marshal

func (m *TLUserGetContentSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetContentSettings) XXX_Merge

func (m *TLUserGetContentSettings) XXX_Merge(src proto.Message)

func (*TLUserGetContentSettings) XXX_Size

func (m *TLUserGetContentSettings) XXX_Size() int

func (*TLUserGetContentSettings) XXX_Unmarshal

func (m *TLUserGetContentSettings) XXX_Unmarshal(b []byte) error

type TLUserGetCountryCode

type TLUserGetCountryCode struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetCountryCode) CalcByteSize

func (m *TLUserGetCountryCode) CalcByteSize(layer int32) int

func (*TLUserGetCountryCode) DebugString

func (m *TLUserGetCountryCode) DebugString() string

func (*TLUserGetCountryCode) Decode

func (m *TLUserGetCountryCode) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserGetCountryCode) Descriptor

func (*TLUserGetCountryCode) Descriptor() ([]byte, []int)

func (*TLUserGetCountryCode) Encode

func (m *TLUserGetCountryCode) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetCountryCode) GetConstructor

func (m *TLUserGetCountryCode) GetConstructor() TLConstructor

func (*TLUserGetCountryCode) GetUserId

func (m *TLUserGetCountryCode) GetUserId() int64

func (*TLUserGetCountryCode) GoString

func (this *TLUserGetCountryCode) GoString() string

func (*TLUserGetCountryCode) Marshal

func (m *TLUserGetCountryCode) Marshal() (dAtA []byte, err error)

func (*TLUserGetCountryCode) MarshalTo

func (m *TLUserGetCountryCode) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetCountryCode) MarshalToSizedBuffer

func (m *TLUserGetCountryCode) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetCountryCode) ProtoMessage

func (*TLUserGetCountryCode) ProtoMessage()

func (*TLUserGetCountryCode) Reset

func (m *TLUserGetCountryCode) Reset()

func (*TLUserGetCountryCode) Size

func (m *TLUserGetCountryCode) Size() (n int)

func (*TLUserGetCountryCode) String

func (m *TLUserGetCountryCode) String() string

func (*TLUserGetCountryCode) Unmarshal

func (m *TLUserGetCountryCode) Unmarshal(dAtA []byte) error

func (*TLUserGetCountryCode) XXX_DiscardUnknown

func (m *TLUserGetCountryCode) XXX_DiscardUnknown()

func (*TLUserGetCountryCode) XXX_Marshal

func (m *TLUserGetCountryCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetCountryCode) XXX_Merge

func (m *TLUserGetCountryCode) XXX_Merge(src proto.Message)

func (*TLUserGetCountryCode) XXX_Size

func (m *TLUserGetCountryCode) XXX_Size() int

func (*TLUserGetCountryCode) XXX_Unmarshal

func (m *TLUserGetCountryCode) XXX_Unmarshal(b []byte) error

type TLUserGetFullUser

type TLUserGetFullUser struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	SelfUserId           int64         `protobuf:"varint,3,opt,name=self_user_id,json=selfUserId,proto3" json:"self_user_id,omitempty"`
	Id                   int64         `protobuf:"varint,4,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetFullUser) CalcByteSize

func (m *TLUserGetFullUser) CalcByteSize(layer int32) int

func (*TLUserGetFullUser) DebugString

func (m *TLUserGetFullUser) DebugString() string

func (*TLUserGetFullUser) Decode

func (m *TLUserGetFullUser) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserGetFullUser) Descriptor

func (*TLUserGetFullUser) Descriptor() ([]byte, []int)

func (*TLUserGetFullUser) Encode

func (m *TLUserGetFullUser) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetFullUser) GetConstructor

func (m *TLUserGetFullUser) GetConstructor() TLConstructor

func (*TLUserGetFullUser) GetId

func (m *TLUserGetFullUser) GetId() int64

func (*TLUserGetFullUser) GetSelfUserId

func (m *TLUserGetFullUser) GetSelfUserId() int64

func (*TLUserGetFullUser) GoString

func (this *TLUserGetFullUser) GoString() string

func (*TLUserGetFullUser) Marshal

func (m *TLUserGetFullUser) Marshal() (dAtA []byte, err error)

func (*TLUserGetFullUser) MarshalTo

func (m *TLUserGetFullUser) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetFullUser) MarshalToSizedBuffer

func (m *TLUserGetFullUser) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetFullUser) ProtoMessage

func (*TLUserGetFullUser) ProtoMessage()

func (*TLUserGetFullUser) Reset

func (m *TLUserGetFullUser) Reset()

func (*TLUserGetFullUser) Size

func (m *TLUserGetFullUser) Size() (n int)

func (*TLUserGetFullUser) String

func (m *TLUserGetFullUser) String() string

func (*TLUserGetFullUser) Unmarshal

func (m *TLUserGetFullUser) Unmarshal(dAtA []byte) error

func (*TLUserGetFullUser) XXX_DiscardUnknown

func (m *TLUserGetFullUser) XXX_DiscardUnknown()

func (*TLUserGetFullUser) XXX_Marshal

func (m *TLUserGetFullUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetFullUser) XXX_Merge

func (m *TLUserGetFullUser) XXX_Merge(src proto.Message)

func (*TLUserGetFullUser) XXX_Size

func (m *TLUserGetFullUser) XXX_Size() int

func (*TLUserGetFullUser) XXX_Unmarshal

func (m *TLUserGetFullUser) XXX_Unmarshal(b []byte) error

type TLUserGetGlobalPrivacySettings

type TLUserGetGlobalPrivacySettings struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetGlobalPrivacySettings) CalcByteSize

func (m *TLUserGetGlobalPrivacySettings) CalcByteSize(layer int32) int

func (*TLUserGetGlobalPrivacySettings) DebugString

func (m *TLUserGetGlobalPrivacySettings) DebugString() string

func (*TLUserGetGlobalPrivacySettings) Decode

func (*TLUserGetGlobalPrivacySettings) Descriptor

func (*TLUserGetGlobalPrivacySettings) Descriptor() ([]byte, []int)

func (*TLUserGetGlobalPrivacySettings) Encode

func (*TLUserGetGlobalPrivacySettings) GetConstructor

func (m *TLUserGetGlobalPrivacySettings) GetConstructor() TLConstructor

func (*TLUserGetGlobalPrivacySettings) GetUserId

func (m *TLUserGetGlobalPrivacySettings) GetUserId() int64

func (*TLUserGetGlobalPrivacySettings) GoString

func (this *TLUserGetGlobalPrivacySettings) GoString() string

func (*TLUserGetGlobalPrivacySettings) Marshal

func (m *TLUserGetGlobalPrivacySettings) Marshal() (dAtA []byte, err error)

func (*TLUserGetGlobalPrivacySettings) MarshalTo

func (m *TLUserGetGlobalPrivacySettings) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetGlobalPrivacySettings) MarshalToSizedBuffer

func (m *TLUserGetGlobalPrivacySettings) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetGlobalPrivacySettings) ProtoMessage

func (*TLUserGetGlobalPrivacySettings) ProtoMessage()

func (*TLUserGetGlobalPrivacySettings) Reset

func (m *TLUserGetGlobalPrivacySettings) Reset()

func (*TLUserGetGlobalPrivacySettings) Size

func (m *TLUserGetGlobalPrivacySettings) Size() (n int)

func (*TLUserGetGlobalPrivacySettings) String

func (*TLUserGetGlobalPrivacySettings) Unmarshal

func (m *TLUserGetGlobalPrivacySettings) Unmarshal(dAtA []byte) error

func (*TLUserGetGlobalPrivacySettings) XXX_DiscardUnknown

func (m *TLUserGetGlobalPrivacySettings) XXX_DiscardUnknown()

func (*TLUserGetGlobalPrivacySettings) XXX_Marshal

func (m *TLUserGetGlobalPrivacySettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetGlobalPrivacySettings) XXX_Merge

func (m *TLUserGetGlobalPrivacySettings) XXX_Merge(src proto.Message)

func (*TLUserGetGlobalPrivacySettings) XXX_Size

func (m *TLUserGetGlobalPrivacySettings) XXX_Size() int

func (*TLUserGetGlobalPrivacySettings) XXX_Unmarshal

func (m *TLUserGetGlobalPrivacySettings) XXX_Unmarshal(b []byte) error

type TLUserGetImmutableUser

type TLUserGetImmutableUser struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Id                   int64         `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
	Privacy              bool          `protobuf:"varint,4,opt,name=privacy,proto3" json:"privacy,omitempty"`
	Contacts             []int64       `protobuf:"varint,5,rep,packed,name=contacts,proto3" json:"contacts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetImmutableUser) CalcByteSize

func (m *TLUserGetImmutableUser) CalcByteSize(layer int32) int

func (*TLUserGetImmutableUser) DebugString

func (m *TLUserGetImmutableUser) DebugString() string

func (*TLUserGetImmutableUser) Decode

func (m *TLUserGetImmutableUser) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserGetImmutableUser) Descriptor

func (*TLUserGetImmutableUser) Descriptor() ([]byte, []int)

func (*TLUserGetImmutableUser) Encode

func (m *TLUserGetImmutableUser) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetImmutableUser) GetConstructor

func (m *TLUserGetImmutableUser) GetConstructor() TLConstructor

func (*TLUserGetImmutableUser) GetContacts added in v0.90.1

func (m *TLUserGetImmutableUser) GetContacts() []int64

func (*TLUserGetImmutableUser) GetId

func (m *TLUserGetImmutableUser) GetId() int64

func (*TLUserGetImmutableUser) GetPrivacy added in v0.90.1

func (m *TLUserGetImmutableUser) GetPrivacy() bool

func (*TLUserGetImmutableUser) GoString

func (this *TLUserGetImmutableUser) GoString() string

func (*TLUserGetImmutableUser) Marshal

func (m *TLUserGetImmutableUser) Marshal() (dAtA []byte, err error)

func (*TLUserGetImmutableUser) MarshalTo

func (m *TLUserGetImmutableUser) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetImmutableUser) MarshalToSizedBuffer

func (m *TLUserGetImmutableUser) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetImmutableUser) ProtoMessage

func (*TLUserGetImmutableUser) ProtoMessage()

func (*TLUserGetImmutableUser) Reset

func (m *TLUserGetImmutableUser) Reset()

func (*TLUserGetImmutableUser) Size

func (m *TLUserGetImmutableUser) Size() (n int)

func (*TLUserGetImmutableUser) String

func (m *TLUserGetImmutableUser) String() string

func (*TLUserGetImmutableUser) Unmarshal

func (m *TLUserGetImmutableUser) Unmarshal(dAtA []byte) error

func (*TLUserGetImmutableUser) XXX_DiscardUnknown

func (m *TLUserGetImmutableUser) XXX_DiscardUnknown()

func (*TLUserGetImmutableUser) XXX_Marshal

func (m *TLUserGetImmutableUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetImmutableUser) XXX_Merge

func (m *TLUserGetImmutableUser) XXX_Merge(src proto.Message)

func (*TLUserGetImmutableUser) XXX_Size

func (m *TLUserGetImmutableUser) XXX_Size() int

func (*TLUserGetImmutableUser) XXX_Unmarshal

func (m *TLUserGetImmutableUser) XXX_Unmarshal(b []byte) error

type TLUserGetImmutableUserByPhone

type TLUserGetImmutableUserByPhone struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Phone                string        `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetImmutableUserByPhone) CalcByteSize

func (m *TLUserGetImmutableUserByPhone) CalcByteSize(layer int32) int

func (*TLUserGetImmutableUserByPhone) DebugString

func (m *TLUserGetImmutableUserByPhone) DebugString() string

func (*TLUserGetImmutableUserByPhone) Decode

func (*TLUserGetImmutableUserByPhone) Descriptor

func (*TLUserGetImmutableUserByPhone) Descriptor() ([]byte, []int)

func (*TLUserGetImmutableUserByPhone) Encode

func (*TLUserGetImmutableUserByPhone) GetConstructor

func (m *TLUserGetImmutableUserByPhone) GetConstructor() TLConstructor

func (*TLUserGetImmutableUserByPhone) GetPhone

func (m *TLUserGetImmutableUserByPhone) GetPhone() string

func (*TLUserGetImmutableUserByPhone) GoString

func (this *TLUserGetImmutableUserByPhone) GoString() string

func (*TLUserGetImmutableUserByPhone) Marshal

func (m *TLUserGetImmutableUserByPhone) Marshal() (dAtA []byte, err error)

func (*TLUserGetImmutableUserByPhone) MarshalTo

func (m *TLUserGetImmutableUserByPhone) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetImmutableUserByPhone) MarshalToSizedBuffer

func (m *TLUserGetImmutableUserByPhone) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetImmutableUserByPhone) ProtoMessage

func (*TLUserGetImmutableUserByPhone) ProtoMessage()

func (*TLUserGetImmutableUserByPhone) Reset

func (m *TLUserGetImmutableUserByPhone) Reset()

func (*TLUserGetImmutableUserByPhone) Size

func (m *TLUserGetImmutableUserByPhone) Size() (n int)

func (*TLUserGetImmutableUserByPhone) String

func (*TLUserGetImmutableUserByPhone) Unmarshal

func (m *TLUserGetImmutableUserByPhone) Unmarshal(dAtA []byte) error

func (*TLUserGetImmutableUserByPhone) XXX_DiscardUnknown

func (m *TLUserGetImmutableUserByPhone) XXX_DiscardUnknown()

func (*TLUserGetImmutableUserByPhone) XXX_Marshal

func (m *TLUserGetImmutableUserByPhone) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetImmutableUserByPhone) XXX_Merge

func (m *TLUserGetImmutableUserByPhone) XXX_Merge(src proto.Message)

func (*TLUserGetImmutableUserByPhone) XXX_Size

func (m *TLUserGetImmutableUserByPhone) XXX_Size() int

func (*TLUserGetImmutableUserByPhone) XXX_Unmarshal

func (m *TLUserGetImmutableUserByPhone) XXX_Unmarshal(b []byte) error

type TLUserGetImmutableUserByToken

type TLUserGetImmutableUserByToken struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Token                string        `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetImmutableUserByToken) CalcByteSize

func (m *TLUserGetImmutableUserByToken) CalcByteSize(layer int32) int

func (*TLUserGetImmutableUserByToken) DebugString

func (m *TLUserGetImmutableUserByToken) DebugString() string

func (*TLUserGetImmutableUserByToken) Decode

func (*TLUserGetImmutableUserByToken) Descriptor

func (*TLUserGetImmutableUserByToken) Descriptor() ([]byte, []int)

func (*TLUserGetImmutableUserByToken) Encode

func (*TLUserGetImmutableUserByToken) GetConstructor

func (m *TLUserGetImmutableUserByToken) GetConstructor() TLConstructor

func (*TLUserGetImmutableUserByToken) GetToken

func (m *TLUserGetImmutableUserByToken) GetToken() string

func (*TLUserGetImmutableUserByToken) GoString

func (this *TLUserGetImmutableUserByToken) GoString() string

func (*TLUserGetImmutableUserByToken) Marshal

func (m *TLUserGetImmutableUserByToken) Marshal() (dAtA []byte, err error)

func (*TLUserGetImmutableUserByToken) MarshalTo

func (m *TLUserGetImmutableUserByToken) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetImmutableUserByToken) MarshalToSizedBuffer

func (m *TLUserGetImmutableUserByToken) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetImmutableUserByToken) ProtoMessage

func (*TLUserGetImmutableUserByToken) ProtoMessage()

func (*TLUserGetImmutableUserByToken) Reset

func (m *TLUserGetImmutableUserByToken) Reset()

func (*TLUserGetImmutableUserByToken) Size

func (m *TLUserGetImmutableUserByToken) Size() (n int)

func (*TLUserGetImmutableUserByToken) String

func (*TLUserGetImmutableUserByToken) Unmarshal

func (m *TLUserGetImmutableUserByToken) Unmarshal(dAtA []byte) error

func (*TLUserGetImmutableUserByToken) XXX_DiscardUnknown

func (m *TLUserGetImmutableUserByToken) XXX_DiscardUnknown()

func (*TLUserGetImmutableUserByToken) XXX_Marshal

func (m *TLUserGetImmutableUserByToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetImmutableUserByToken) XXX_Merge

func (m *TLUserGetImmutableUserByToken) XXX_Merge(src proto.Message)

func (*TLUserGetImmutableUserByToken) XXX_Size

func (m *TLUserGetImmutableUserByToken) XXX_Size() int

func (*TLUserGetImmutableUserByToken) XXX_Unmarshal

func (m *TLUserGetImmutableUserByToken) XXX_Unmarshal(b []byte) error

type TLUserGetImmutableUserV2 added in v0.90.4

type TLUserGetImmutableUserV2 struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Id                   int64         `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
	Privacy              bool          `protobuf:"varint,4,opt,name=privacy,proto3" json:"privacy,omitempty"`
	HasTo                bool          `protobuf:"varint,5,opt,name=has_to,json=hasTo,proto3" json:"has_to,omitempty"`
	To                   []int64       `protobuf:"varint,6,rep,packed,name=to,proto3" json:"to,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetImmutableUserV2) CalcByteSize added in v0.90.4

func (m *TLUserGetImmutableUserV2) CalcByteSize(layer int32) int

func (*TLUserGetImmutableUserV2) DebugString added in v0.90.4

func (m *TLUserGetImmutableUserV2) DebugString() string

func (*TLUserGetImmutableUserV2) Decode added in v0.90.4

func (*TLUserGetImmutableUserV2) Descriptor added in v0.90.4

func (*TLUserGetImmutableUserV2) Descriptor() ([]byte, []int)

func (*TLUserGetImmutableUserV2) Encode added in v0.90.4

func (m *TLUserGetImmutableUserV2) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetImmutableUserV2) GetConstructor added in v0.90.4

func (m *TLUserGetImmutableUserV2) GetConstructor() TLConstructor

func (*TLUserGetImmutableUserV2) GetHasTo added in v0.90.4

func (m *TLUserGetImmutableUserV2) GetHasTo() bool

func (*TLUserGetImmutableUserV2) GetId added in v0.90.4

func (m *TLUserGetImmutableUserV2) GetId() int64

func (*TLUserGetImmutableUserV2) GetPrivacy added in v0.90.4

func (m *TLUserGetImmutableUserV2) GetPrivacy() bool

func (*TLUserGetImmutableUserV2) GetTo added in v0.90.4

func (m *TLUserGetImmutableUserV2) GetTo() []int64

func (*TLUserGetImmutableUserV2) GoString added in v0.90.4

func (this *TLUserGetImmutableUserV2) GoString() string

func (*TLUserGetImmutableUserV2) Marshal added in v0.90.4

func (m *TLUserGetImmutableUserV2) Marshal() (dAtA []byte, err error)

func (*TLUserGetImmutableUserV2) MarshalTo added in v0.90.4

func (m *TLUserGetImmutableUserV2) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetImmutableUserV2) MarshalToSizedBuffer added in v0.90.4

func (m *TLUserGetImmutableUserV2) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetImmutableUserV2) ProtoMessage added in v0.90.4

func (*TLUserGetImmutableUserV2) ProtoMessage()

func (*TLUserGetImmutableUserV2) Reset added in v0.90.4

func (m *TLUserGetImmutableUserV2) Reset()

func (*TLUserGetImmutableUserV2) Size added in v0.90.4

func (m *TLUserGetImmutableUserV2) Size() (n int)

func (*TLUserGetImmutableUserV2) String added in v0.90.4

func (m *TLUserGetImmutableUserV2) String() string

func (*TLUserGetImmutableUserV2) Unmarshal added in v0.90.4

func (m *TLUserGetImmutableUserV2) Unmarshal(dAtA []byte) error

func (*TLUserGetImmutableUserV2) XXX_DiscardUnknown added in v0.90.4

func (m *TLUserGetImmutableUserV2) XXX_DiscardUnknown()

func (*TLUserGetImmutableUserV2) XXX_Marshal added in v0.90.4

func (m *TLUserGetImmutableUserV2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetImmutableUserV2) XXX_Merge added in v0.90.4

func (m *TLUserGetImmutableUserV2) XXX_Merge(src proto.Message)

func (*TLUserGetImmutableUserV2) XXX_Size added in v0.90.4

func (m *TLUserGetImmutableUserV2) XXX_Size() int

func (*TLUserGetImmutableUserV2) XXX_Unmarshal added in v0.90.4

func (m *TLUserGetImmutableUserV2) XXX_Unmarshal(b []byte) error

type TLUserGetImportersByPhone added in v0.90.1

type TLUserGetImportersByPhone struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Phone                string        `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetImportersByPhone) CalcByteSize added in v0.90.1

func (m *TLUserGetImportersByPhone) CalcByteSize(layer int32) int

func (*TLUserGetImportersByPhone) DebugString added in v0.90.1

func (m *TLUserGetImportersByPhone) DebugString() string

func (*TLUserGetImportersByPhone) Decode added in v0.90.1

func (*TLUserGetImportersByPhone) Descriptor added in v0.90.1

func (*TLUserGetImportersByPhone) Descriptor() ([]byte, []int)

func (*TLUserGetImportersByPhone) Encode added in v0.90.1

func (m *TLUserGetImportersByPhone) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetImportersByPhone) GetConstructor added in v0.90.1

func (m *TLUserGetImportersByPhone) GetConstructor() TLConstructor

func (*TLUserGetImportersByPhone) GetPhone added in v0.90.1

func (m *TLUserGetImportersByPhone) GetPhone() string

func (*TLUserGetImportersByPhone) GoString added in v0.90.1

func (this *TLUserGetImportersByPhone) GoString() string

func (*TLUserGetImportersByPhone) Marshal added in v0.90.1

func (m *TLUserGetImportersByPhone) Marshal() (dAtA []byte, err error)

func (*TLUserGetImportersByPhone) MarshalTo added in v0.90.1

func (m *TLUserGetImportersByPhone) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetImportersByPhone) MarshalToSizedBuffer added in v0.90.1

func (m *TLUserGetImportersByPhone) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetImportersByPhone) ProtoMessage added in v0.90.1

func (*TLUserGetImportersByPhone) ProtoMessage()

func (*TLUserGetImportersByPhone) Reset added in v0.90.1

func (m *TLUserGetImportersByPhone) Reset()

func (*TLUserGetImportersByPhone) Size added in v0.90.1

func (m *TLUserGetImportersByPhone) Size() (n int)

func (*TLUserGetImportersByPhone) String added in v0.90.1

func (m *TLUserGetImportersByPhone) String() string

func (*TLUserGetImportersByPhone) Unmarshal added in v0.90.1

func (m *TLUserGetImportersByPhone) Unmarshal(dAtA []byte) error

func (*TLUserGetImportersByPhone) XXX_DiscardUnknown added in v0.90.1

func (m *TLUserGetImportersByPhone) XXX_DiscardUnknown()

func (*TLUserGetImportersByPhone) XXX_Marshal added in v0.90.1

func (m *TLUserGetImportersByPhone) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetImportersByPhone) XXX_Merge added in v0.90.1

func (m *TLUserGetImportersByPhone) XXX_Merge(src proto.Message)

func (*TLUserGetImportersByPhone) XXX_Size added in v0.90.1

func (m *TLUserGetImportersByPhone) XXX_Size() int

func (*TLUserGetImportersByPhone) XXX_Unmarshal added in v0.90.1

func (m *TLUserGetImportersByPhone) XXX_Unmarshal(b []byte) error

type TLUserGetLastSeen

type TLUserGetLastSeen struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Id                   int64         `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetLastSeen) CalcByteSize

func (m *TLUserGetLastSeen) CalcByteSize(layer int32) int

func (*TLUserGetLastSeen) DebugString

func (m *TLUserGetLastSeen) DebugString() string

func (*TLUserGetLastSeen) Decode

func (m *TLUserGetLastSeen) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserGetLastSeen) Descriptor

func (*TLUserGetLastSeen) Descriptor() ([]byte, []int)

func (*TLUserGetLastSeen) Encode

func (m *TLUserGetLastSeen) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetLastSeen) GetConstructor

func (m *TLUserGetLastSeen) GetConstructor() TLConstructor

func (*TLUserGetLastSeen) GetId

func (m *TLUserGetLastSeen) GetId() int64

func (*TLUserGetLastSeen) GoString

func (this *TLUserGetLastSeen) GoString() string

func (*TLUserGetLastSeen) Marshal

func (m *TLUserGetLastSeen) Marshal() (dAtA []byte, err error)

func (*TLUserGetLastSeen) MarshalTo

func (m *TLUserGetLastSeen) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetLastSeen) MarshalToSizedBuffer

func (m *TLUserGetLastSeen) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetLastSeen) ProtoMessage

func (*TLUserGetLastSeen) ProtoMessage()

func (*TLUserGetLastSeen) Reset

func (m *TLUserGetLastSeen) Reset()

func (*TLUserGetLastSeen) Size

func (m *TLUserGetLastSeen) Size() (n int)

func (*TLUserGetLastSeen) String

func (m *TLUserGetLastSeen) String() string

func (*TLUserGetLastSeen) Unmarshal

func (m *TLUserGetLastSeen) Unmarshal(dAtA []byte) error

func (*TLUserGetLastSeen) XXX_DiscardUnknown

func (m *TLUserGetLastSeen) XXX_DiscardUnknown()

func (*TLUserGetLastSeen) XXX_Marshal

func (m *TLUserGetLastSeen) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetLastSeen) XXX_Merge

func (m *TLUserGetLastSeen) XXX_Merge(src proto.Message)

func (*TLUserGetLastSeen) XXX_Size

func (m *TLUserGetLastSeen) XXX_Size() int

func (*TLUserGetLastSeen) XXX_Unmarshal

func (m *TLUserGetLastSeen) XXX_Unmarshal(b []byte) error

type TLUserGetLastSeens

type TLUserGetLastSeens struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Id                   []int64       `protobuf:"varint,3,rep,packed,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetLastSeens) CalcByteSize

func (m *TLUserGetLastSeens) CalcByteSize(layer int32) int

func (*TLUserGetLastSeens) DebugString

func (m *TLUserGetLastSeens) DebugString() string

func (*TLUserGetLastSeens) Decode

func (m *TLUserGetLastSeens) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserGetLastSeens) Descriptor

func (*TLUserGetLastSeens) Descriptor() ([]byte, []int)

func (*TLUserGetLastSeens) Encode

func (m *TLUserGetLastSeens) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetLastSeens) GetConstructor

func (m *TLUserGetLastSeens) GetConstructor() TLConstructor

func (*TLUserGetLastSeens) GetId

func (m *TLUserGetLastSeens) GetId() []int64

func (*TLUserGetLastSeens) GoString

func (this *TLUserGetLastSeens) GoString() string

func (*TLUserGetLastSeens) Marshal

func (m *TLUserGetLastSeens) Marshal() (dAtA []byte, err error)

func (*TLUserGetLastSeens) MarshalTo

func (m *TLUserGetLastSeens) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetLastSeens) MarshalToSizedBuffer

func (m *TLUserGetLastSeens) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetLastSeens) ProtoMessage

func (*TLUserGetLastSeens) ProtoMessage()

func (*TLUserGetLastSeens) Reset

func (m *TLUserGetLastSeens) Reset()

func (*TLUserGetLastSeens) Size

func (m *TLUserGetLastSeens) Size() (n int)

func (*TLUserGetLastSeens) String

func (m *TLUserGetLastSeens) String() string

func (*TLUserGetLastSeens) Unmarshal

func (m *TLUserGetLastSeens) Unmarshal(dAtA []byte) error

func (*TLUserGetLastSeens) XXX_DiscardUnknown

func (m *TLUserGetLastSeens) XXX_DiscardUnknown()

func (*TLUserGetLastSeens) XXX_Marshal

func (m *TLUserGetLastSeens) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetLastSeens) XXX_Merge

func (m *TLUserGetLastSeens) XXX_Merge(src proto.Message)

func (*TLUserGetLastSeens) XXX_Size

func (m *TLUserGetLastSeens) XXX_Size() int

func (*TLUserGetLastSeens) XXX_Unmarshal

func (m *TLUserGetLastSeens) XXX_Unmarshal(b []byte) error

type TLUserGetMutableUsers

type TLUserGetMutableUsers struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Id                   []int64       `protobuf:"varint,3,rep,packed,name=id,proto3" json:"id,omitempty"`
	To                   []int64       `protobuf:"varint,4,rep,packed,name=to,proto3" json:"to,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetMutableUsers) CalcByteSize

func (m *TLUserGetMutableUsers) CalcByteSize(layer int32) int

func (*TLUserGetMutableUsers) DebugString

func (m *TLUserGetMutableUsers) DebugString() string

func (*TLUserGetMutableUsers) Decode

func (m *TLUserGetMutableUsers) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserGetMutableUsers) Descriptor

func (*TLUserGetMutableUsers) Descriptor() ([]byte, []int)

func (*TLUserGetMutableUsers) Encode

func (m *TLUserGetMutableUsers) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetMutableUsers) GetConstructor

func (m *TLUserGetMutableUsers) GetConstructor() TLConstructor

func (*TLUserGetMutableUsers) GetId

func (m *TLUserGetMutableUsers) GetId() []int64

func (*TLUserGetMutableUsers) GetTo added in v0.87.3

func (m *TLUserGetMutableUsers) GetTo() []int64

func (*TLUserGetMutableUsers) GoString

func (this *TLUserGetMutableUsers) GoString() string

func (*TLUserGetMutableUsers) Marshal

func (m *TLUserGetMutableUsers) Marshal() (dAtA []byte, err error)

func (*TLUserGetMutableUsers) MarshalTo

func (m *TLUserGetMutableUsers) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetMutableUsers) MarshalToSizedBuffer

func (m *TLUserGetMutableUsers) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetMutableUsers) ProtoMessage

func (*TLUserGetMutableUsers) ProtoMessage()

func (*TLUserGetMutableUsers) Reset

func (m *TLUserGetMutableUsers) Reset()

func (*TLUserGetMutableUsers) Size

func (m *TLUserGetMutableUsers) Size() (n int)

func (*TLUserGetMutableUsers) String

func (m *TLUserGetMutableUsers) String() string

func (*TLUserGetMutableUsers) Unmarshal

func (m *TLUserGetMutableUsers) Unmarshal(dAtA []byte) error

func (*TLUserGetMutableUsers) XXX_DiscardUnknown

func (m *TLUserGetMutableUsers) XXX_DiscardUnknown()

func (*TLUserGetMutableUsers) XXX_Marshal

func (m *TLUserGetMutableUsers) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetMutableUsers) XXX_Merge

func (m *TLUserGetMutableUsers) XXX_Merge(src proto.Message)

func (*TLUserGetMutableUsers) XXX_Size

func (m *TLUserGetMutableUsers) XXX_Size() int

func (*TLUserGetMutableUsers) XXX_Unmarshal

func (m *TLUserGetMutableUsers) XXX_Unmarshal(b []byte) error

type TLUserGetMutableUsersV2 added in v0.90.4

type TLUserGetMutableUsersV2 struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Id                   []int64       `protobuf:"varint,3,rep,packed,name=id,proto3" json:"id,omitempty"`
	Privacy              bool          `protobuf:"varint,4,opt,name=privacy,proto3" json:"privacy,omitempty"`
	HasTo                bool          `protobuf:"varint,5,opt,name=has_to,json=hasTo,proto3" json:"has_to,omitempty"`
	To                   []int64       `protobuf:"varint,6,rep,packed,name=to,proto3" json:"to,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetMutableUsersV2) CalcByteSize added in v0.90.4

func (m *TLUserGetMutableUsersV2) CalcByteSize(layer int32) int

func (*TLUserGetMutableUsersV2) DebugString added in v0.90.4

func (m *TLUserGetMutableUsersV2) DebugString() string

func (*TLUserGetMutableUsersV2) Decode added in v0.90.4

func (*TLUserGetMutableUsersV2) Descriptor added in v0.90.4

func (*TLUserGetMutableUsersV2) Descriptor() ([]byte, []int)

func (*TLUserGetMutableUsersV2) Encode added in v0.90.4

func (m *TLUserGetMutableUsersV2) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetMutableUsersV2) GetConstructor added in v0.90.4

func (m *TLUserGetMutableUsersV2) GetConstructor() TLConstructor

func (*TLUserGetMutableUsersV2) GetHasTo added in v0.90.4

func (m *TLUserGetMutableUsersV2) GetHasTo() bool

func (*TLUserGetMutableUsersV2) GetId added in v0.90.4

func (m *TLUserGetMutableUsersV2) GetId() []int64

func (*TLUserGetMutableUsersV2) GetPrivacy added in v0.90.4

func (m *TLUserGetMutableUsersV2) GetPrivacy() bool

func (*TLUserGetMutableUsersV2) GetTo added in v0.90.4

func (m *TLUserGetMutableUsersV2) GetTo() []int64

func (*TLUserGetMutableUsersV2) GoString added in v0.90.4

func (this *TLUserGetMutableUsersV2) GoString() string

func (*TLUserGetMutableUsersV2) Marshal added in v0.90.4

func (m *TLUserGetMutableUsersV2) Marshal() (dAtA []byte, err error)

func (*TLUserGetMutableUsersV2) MarshalTo added in v0.90.4

func (m *TLUserGetMutableUsersV2) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetMutableUsersV2) MarshalToSizedBuffer added in v0.90.4

func (m *TLUserGetMutableUsersV2) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetMutableUsersV2) ProtoMessage added in v0.90.4

func (*TLUserGetMutableUsersV2) ProtoMessage()

func (*TLUserGetMutableUsersV2) Reset added in v0.90.4

func (m *TLUserGetMutableUsersV2) Reset()

func (*TLUserGetMutableUsersV2) Size added in v0.90.4

func (m *TLUserGetMutableUsersV2) Size() (n int)

func (*TLUserGetMutableUsersV2) String added in v0.90.4

func (m *TLUserGetMutableUsersV2) String() string

func (*TLUserGetMutableUsersV2) Unmarshal added in v0.90.4

func (m *TLUserGetMutableUsersV2) Unmarshal(dAtA []byte) error

func (*TLUserGetMutableUsersV2) XXX_DiscardUnknown added in v0.90.4

func (m *TLUserGetMutableUsersV2) XXX_DiscardUnknown()

func (*TLUserGetMutableUsersV2) XXX_Marshal added in v0.90.4

func (m *TLUserGetMutableUsersV2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetMutableUsersV2) XXX_Merge added in v0.90.4

func (m *TLUserGetMutableUsersV2) XXX_Merge(src proto.Message)

func (*TLUserGetMutableUsersV2) XXX_Size added in v0.90.4

func (m *TLUserGetMutableUsersV2) XXX_Size() int

func (*TLUserGetMutableUsersV2) XXX_Unmarshal added in v0.90.4

func (m *TLUserGetMutableUsersV2) XXX_Unmarshal(b []byte) error

type TLUserGetNotifySettings

type TLUserGetNotifySettings struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	PeerType             int32         `protobuf:"varint,4,opt,name=peer_type,json=peerType,proto3" json:"peer_type,omitempty"`
	PeerId               int64         `protobuf:"varint,5,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetNotifySettings) CalcByteSize

func (m *TLUserGetNotifySettings) CalcByteSize(layer int32) int

func (*TLUserGetNotifySettings) DebugString

func (m *TLUserGetNotifySettings) DebugString() string

func (*TLUserGetNotifySettings) Decode

func (*TLUserGetNotifySettings) Descriptor

func (*TLUserGetNotifySettings) Descriptor() ([]byte, []int)

func (*TLUserGetNotifySettings) Encode

func (m *TLUserGetNotifySettings) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetNotifySettings) GetConstructor

func (m *TLUserGetNotifySettings) GetConstructor() TLConstructor

func (*TLUserGetNotifySettings) GetPeerId

func (m *TLUserGetNotifySettings) GetPeerId() int64

func (*TLUserGetNotifySettings) GetPeerType

func (m *TLUserGetNotifySettings) GetPeerType() int32

func (*TLUserGetNotifySettings) GetUserId

func (m *TLUserGetNotifySettings) GetUserId() int64

func (*TLUserGetNotifySettings) GoString

func (this *TLUserGetNotifySettings) GoString() string

func (*TLUserGetNotifySettings) Marshal

func (m *TLUserGetNotifySettings) Marshal() (dAtA []byte, err error)

func (*TLUserGetNotifySettings) MarshalTo

func (m *TLUserGetNotifySettings) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetNotifySettings) MarshalToSizedBuffer

func (m *TLUserGetNotifySettings) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetNotifySettings) ProtoMessage

func (*TLUserGetNotifySettings) ProtoMessage()

func (*TLUserGetNotifySettings) Reset

func (m *TLUserGetNotifySettings) Reset()

func (*TLUserGetNotifySettings) Size

func (m *TLUserGetNotifySettings) Size() (n int)

func (*TLUserGetNotifySettings) String

func (m *TLUserGetNotifySettings) String() string

func (*TLUserGetNotifySettings) Unmarshal

func (m *TLUserGetNotifySettings) Unmarshal(dAtA []byte) error

func (*TLUserGetNotifySettings) XXX_DiscardUnknown

func (m *TLUserGetNotifySettings) XXX_DiscardUnknown()

func (*TLUserGetNotifySettings) XXX_Marshal

func (m *TLUserGetNotifySettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetNotifySettings) XXX_Merge

func (m *TLUserGetNotifySettings) XXX_Merge(src proto.Message)

func (*TLUserGetNotifySettings) XXX_Size

func (m *TLUserGetNotifySettings) XXX_Size() int

func (*TLUserGetNotifySettings) XXX_Unmarshal

func (m *TLUserGetNotifySettings) XXX_Unmarshal(b []byte) error

type TLUserGetNotifySettingsList added in v0.87.3

type TLUserGetNotifySettingsList struct {
	Constructor          TLConstructor       `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64               `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Peers                []*mtproto.PeerUtil `protobuf:"bytes,4,rep,name=peers,proto3" json:"peers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetNotifySettingsList) CalcByteSize added in v0.87.3

func (m *TLUserGetNotifySettingsList) CalcByteSize(layer int32) int

func (*TLUserGetNotifySettingsList) DebugString added in v0.87.3

func (m *TLUserGetNotifySettingsList) DebugString() string

func (*TLUserGetNotifySettingsList) Decode added in v0.87.3

func (*TLUserGetNotifySettingsList) Descriptor added in v0.87.3

func (*TLUserGetNotifySettingsList) Descriptor() ([]byte, []int)

func (*TLUserGetNotifySettingsList) Encode added in v0.87.3

func (*TLUserGetNotifySettingsList) GetConstructor added in v0.87.3

func (m *TLUserGetNotifySettingsList) GetConstructor() TLConstructor

func (*TLUserGetNotifySettingsList) GetPeers added in v0.87.3

func (m *TLUserGetNotifySettingsList) GetPeers() []*mtproto.PeerUtil

func (*TLUserGetNotifySettingsList) GetUserId added in v0.87.3

func (m *TLUserGetNotifySettingsList) GetUserId() int64

func (*TLUserGetNotifySettingsList) GoString added in v0.87.3

func (this *TLUserGetNotifySettingsList) GoString() string

func (*TLUserGetNotifySettingsList) Marshal added in v0.87.3

func (m *TLUserGetNotifySettingsList) Marshal() (dAtA []byte, err error)

func (*TLUserGetNotifySettingsList) MarshalTo added in v0.87.3

func (m *TLUserGetNotifySettingsList) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetNotifySettingsList) MarshalToSizedBuffer added in v0.87.3

func (m *TLUserGetNotifySettingsList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetNotifySettingsList) ProtoMessage added in v0.87.3

func (*TLUserGetNotifySettingsList) ProtoMessage()

func (*TLUserGetNotifySettingsList) Reset added in v0.87.3

func (m *TLUserGetNotifySettingsList) Reset()

func (*TLUserGetNotifySettingsList) Size added in v0.87.3

func (m *TLUserGetNotifySettingsList) Size() (n int)

func (*TLUserGetNotifySettingsList) String added in v0.87.3

func (m *TLUserGetNotifySettingsList) String() string

func (*TLUserGetNotifySettingsList) Unmarshal added in v0.87.3

func (m *TLUserGetNotifySettingsList) Unmarshal(dAtA []byte) error

func (*TLUserGetNotifySettingsList) XXX_DiscardUnknown added in v0.87.3

func (m *TLUserGetNotifySettingsList) XXX_DiscardUnknown()

func (*TLUserGetNotifySettingsList) XXX_Marshal added in v0.87.3

func (m *TLUserGetNotifySettingsList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetNotifySettingsList) XXX_Merge added in v0.87.3

func (m *TLUserGetNotifySettingsList) XXX_Merge(src proto.Message)

func (*TLUserGetNotifySettingsList) XXX_Size added in v0.87.3

func (m *TLUserGetNotifySettingsList) XXX_Size() int

func (*TLUserGetNotifySettingsList) XXX_Unmarshal added in v0.87.3

func (m *TLUserGetNotifySettingsList) XXX_Unmarshal(b []byte) error

type TLUserGetPeerSettings

type TLUserGetPeerSettings struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	PeerType             int32         `protobuf:"varint,4,opt,name=peer_type,json=peerType,proto3" json:"peer_type,omitempty"`
	PeerId               int64         `protobuf:"varint,5,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetPeerSettings) CalcByteSize

func (m *TLUserGetPeerSettings) CalcByteSize(layer int32) int

func (*TLUserGetPeerSettings) DebugString

func (m *TLUserGetPeerSettings) DebugString() string

func (*TLUserGetPeerSettings) Decode

func (m *TLUserGetPeerSettings) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserGetPeerSettings) Descriptor

func (*TLUserGetPeerSettings) Descriptor() ([]byte, []int)

func (*TLUserGetPeerSettings) Encode

func (m *TLUserGetPeerSettings) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetPeerSettings) GetConstructor

func (m *TLUserGetPeerSettings) GetConstructor() TLConstructor

func (*TLUserGetPeerSettings) GetPeerId

func (m *TLUserGetPeerSettings) GetPeerId() int64

func (*TLUserGetPeerSettings) GetPeerType

func (m *TLUserGetPeerSettings) GetPeerType() int32

func (*TLUserGetPeerSettings) GetUserId

func (m *TLUserGetPeerSettings) GetUserId() int64

func (*TLUserGetPeerSettings) GoString

func (this *TLUserGetPeerSettings) GoString() string

func (*TLUserGetPeerSettings) Marshal

func (m *TLUserGetPeerSettings) Marshal() (dAtA []byte, err error)

func (*TLUserGetPeerSettings) MarshalTo

func (m *TLUserGetPeerSettings) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetPeerSettings) MarshalToSizedBuffer

func (m *TLUserGetPeerSettings) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetPeerSettings) ProtoMessage

func (*TLUserGetPeerSettings) ProtoMessage()

func (*TLUserGetPeerSettings) Reset

func (m *TLUserGetPeerSettings) Reset()

func (*TLUserGetPeerSettings) Size

func (m *TLUserGetPeerSettings) Size() (n int)

func (*TLUserGetPeerSettings) String

func (m *TLUserGetPeerSettings) String() string

func (*TLUserGetPeerSettings) Unmarshal

func (m *TLUserGetPeerSettings) Unmarshal(dAtA []byte) error

func (*TLUserGetPeerSettings) XXX_DiscardUnknown

func (m *TLUserGetPeerSettings) XXX_DiscardUnknown()

func (*TLUserGetPeerSettings) XXX_Marshal

func (m *TLUserGetPeerSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetPeerSettings) XXX_Merge

func (m *TLUserGetPeerSettings) XXX_Merge(src proto.Message)

func (*TLUserGetPeerSettings) XXX_Size

func (m *TLUserGetPeerSettings) XXX_Size() int

func (*TLUserGetPeerSettings) XXX_Unmarshal

func (m *TLUserGetPeerSettings) XXX_Unmarshal(b []byte) error

type TLUserGetPredefinedUser

type TLUserGetPredefinedUser struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Phone                string        `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetPredefinedUser) CalcByteSize

func (m *TLUserGetPredefinedUser) CalcByteSize(layer int32) int

func (*TLUserGetPredefinedUser) DebugString

func (m *TLUserGetPredefinedUser) DebugString() string

func (*TLUserGetPredefinedUser) Decode

func (*TLUserGetPredefinedUser) Descriptor

func (*TLUserGetPredefinedUser) Descriptor() ([]byte, []int)

func (*TLUserGetPredefinedUser) Encode

func (m *TLUserGetPredefinedUser) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetPredefinedUser) GetConstructor

func (m *TLUserGetPredefinedUser) GetConstructor() TLConstructor

func (*TLUserGetPredefinedUser) GetPhone

func (m *TLUserGetPredefinedUser) GetPhone() string

func (*TLUserGetPredefinedUser) GoString

func (this *TLUserGetPredefinedUser) GoString() string

func (*TLUserGetPredefinedUser) Marshal

func (m *TLUserGetPredefinedUser) Marshal() (dAtA []byte, err error)

func (*TLUserGetPredefinedUser) MarshalTo

func (m *TLUserGetPredefinedUser) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetPredefinedUser) MarshalToSizedBuffer

func (m *TLUserGetPredefinedUser) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetPredefinedUser) ProtoMessage

func (*TLUserGetPredefinedUser) ProtoMessage()

func (*TLUserGetPredefinedUser) Reset

func (m *TLUserGetPredefinedUser) Reset()

func (*TLUserGetPredefinedUser) Size

func (m *TLUserGetPredefinedUser) Size() (n int)

func (*TLUserGetPredefinedUser) String

func (m *TLUserGetPredefinedUser) String() string

func (*TLUserGetPredefinedUser) Unmarshal

func (m *TLUserGetPredefinedUser) Unmarshal(dAtA []byte) error

func (*TLUserGetPredefinedUser) XXX_DiscardUnknown

func (m *TLUserGetPredefinedUser) XXX_DiscardUnknown()

func (*TLUserGetPredefinedUser) XXX_Marshal

func (m *TLUserGetPredefinedUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetPredefinedUser) XXX_Merge

func (m *TLUserGetPredefinedUser) XXX_Merge(src proto.Message)

func (*TLUserGetPredefinedUser) XXX_Size

func (m *TLUserGetPredefinedUser) XXX_Size() int

func (*TLUserGetPredefinedUser) XXX_Unmarshal

func (m *TLUserGetPredefinedUser) XXX_Unmarshal(b []byte) error

type TLUserGetPrivacy

type TLUserGetPrivacy struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	KeyType              int32         `protobuf:"varint,4,opt,name=key_type,json=keyType,proto3" json:"key_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetPrivacy) CalcByteSize

func (m *TLUserGetPrivacy) CalcByteSize(layer int32) int

func (*TLUserGetPrivacy) DebugString

func (m *TLUserGetPrivacy) DebugString() string

func (*TLUserGetPrivacy) Decode

func (m *TLUserGetPrivacy) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserGetPrivacy) Descriptor

func (*TLUserGetPrivacy) Descriptor() ([]byte, []int)

func (*TLUserGetPrivacy) Encode

func (m *TLUserGetPrivacy) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetPrivacy) GetConstructor

func (m *TLUserGetPrivacy) GetConstructor() TLConstructor

func (*TLUserGetPrivacy) GetKeyType

func (m *TLUserGetPrivacy) GetKeyType() int32

func (*TLUserGetPrivacy) GetUserId

func (m *TLUserGetPrivacy) GetUserId() int64

func (*TLUserGetPrivacy) GoString

func (this *TLUserGetPrivacy) GoString() string

func (*TLUserGetPrivacy) Marshal

func (m *TLUserGetPrivacy) Marshal() (dAtA []byte, err error)

func (*TLUserGetPrivacy) MarshalTo

func (m *TLUserGetPrivacy) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetPrivacy) MarshalToSizedBuffer

func (m *TLUserGetPrivacy) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetPrivacy) ProtoMessage

func (*TLUserGetPrivacy) ProtoMessage()

func (*TLUserGetPrivacy) Reset

func (m *TLUserGetPrivacy) Reset()

func (*TLUserGetPrivacy) Size

func (m *TLUserGetPrivacy) Size() (n int)

func (*TLUserGetPrivacy) String

func (m *TLUserGetPrivacy) String() string

func (*TLUserGetPrivacy) Unmarshal

func (m *TLUserGetPrivacy) Unmarshal(dAtA []byte) error

func (*TLUserGetPrivacy) XXX_DiscardUnknown

func (m *TLUserGetPrivacy) XXX_DiscardUnknown()

func (*TLUserGetPrivacy) XXX_Marshal

func (m *TLUserGetPrivacy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetPrivacy) XXX_Merge

func (m *TLUserGetPrivacy) XXX_Merge(src proto.Message)

func (*TLUserGetPrivacy) XXX_Size

func (m *TLUserGetPrivacy) XXX_Size() int

func (*TLUserGetPrivacy) XXX_Unmarshal

func (m *TLUserGetPrivacy) XXX_Unmarshal(b []byte) error

type TLUserGetProfilePhotos

type TLUserGetProfilePhotos struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetProfilePhotos) CalcByteSize

func (m *TLUserGetProfilePhotos) CalcByteSize(layer int32) int

func (*TLUserGetProfilePhotos) DebugString

func (m *TLUserGetProfilePhotos) DebugString() string

func (*TLUserGetProfilePhotos) Decode

func (m *TLUserGetProfilePhotos) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserGetProfilePhotos) Descriptor

func (*TLUserGetProfilePhotos) Descriptor() ([]byte, []int)

func (*TLUserGetProfilePhotos) Encode

func (m *TLUserGetProfilePhotos) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetProfilePhotos) GetConstructor

func (m *TLUserGetProfilePhotos) GetConstructor() TLConstructor

func (*TLUserGetProfilePhotos) GetUserId

func (m *TLUserGetProfilePhotos) GetUserId() int64

func (*TLUserGetProfilePhotos) GoString

func (this *TLUserGetProfilePhotos) GoString() string

func (*TLUserGetProfilePhotos) Marshal

func (m *TLUserGetProfilePhotos) Marshal() (dAtA []byte, err error)

func (*TLUserGetProfilePhotos) MarshalTo

func (m *TLUserGetProfilePhotos) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetProfilePhotos) MarshalToSizedBuffer

func (m *TLUserGetProfilePhotos) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetProfilePhotos) ProtoMessage

func (*TLUserGetProfilePhotos) ProtoMessage()

func (*TLUserGetProfilePhotos) Reset

func (m *TLUserGetProfilePhotos) Reset()

func (*TLUserGetProfilePhotos) Size

func (m *TLUserGetProfilePhotos) Size() (n int)

func (*TLUserGetProfilePhotos) String

func (m *TLUserGetProfilePhotos) String() string

func (*TLUserGetProfilePhotos) Unmarshal

func (m *TLUserGetProfilePhotos) Unmarshal(dAtA []byte) error

func (*TLUserGetProfilePhotos) XXX_DiscardUnknown

func (m *TLUserGetProfilePhotos) XXX_DiscardUnknown()

func (*TLUserGetProfilePhotos) XXX_Marshal

func (m *TLUserGetProfilePhotos) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetProfilePhotos) XXX_Merge

func (m *TLUserGetProfilePhotos) XXX_Merge(src proto.Message)

func (*TLUserGetProfilePhotos) XXX_Size

func (m *TLUserGetProfilePhotos) XXX_Size() int

func (*TLUserGetProfilePhotos) XXX_Unmarshal

func (m *TLUserGetProfilePhotos) XXX_Unmarshal(b []byte) error

type TLUserGetUserDataById added in v0.90.1

type TLUserGetUserDataById struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetUserDataById) CalcByteSize added in v0.90.1

func (m *TLUserGetUserDataById) CalcByteSize(layer int32) int

func (*TLUserGetUserDataById) DebugString added in v0.90.1

func (m *TLUserGetUserDataById) DebugString() string

func (*TLUserGetUserDataById) Decode added in v0.90.1

func (m *TLUserGetUserDataById) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserGetUserDataById) Descriptor added in v0.90.1

func (*TLUserGetUserDataById) Descriptor() ([]byte, []int)

func (*TLUserGetUserDataById) Encode added in v0.90.1

func (m *TLUserGetUserDataById) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetUserDataById) GetConstructor added in v0.90.1

func (m *TLUserGetUserDataById) GetConstructor() TLConstructor

func (*TLUserGetUserDataById) GetUserId added in v0.90.1

func (m *TLUserGetUserDataById) GetUserId() int64

func (*TLUserGetUserDataById) GoString added in v0.90.1

func (this *TLUserGetUserDataById) GoString() string

func (*TLUserGetUserDataById) Marshal added in v0.90.1

func (m *TLUserGetUserDataById) Marshal() (dAtA []byte, err error)

func (*TLUserGetUserDataById) MarshalTo added in v0.90.1

func (m *TLUserGetUserDataById) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetUserDataById) MarshalToSizedBuffer added in v0.90.1

func (m *TLUserGetUserDataById) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetUserDataById) ProtoMessage added in v0.90.1

func (*TLUserGetUserDataById) ProtoMessage()

func (*TLUserGetUserDataById) Reset added in v0.90.1

func (m *TLUserGetUserDataById) Reset()

func (*TLUserGetUserDataById) Size added in v0.90.1

func (m *TLUserGetUserDataById) Size() (n int)

func (*TLUserGetUserDataById) String added in v0.90.1

func (m *TLUserGetUserDataById) String() string

func (*TLUserGetUserDataById) Unmarshal added in v0.90.1

func (m *TLUserGetUserDataById) Unmarshal(dAtA []byte) error

func (*TLUserGetUserDataById) XXX_DiscardUnknown added in v0.90.1

func (m *TLUserGetUserDataById) XXX_DiscardUnknown()

func (*TLUserGetUserDataById) XXX_Marshal added in v0.90.1

func (m *TLUserGetUserDataById) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetUserDataById) XXX_Merge added in v0.90.1

func (m *TLUserGetUserDataById) XXX_Merge(src proto.Message)

func (*TLUserGetUserDataById) XXX_Size added in v0.90.1

func (m *TLUserGetUserDataById) XXX_Size() int

func (*TLUserGetUserDataById) XXX_Unmarshal added in v0.90.1

func (m *TLUserGetUserDataById) XXX_Unmarshal(b []byte) error

type TLUserGetUserDataByToken added in v0.90.1

type TLUserGetUserDataByToken struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Token                string        `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetUserDataByToken) CalcByteSize added in v0.90.1

func (m *TLUserGetUserDataByToken) CalcByteSize(layer int32) int

func (*TLUserGetUserDataByToken) DebugString added in v0.90.1

func (m *TLUserGetUserDataByToken) DebugString() string

func (*TLUserGetUserDataByToken) Decode added in v0.90.1

func (*TLUserGetUserDataByToken) Descriptor added in v0.90.1

func (*TLUserGetUserDataByToken) Descriptor() ([]byte, []int)

func (*TLUserGetUserDataByToken) Encode added in v0.90.1

func (m *TLUserGetUserDataByToken) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserGetUserDataByToken) GetConstructor added in v0.90.1

func (m *TLUserGetUserDataByToken) GetConstructor() TLConstructor

func (*TLUserGetUserDataByToken) GetToken added in v0.90.1

func (m *TLUserGetUserDataByToken) GetToken() string

func (*TLUserGetUserDataByToken) GoString added in v0.90.1

func (this *TLUserGetUserDataByToken) GoString() string

func (*TLUserGetUserDataByToken) Marshal added in v0.90.1

func (m *TLUserGetUserDataByToken) Marshal() (dAtA []byte, err error)

func (*TLUserGetUserDataByToken) MarshalTo added in v0.90.1

func (m *TLUserGetUserDataByToken) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetUserDataByToken) MarshalToSizedBuffer added in v0.90.1

func (m *TLUserGetUserDataByToken) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetUserDataByToken) ProtoMessage added in v0.90.1

func (*TLUserGetUserDataByToken) ProtoMessage()

func (*TLUserGetUserDataByToken) Reset added in v0.90.1

func (m *TLUserGetUserDataByToken) Reset()

func (*TLUserGetUserDataByToken) Size added in v0.90.1

func (m *TLUserGetUserDataByToken) Size() (n int)

func (*TLUserGetUserDataByToken) String added in v0.90.1

func (m *TLUserGetUserDataByToken) String() string

func (*TLUserGetUserDataByToken) Unmarshal added in v0.90.1

func (m *TLUserGetUserDataByToken) Unmarshal(dAtA []byte) error

func (*TLUserGetUserDataByToken) XXX_DiscardUnknown added in v0.90.1

func (m *TLUserGetUserDataByToken) XXX_DiscardUnknown()

func (*TLUserGetUserDataByToken) XXX_Marshal added in v0.90.1

func (m *TLUserGetUserDataByToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetUserDataByToken) XXX_Merge added in v0.90.1

func (m *TLUserGetUserDataByToken) XXX_Merge(src proto.Message)

func (*TLUserGetUserDataByToken) XXX_Size added in v0.90.1

func (m *TLUserGetUserDataByToken) XXX_Size() int

func (*TLUserGetUserDataByToken) XXX_Unmarshal added in v0.90.1

func (m *TLUserGetUserDataByToken) XXX_Unmarshal(b []byte) error

type TLUserGetUserDataListByIdList added in v0.90.1

type TLUserGetUserDataListByIdList struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserIdList           []int64       `protobuf:"varint,3,rep,packed,name=user_id_list,json=userIdList,proto3" json:"user_id_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserGetUserDataListByIdList) CalcByteSize added in v0.90.1

func (m *TLUserGetUserDataListByIdList) CalcByteSize(layer int32) int

func (*TLUserGetUserDataListByIdList) DebugString added in v0.90.1

func (m *TLUserGetUserDataListByIdList) DebugString() string

func (*TLUserGetUserDataListByIdList) Decode added in v0.90.1

func (*TLUserGetUserDataListByIdList) Descriptor added in v0.90.1

func (*TLUserGetUserDataListByIdList) Descriptor() ([]byte, []int)

func (*TLUserGetUserDataListByIdList) Encode added in v0.90.1

func (*TLUserGetUserDataListByIdList) GetConstructor added in v0.90.1

func (m *TLUserGetUserDataListByIdList) GetConstructor() TLConstructor

func (*TLUserGetUserDataListByIdList) GetUserIdList added in v0.90.1

func (m *TLUserGetUserDataListByIdList) GetUserIdList() []int64

func (*TLUserGetUserDataListByIdList) GoString added in v0.90.1

func (this *TLUserGetUserDataListByIdList) GoString() string

func (*TLUserGetUserDataListByIdList) Marshal added in v0.90.1

func (m *TLUserGetUserDataListByIdList) Marshal() (dAtA []byte, err error)

func (*TLUserGetUserDataListByIdList) MarshalTo added in v0.90.1

func (m *TLUserGetUserDataListByIdList) MarshalTo(dAtA []byte) (int, error)

func (*TLUserGetUserDataListByIdList) MarshalToSizedBuffer added in v0.90.1

func (m *TLUserGetUserDataListByIdList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserGetUserDataListByIdList) ProtoMessage added in v0.90.1

func (*TLUserGetUserDataListByIdList) ProtoMessage()

func (*TLUserGetUserDataListByIdList) Reset added in v0.90.1

func (m *TLUserGetUserDataListByIdList) Reset()

func (*TLUserGetUserDataListByIdList) Size added in v0.90.1

func (m *TLUserGetUserDataListByIdList) Size() (n int)

func (*TLUserGetUserDataListByIdList) String added in v0.90.1

func (*TLUserGetUserDataListByIdList) Unmarshal added in v0.90.1

func (m *TLUserGetUserDataListByIdList) Unmarshal(dAtA []byte) error

func (*TLUserGetUserDataListByIdList) XXX_DiscardUnknown added in v0.90.1

func (m *TLUserGetUserDataListByIdList) XXX_DiscardUnknown()

func (*TLUserGetUserDataListByIdList) XXX_Marshal added in v0.90.1

func (m *TLUserGetUserDataListByIdList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserGetUserDataListByIdList) XXX_Merge added in v0.90.1

func (m *TLUserGetUserDataListByIdList) XXX_Merge(src proto.Message)

func (*TLUserGetUserDataListByIdList) XXX_Size added in v0.90.1

func (m *TLUserGetUserDataListByIdList) XXX_Size() int

func (*TLUserGetUserDataListByIdList) XXX_Unmarshal added in v0.90.1

func (m *TLUserGetUserDataListByIdList) XXX_Unmarshal(b []byte) error

type TLUserImportContacts

type TLUserImportContacts struct {
	Constructor          TLConstructor           `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64                   `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Contacts             []*mtproto.InputContact `protobuf:"bytes,4,rep,name=contacts,proto3" json:"contacts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserImportContacts) CalcByteSize

func (m *TLUserImportContacts) CalcByteSize(layer int32) int

func (*TLUserImportContacts) DebugString

func (m *TLUserImportContacts) DebugString() string

func (*TLUserImportContacts) Decode

func (m *TLUserImportContacts) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserImportContacts) Descriptor

func (*TLUserImportContacts) Descriptor() ([]byte, []int)

func (*TLUserImportContacts) Encode

func (m *TLUserImportContacts) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserImportContacts) GetConstructor

func (m *TLUserImportContacts) GetConstructor() TLConstructor

func (*TLUserImportContacts) GetContacts

func (m *TLUserImportContacts) GetContacts() []*mtproto.InputContact

func (*TLUserImportContacts) GetUserId

func (m *TLUserImportContacts) GetUserId() int64

func (*TLUserImportContacts) GoString

func (this *TLUserImportContacts) GoString() string

func (*TLUserImportContacts) Marshal

func (m *TLUserImportContacts) Marshal() (dAtA []byte, err error)

func (*TLUserImportContacts) MarshalTo

func (m *TLUserImportContacts) MarshalTo(dAtA []byte) (int, error)

func (*TLUserImportContacts) MarshalToSizedBuffer

func (m *TLUserImportContacts) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserImportContacts) ProtoMessage

func (*TLUserImportContacts) ProtoMessage()

func (*TLUserImportContacts) Reset

func (m *TLUserImportContacts) Reset()

func (*TLUserImportContacts) Size

func (m *TLUserImportContacts) Size() (n int)

func (*TLUserImportContacts) String

func (m *TLUserImportContacts) String() string

func (*TLUserImportContacts) Unmarshal

func (m *TLUserImportContacts) Unmarshal(dAtA []byte) error

func (*TLUserImportContacts) XXX_DiscardUnknown

func (m *TLUserImportContacts) XXX_DiscardUnknown()

func (*TLUserImportContacts) XXX_Marshal

func (m *TLUserImportContacts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserImportContacts) XXX_Merge

func (m *TLUserImportContacts) XXX_Merge(src proto.Message)

func (*TLUserImportContacts) XXX_Size

func (m *TLUserImportContacts) XXX_Size() int

func (*TLUserImportContacts) XXX_Unmarshal

func (m *TLUserImportContacts) XXX_Unmarshal(b []byte) error

type TLUserImportedContacts

type TLUserImportedContacts struct {
	Data2                *UserImportedContacts `protobuf:"bytes,1,opt,name=data2,proto3" json:"data2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func MakeTLUserImportedContacts

func MakeTLUserImportedContacts(data2 *UserImportedContacts) *TLUserImportedContacts

MakeTLUserImportedContacts

func (*TLUserImportedContacts) CalcByteSize

func (m *TLUserImportedContacts) CalcByteSize(layer int32) int

func (*TLUserImportedContacts) DebugString

func (m *TLUserImportedContacts) DebugString() string

func (*TLUserImportedContacts) Decode

func (m *TLUserImportedContacts) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserImportedContacts) Descriptor

func (*TLUserImportedContacts) Descriptor() ([]byte, []int)

func (*TLUserImportedContacts) Encode

func (m *TLUserImportedContacts) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserImportedContacts) GetData2

func (*TLUserImportedContacts) GetImported

func (m *TLUserImportedContacts) GetImported() []*mtproto.ImportedContact

func (*TLUserImportedContacts) GetPopularInvites

func (m *TLUserImportedContacts) GetPopularInvites() []*mtproto.PopularContact

func (*TLUserImportedContacts) GetPredicateName

func (m *TLUserImportedContacts) GetPredicateName() string

func (*TLUserImportedContacts) GetRetryContacts

func (m *TLUserImportedContacts) GetRetryContacts() []int64

func (*TLUserImportedContacts) GetUpdateIdList

func (m *TLUserImportedContacts) GetUpdateIdList() []int64

func (*TLUserImportedContacts) GetUsers

func (m *TLUserImportedContacts) GetUsers() []*mtproto.User

func (*TLUserImportedContacts) GoString

func (this *TLUserImportedContacts) GoString() string

func (*TLUserImportedContacts) Marshal

func (m *TLUserImportedContacts) Marshal() (dAtA []byte, err error)

func (*TLUserImportedContacts) MarshalTo

func (m *TLUserImportedContacts) MarshalTo(dAtA []byte) (int, error)

func (*TLUserImportedContacts) MarshalToSizedBuffer

func (m *TLUserImportedContacts) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserImportedContacts) ProtoMessage

func (*TLUserImportedContacts) ProtoMessage()

func (*TLUserImportedContacts) Reset

func (m *TLUserImportedContacts) Reset()

func (*TLUserImportedContacts) SetImported

func (m *TLUserImportedContacts) SetImported(v []*mtproto.ImportedContact)

func (*TLUserImportedContacts) SetPopularInvites

func (m *TLUserImportedContacts) SetPopularInvites(v []*mtproto.PopularContact)

func (*TLUserImportedContacts) SetRetryContacts

func (m *TLUserImportedContacts) SetRetryContacts(v []int64)

func (*TLUserImportedContacts) SetUpdateIdList

func (m *TLUserImportedContacts) SetUpdateIdList(v []int64)

func (*TLUserImportedContacts) SetUsers

func (m *TLUserImportedContacts) SetUsers(v []*mtproto.User)

func (*TLUserImportedContacts) Size

func (m *TLUserImportedContacts) Size() (n int)

func (*TLUserImportedContacts) String

func (m *TLUserImportedContacts) String() string

func (*TLUserImportedContacts) To_UserImportedContacts

func (m *TLUserImportedContacts) To_UserImportedContacts() *UserImportedContacts

func (*TLUserImportedContacts) Unmarshal

func (m *TLUserImportedContacts) Unmarshal(dAtA []byte) error

func (*TLUserImportedContacts) XXX_DiscardUnknown

func (m *TLUserImportedContacts) XXX_DiscardUnknown()

func (*TLUserImportedContacts) XXX_Marshal

func (m *TLUserImportedContacts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserImportedContacts) XXX_Merge

func (m *TLUserImportedContacts) XXX_Merge(src proto.Message)

func (*TLUserImportedContacts) XXX_Size

func (m *TLUserImportedContacts) XXX_Size() int

func (*TLUserImportedContacts) XXX_Unmarshal

func (m *TLUserImportedContacts) XXX_Unmarshal(b []byte) error

type TLUserIsBlockedByUser

type TLUserIsBlockedByUser struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	PeerUserId           int64         `protobuf:"varint,4,opt,name=peer_user_id,json=peerUserId,proto3" json:"peer_user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserIsBlockedByUser) CalcByteSize

func (m *TLUserIsBlockedByUser) CalcByteSize(layer int32) int

func (*TLUserIsBlockedByUser) DebugString

func (m *TLUserIsBlockedByUser) DebugString() string

func (*TLUserIsBlockedByUser) Decode

func (m *TLUserIsBlockedByUser) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserIsBlockedByUser) Descriptor

func (*TLUserIsBlockedByUser) Descriptor() ([]byte, []int)

func (*TLUserIsBlockedByUser) Encode

func (m *TLUserIsBlockedByUser) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserIsBlockedByUser) GetConstructor

func (m *TLUserIsBlockedByUser) GetConstructor() TLConstructor

func (*TLUserIsBlockedByUser) GetPeerUserId

func (m *TLUserIsBlockedByUser) GetPeerUserId() int64

func (*TLUserIsBlockedByUser) GetUserId

func (m *TLUserIsBlockedByUser) GetUserId() int64

func (*TLUserIsBlockedByUser) GoString

func (this *TLUserIsBlockedByUser) GoString() string

func (*TLUserIsBlockedByUser) Marshal

func (m *TLUserIsBlockedByUser) Marshal() (dAtA []byte, err error)

func (*TLUserIsBlockedByUser) MarshalTo

func (m *TLUserIsBlockedByUser) MarshalTo(dAtA []byte) (int, error)

func (*TLUserIsBlockedByUser) MarshalToSizedBuffer

func (m *TLUserIsBlockedByUser) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserIsBlockedByUser) ProtoMessage

func (*TLUserIsBlockedByUser) ProtoMessage()

func (*TLUserIsBlockedByUser) Reset

func (m *TLUserIsBlockedByUser) Reset()

func (*TLUserIsBlockedByUser) Size

func (m *TLUserIsBlockedByUser) Size() (n int)

func (*TLUserIsBlockedByUser) String

func (m *TLUserIsBlockedByUser) String() string

func (*TLUserIsBlockedByUser) Unmarshal

func (m *TLUserIsBlockedByUser) Unmarshal(dAtA []byte) error

func (*TLUserIsBlockedByUser) XXX_DiscardUnknown

func (m *TLUserIsBlockedByUser) XXX_DiscardUnknown()

func (*TLUserIsBlockedByUser) XXX_Marshal

func (m *TLUserIsBlockedByUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserIsBlockedByUser) XXX_Merge

func (m *TLUserIsBlockedByUser) XXX_Merge(src proto.Message)

func (*TLUserIsBlockedByUser) XXX_Size

func (m *TLUserIsBlockedByUser) XXX_Size() int

func (*TLUserIsBlockedByUser) XXX_Unmarshal

func (m *TLUserIsBlockedByUser) XXX_Unmarshal(b []byte) error

type TLUserIsBot

type TLUserIsBot struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Id                   int64         `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserIsBot) CalcByteSize

func (m *TLUserIsBot) CalcByteSize(layer int32) int

func (*TLUserIsBot) DebugString

func (m *TLUserIsBot) DebugString() string

func (*TLUserIsBot) Decode

func (m *TLUserIsBot) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserIsBot) Descriptor

func (*TLUserIsBot) Descriptor() ([]byte, []int)

func (*TLUserIsBot) Encode

func (m *TLUserIsBot) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserIsBot) GetConstructor

func (m *TLUserIsBot) GetConstructor() TLConstructor

func (*TLUserIsBot) GetId

func (m *TLUserIsBot) GetId() int64

func (*TLUserIsBot) GoString

func (this *TLUserIsBot) GoString() string

func (*TLUserIsBot) Marshal

func (m *TLUserIsBot) Marshal() (dAtA []byte, err error)

func (*TLUserIsBot) MarshalTo

func (m *TLUserIsBot) MarshalTo(dAtA []byte) (int, error)

func (*TLUserIsBot) MarshalToSizedBuffer

func (m *TLUserIsBot) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserIsBot) ProtoMessage

func (*TLUserIsBot) ProtoMessage()

func (*TLUserIsBot) Reset

func (m *TLUserIsBot) Reset()

func (*TLUserIsBot) Size

func (m *TLUserIsBot) Size() (n int)

func (*TLUserIsBot) String

func (m *TLUserIsBot) String() string

func (*TLUserIsBot) Unmarshal

func (m *TLUserIsBot) Unmarshal(dAtA []byte) error

func (*TLUserIsBot) XXX_DiscardUnknown

func (m *TLUserIsBot) XXX_DiscardUnknown()

func (*TLUserIsBot) XXX_Marshal

func (m *TLUserIsBot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserIsBot) XXX_Merge

func (m *TLUserIsBot) XXX_Merge(src proto.Message)

func (*TLUserIsBot) XXX_Size

func (m *TLUserIsBot) XXX_Size() int

func (*TLUserIsBot) XXX_Unmarshal

func (m *TLUserIsBot) XXX_Unmarshal(b []byte) error

type TLUserPredefinedBindRegisteredUserId

type TLUserPredefinedBindRegisteredUserId struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Phone                string        `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone,omitempty"`
	RegisteredUserId     int64         `protobuf:"varint,4,opt,name=registered_userId,json=registeredUserId,proto3" json:"registered_userId,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserPredefinedBindRegisteredUserId) CalcByteSize

func (m *TLUserPredefinedBindRegisteredUserId) CalcByteSize(layer int32) int

func (*TLUserPredefinedBindRegisteredUserId) DebugString

func (*TLUserPredefinedBindRegisteredUserId) Decode

func (*TLUserPredefinedBindRegisteredUserId) Descriptor

func (*TLUserPredefinedBindRegisteredUserId) Descriptor() ([]byte, []int)

func (*TLUserPredefinedBindRegisteredUserId) Encode

func (*TLUserPredefinedBindRegisteredUserId) GetConstructor

func (*TLUserPredefinedBindRegisteredUserId) GetPhone

func (*TLUserPredefinedBindRegisteredUserId) GetRegisteredUserId

func (m *TLUserPredefinedBindRegisteredUserId) GetRegisteredUserId() int64

func (*TLUserPredefinedBindRegisteredUserId) GoString

func (*TLUserPredefinedBindRegisteredUserId) Marshal

func (m *TLUserPredefinedBindRegisteredUserId) Marshal() (dAtA []byte, err error)

func (*TLUserPredefinedBindRegisteredUserId) MarshalTo

func (m *TLUserPredefinedBindRegisteredUserId) MarshalTo(dAtA []byte) (int, error)

func (*TLUserPredefinedBindRegisteredUserId) MarshalToSizedBuffer

func (m *TLUserPredefinedBindRegisteredUserId) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserPredefinedBindRegisteredUserId) ProtoMessage

func (*TLUserPredefinedBindRegisteredUserId) ProtoMessage()

func (*TLUserPredefinedBindRegisteredUserId) Reset

func (*TLUserPredefinedBindRegisteredUserId) Size

func (*TLUserPredefinedBindRegisteredUserId) String

func (*TLUserPredefinedBindRegisteredUserId) Unmarshal

func (m *TLUserPredefinedBindRegisteredUserId) Unmarshal(dAtA []byte) error

func (*TLUserPredefinedBindRegisteredUserId) XXX_DiscardUnknown

func (m *TLUserPredefinedBindRegisteredUserId) XXX_DiscardUnknown()

func (*TLUserPredefinedBindRegisteredUserId) XXX_Marshal

func (m *TLUserPredefinedBindRegisteredUserId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserPredefinedBindRegisteredUserId) XXX_Merge

func (*TLUserPredefinedBindRegisteredUserId) XXX_Size

func (*TLUserPredefinedBindRegisteredUserId) XXX_Unmarshal

func (m *TLUserPredefinedBindRegisteredUserId) XXX_Unmarshal(b []byte) error

type TLUserResetNotifySettings

type TLUserResetNotifySettings struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserResetNotifySettings) CalcByteSize

func (m *TLUserResetNotifySettings) CalcByteSize(layer int32) int

func (*TLUserResetNotifySettings) DebugString

func (m *TLUserResetNotifySettings) DebugString() string

func (*TLUserResetNotifySettings) Decode

func (*TLUserResetNotifySettings) Descriptor

func (*TLUserResetNotifySettings) Descriptor() ([]byte, []int)

func (*TLUserResetNotifySettings) Encode

func (m *TLUserResetNotifySettings) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserResetNotifySettings) GetConstructor

func (m *TLUserResetNotifySettings) GetConstructor() TLConstructor

func (*TLUserResetNotifySettings) GetUserId

func (m *TLUserResetNotifySettings) GetUserId() int64

func (*TLUserResetNotifySettings) GoString

func (this *TLUserResetNotifySettings) GoString() string

func (*TLUserResetNotifySettings) Marshal

func (m *TLUserResetNotifySettings) Marshal() (dAtA []byte, err error)

func (*TLUserResetNotifySettings) MarshalTo

func (m *TLUserResetNotifySettings) MarshalTo(dAtA []byte) (int, error)

func (*TLUserResetNotifySettings) MarshalToSizedBuffer

func (m *TLUserResetNotifySettings) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserResetNotifySettings) ProtoMessage

func (*TLUserResetNotifySettings) ProtoMessage()

func (*TLUserResetNotifySettings) Reset

func (m *TLUserResetNotifySettings) Reset()

func (*TLUserResetNotifySettings) Size

func (m *TLUserResetNotifySettings) Size() (n int)

func (*TLUserResetNotifySettings) String

func (m *TLUserResetNotifySettings) String() string

func (*TLUserResetNotifySettings) Unmarshal

func (m *TLUserResetNotifySettings) Unmarshal(dAtA []byte) error

func (*TLUserResetNotifySettings) XXX_DiscardUnknown

func (m *TLUserResetNotifySettings) XXX_DiscardUnknown()

func (*TLUserResetNotifySettings) XXX_Marshal

func (m *TLUserResetNotifySettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserResetNotifySettings) XXX_Merge

func (m *TLUserResetNotifySettings) XXX_Merge(src proto.Message)

func (*TLUserResetNotifySettings) XXX_Size

func (m *TLUserResetNotifySettings) XXX_Size() int

func (*TLUserResetNotifySettings) XXX_Unmarshal

func (m *TLUserResetNotifySettings) XXX_Unmarshal(b []byte) error

type TLUserSearch added in v0.90.1

type TLUserSearch struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Q                    string        `protobuf:"bytes,3,opt,name=q,proto3" json:"q,omitempty"`
	ExcludedContacts     []int64       `protobuf:"varint,4,rep,packed,name=excluded_contacts,json=excludedContacts,proto3" json:"excluded_contacts,omitempty"`
	Offset               int64         `protobuf:"varint,5,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit                int32         `protobuf:"varint,6,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserSearch) CalcByteSize added in v0.90.1

func (m *TLUserSearch) CalcByteSize(layer int32) int

func (*TLUserSearch) DebugString added in v0.90.1

func (m *TLUserSearch) DebugString() string

func (*TLUserSearch) Decode added in v0.90.1

func (m *TLUserSearch) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserSearch) Descriptor added in v0.90.1

func (*TLUserSearch) Descriptor() ([]byte, []int)

func (*TLUserSearch) Encode added in v0.90.1

func (m *TLUserSearch) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserSearch) GetConstructor added in v0.90.1

func (m *TLUserSearch) GetConstructor() TLConstructor

func (*TLUserSearch) GetExcludedContacts added in v0.90.1

func (m *TLUserSearch) GetExcludedContacts() []int64

func (*TLUserSearch) GetLimit added in v0.90.1

func (m *TLUserSearch) GetLimit() int32

func (*TLUserSearch) GetOffset added in v0.90.1

func (m *TLUserSearch) GetOffset() int64

func (*TLUserSearch) GetQ added in v0.90.1

func (m *TLUserSearch) GetQ() string

func (*TLUserSearch) GoString added in v0.90.1

func (this *TLUserSearch) GoString() string

func (*TLUserSearch) Marshal added in v0.90.1

func (m *TLUserSearch) Marshal() (dAtA []byte, err error)

func (*TLUserSearch) MarshalTo added in v0.90.1

func (m *TLUserSearch) MarshalTo(dAtA []byte) (int, error)

func (*TLUserSearch) MarshalToSizedBuffer added in v0.90.1

func (m *TLUserSearch) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserSearch) ProtoMessage added in v0.90.1

func (*TLUserSearch) ProtoMessage()

func (*TLUserSearch) Reset added in v0.90.1

func (m *TLUserSearch) Reset()

func (*TLUserSearch) Size added in v0.90.1

func (m *TLUserSearch) Size() (n int)

func (*TLUserSearch) String added in v0.90.1

func (m *TLUserSearch) String() string

func (*TLUserSearch) Unmarshal added in v0.90.1

func (m *TLUserSearch) Unmarshal(dAtA []byte) error

func (*TLUserSearch) XXX_DiscardUnknown added in v0.90.1

func (m *TLUserSearch) XXX_DiscardUnknown()

func (*TLUserSearch) XXX_Marshal added in v0.90.1

func (m *TLUserSearch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserSearch) XXX_Merge added in v0.90.1

func (m *TLUserSearch) XXX_Merge(src proto.Message)

func (*TLUserSearch) XXX_Size added in v0.90.1

func (m *TLUserSearch) XXX_Size() int

func (*TLUserSearch) XXX_Unmarshal added in v0.90.1

func (m *TLUserSearch) XXX_Unmarshal(b []byte) error

type TLUserSetAccountDaysTTL

type TLUserSetAccountDaysTTL struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Ttl                  int32         `protobuf:"varint,4,opt,name=ttl,proto3" json:"ttl,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserSetAccountDaysTTL) CalcByteSize

func (m *TLUserSetAccountDaysTTL) CalcByteSize(layer int32) int

func (*TLUserSetAccountDaysTTL) DebugString

func (m *TLUserSetAccountDaysTTL) DebugString() string

func (*TLUserSetAccountDaysTTL) Decode

func (*TLUserSetAccountDaysTTL) Descriptor

func (*TLUserSetAccountDaysTTL) Descriptor() ([]byte, []int)

func (*TLUserSetAccountDaysTTL) Encode

func (m *TLUserSetAccountDaysTTL) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserSetAccountDaysTTL) GetConstructor

func (m *TLUserSetAccountDaysTTL) GetConstructor() TLConstructor

func (*TLUserSetAccountDaysTTL) GetTtl

func (m *TLUserSetAccountDaysTTL) GetTtl() int32

func (*TLUserSetAccountDaysTTL) GetUserId

func (m *TLUserSetAccountDaysTTL) GetUserId() int64

func (*TLUserSetAccountDaysTTL) GoString

func (this *TLUserSetAccountDaysTTL) GoString() string

func (*TLUserSetAccountDaysTTL) Marshal

func (m *TLUserSetAccountDaysTTL) Marshal() (dAtA []byte, err error)

func (*TLUserSetAccountDaysTTL) MarshalTo

func (m *TLUserSetAccountDaysTTL) MarshalTo(dAtA []byte) (int, error)

func (*TLUserSetAccountDaysTTL) MarshalToSizedBuffer

func (m *TLUserSetAccountDaysTTL) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserSetAccountDaysTTL) ProtoMessage

func (*TLUserSetAccountDaysTTL) ProtoMessage()

func (*TLUserSetAccountDaysTTL) Reset

func (m *TLUserSetAccountDaysTTL) Reset()

func (*TLUserSetAccountDaysTTL) Size

func (m *TLUserSetAccountDaysTTL) Size() (n int)

func (*TLUserSetAccountDaysTTL) String

func (m *TLUserSetAccountDaysTTL) String() string

func (*TLUserSetAccountDaysTTL) Unmarshal

func (m *TLUserSetAccountDaysTTL) Unmarshal(dAtA []byte) error

func (*TLUserSetAccountDaysTTL) XXX_DiscardUnknown

func (m *TLUserSetAccountDaysTTL) XXX_DiscardUnknown()

func (*TLUserSetAccountDaysTTL) XXX_Marshal

func (m *TLUserSetAccountDaysTTL) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserSetAccountDaysTTL) XXX_Merge

func (m *TLUserSetAccountDaysTTL) XXX_Merge(src proto.Message)

func (*TLUserSetAccountDaysTTL) XXX_Size

func (m *TLUserSetAccountDaysTTL) XXX_Size() int

func (*TLUserSetAccountDaysTTL) XXX_Unmarshal

func (m *TLUserSetAccountDaysTTL) XXX_Unmarshal(b []byte) error

type TLUserSetBotCommands

type TLUserSetBotCommands struct {
	Constructor          TLConstructor         `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64                 `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	BotId                int64                 `protobuf:"varint,4,opt,name=bot_id,json=botId,proto3" json:"bot_id,omitempty"`
	Commands             []*mtproto.BotCommand `protobuf:"bytes,5,rep,name=commands,proto3" json:"commands,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserSetBotCommands) CalcByteSize

func (m *TLUserSetBotCommands) CalcByteSize(layer int32) int

func (*TLUserSetBotCommands) DebugString

func (m *TLUserSetBotCommands) DebugString() string

func (*TLUserSetBotCommands) Decode

func (m *TLUserSetBotCommands) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserSetBotCommands) Descriptor

func (*TLUserSetBotCommands) Descriptor() ([]byte, []int)

func (*TLUserSetBotCommands) Encode

func (m *TLUserSetBotCommands) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserSetBotCommands) GetBotId

func (m *TLUserSetBotCommands) GetBotId() int64

func (*TLUserSetBotCommands) GetCommands

func (m *TLUserSetBotCommands) GetCommands() []*mtproto.BotCommand

func (*TLUserSetBotCommands) GetConstructor

func (m *TLUserSetBotCommands) GetConstructor() TLConstructor

func (*TLUserSetBotCommands) GetUserId

func (m *TLUserSetBotCommands) GetUserId() int64

func (*TLUserSetBotCommands) GoString

func (this *TLUserSetBotCommands) GoString() string

func (*TLUserSetBotCommands) Marshal

func (m *TLUserSetBotCommands) Marshal() (dAtA []byte, err error)

func (*TLUserSetBotCommands) MarshalTo

func (m *TLUserSetBotCommands) MarshalTo(dAtA []byte) (int, error)

func (*TLUserSetBotCommands) MarshalToSizedBuffer

func (m *TLUserSetBotCommands) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserSetBotCommands) ProtoMessage

func (*TLUserSetBotCommands) ProtoMessage()

func (*TLUserSetBotCommands) Reset

func (m *TLUserSetBotCommands) Reset()

func (*TLUserSetBotCommands) Size

func (m *TLUserSetBotCommands) Size() (n int)

func (*TLUserSetBotCommands) String

func (m *TLUserSetBotCommands) String() string

func (*TLUserSetBotCommands) Unmarshal

func (m *TLUserSetBotCommands) Unmarshal(dAtA []byte) error

func (*TLUserSetBotCommands) XXX_DiscardUnknown

func (m *TLUserSetBotCommands) XXX_DiscardUnknown()

func (*TLUserSetBotCommands) XXX_Marshal

func (m *TLUserSetBotCommands) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserSetBotCommands) XXX_Merge

func (m *TLUserSetBotCommands) XXX_Merge(src proto.Message)

func (*TLUserSetBotCommands) XXX_Size

func (m *TLUserSetBotCommands) XXX_Size() int

func (*TLUserSetBotCommands) XXX_Unmarshal

func (m *TLUserSetBotCommands) XXX_Unmarshal(b []byte) error

type TLUserSetContactSignUpNotification

type TLUserSetContactSignUpNotification struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Silent               *mtproto.Bool `protobuf:"bytes,4,opt,name=silent,proto3" json:"silent,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserSetContactSignUpNotification) CalcByteSize

func (m *TLUserSetContactSignUpNotification) CalcByteSize(layer int32) int

func (*TLUserSetContactSignUpNotification) DebugString

func (m *TLUserSetContactSignUpNotification) DebugString() string

func (*TLUserSetContactSignUpNotification) Decode

func (*TLUserSetContactSignUpNotification) Descriptor

func (*TLUserSetContactSignUpNotification) Descriptor() ([]byte, []int)

func (*TLUserSetContactSignUpNotification) Encode

func (*TLUserSetContactSignUpNotification) GetConstructor

func (*TLUserSetContactSignUpNotification) GetSilent

func (*TLUserSetContactSignUpNotification) GetUserId

func (*TLUserSetContactSignUpNotification) GoString

func (this *TLUserSetContactSignUpNotification) GoString() string

func (*TLUserSetContactSignUpNotification) Marshal

func (m *TLUserSetContactSignUpNotification) Marshal() (dAtA []byte, err error)

func (*TLUserSetContactSignUpNotification) MarshalTo

func (m *TLUserSetContactSignUpNotification) MarshalTo(dAtA []byte) (int, error)

func (*TLUserSetContactSignUpNotification) MarshalToSizedBuffer

func (m *TLUserSetContactSignUpNotification) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserSetContactSignUpNotification) ProtoMessage

func (*TLUserSetContactSignUpNotification) ProtoMessage()

func (*TLUserSetContactSignUpNotification) Reset

func (*TLUserSetContactSignUpNotification) Size

func (*TLUserSetContactSignUpNotification) String

func (*TLUserSetContactSignUpNotification) Unmarshal

func (m *TLUserSetContactSignUpNotification) Unmarshal(dAtA []byte) error

func (*TLUserSetContactSignUpNotification) XXX_DiscardUnknown

func (m *TLUserSetContactSignUpNotification) XXX_DiscardUnknown()

func (*TLUserSetContactSignUpNotification) XXX_Marshal

func (m *TLUserSetContactSignUpNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserSetContactSignUpNotification) XXX_Merge

func (*TLUserSetContactSignUpNotification) XXX_Size

func (*TLUserSetContactSignUpNotification) XXX_Unmarshal

func (m *TLUserSetContactSignUpNotification) XXX_Unmarshal(b []byte) error

type TLUserSetContentSettings

type TLUserSetContentSettings struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	SensitiveEnabled     bool          `protobuf:"varint,4,opt,name=sensitive_enabled,json=sensitiveEnabled,proto3" json:"sensitive_enabled,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserSetContentSettings) CalcByteSize

func (m *TLUserSetContentSettings) CalcByteSize(layer int32) int

func (*TLUserSetContentSettings) DebugString

func (m *TLUserSetContentSettings) DebugString() string

func (*TLUserSetContentSettings) Decode

func (*TLUserSetContentSettings) Descriptor

func (*TLUserSetContentSettings) Descriptor() ([]byte, []int)

func (*TLUserSetContentSettings) Encode

func (m *TLUserSetContentSettings) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserSetContentSettings) GetConstructor

func (m *TLUserSetContentSettings) GetConstructor() TLConstructor

func (*TLUserSetContentSettings) GetSensitiveEnabled

func (m *TLUserSetContentSettings) GetSensitiveEnabled() bool

func (*TLUserSetContentSettings) GetUserId

func (m *TLUserSetContentSettings) GetUserId() int64

func (*TLUserSetContentSettings) GoString

func (this *TLUserSetContentSettings) GoString() string

func (*TLUserSetContentSettings) Marshal

func (m *TLUserSetContentSettings) Marshal() (dAtA []byte, err error)

func (*TLUserSetContentSettings) MarshalTo

func (m *TLUserSetContentSettings) MarshalTo(dAtA []byte) (int, error)

func (*TLUserSetContentSettings) MarshalToSizedBuffer

func (m *TLUserSetContentSettings) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserSetContentSettings) ProtoMessage

func (*TLUserSetContentSettings) ProtoMessage()

func (*TLUserSetContentSettings) Reset

func (m *TLUserSetContentSettings) Reset()

func (*TLUserSetContentSettings) Size

func (m *TLUserSetContentSettings) Size() (n int)

func (*TLUserSetContentSettings) String

func (m *TLUserSetContentSettings) String() string

func (*TLUserSetContentSettings) Unmarshal

func (m *TLUserSetContentSettings) Unmarshal(dAtA []byte) error

func (*TLUserSetContentSettings) XXX_DiscardUnknown

func (m *TLUserSetContentSettings) XXX_DiscardUnknown()

func (*TLUserSetContentSettings) XXX_Marshal

func (m *TLUserSetContentSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserSetContentSettings) XXX_Merge

func (m *TLUserSetContentSettings) XXX_Merge(src proto.Message)

func (*TLUserSetContentSettings) XXX_Size

func (m *TLUserSetContentSettings) XXX_Size() int

func (*TLUserSetContentSettings) XXX_Unmarshal

func (m *TLUserSetContentSettings) XXX_Unmarshal(b []byte) error

type TLUserSetGlobalPrivacySettings

type TLUserSetGlobalPrivacySettings struct {
	Constructor          TLConstructor                  `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64                          `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Settings             *mtproto.GlobalPrivacySettings `protobuf:"bytes,4,opt,name=settings,proto3" json:"settings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserSetGlobalPrivacySettings) CalcByteSize

func (m *TLUserSetGlobalPrivacySettings) CalcByteSize(layer int32) int

func (*TLUserSetGlobalPrivacySettings) DebugString

func (m *TLUserSetGlobalPrivacySettings) DebugString() string

func (*TLUserSetGlobalPrivacySettings) Decode

func (*TLUserSetGlobalPrivacySettings) Descriptor

func (*TLUserSetGlobalPrivacySettings) Descriptor() ([]byte, []int)

func (*TLUserSetGlobalPrivacySettings) Encode

func (*TLUserSetGlobalPrivacySettings) GetConstructor

func (m *TLUserSetGlobalPrivacySettings) GetConstructor() TLConstructor

func (*TLUserSetGlobalPrivacySettings) GetSettings

func (*TLUserSetGlobalPrivacySettings) GetUserId

func (m *TLUserSetGlobalPrivacySettings) GetUserId() int64

func (*TLUserSetGlobalPrivacySettings) GoString

func (this *TLUserSetGlobalPrivacySettings) GoString() string

func (*TLUserSetGlobalPrivacySettings) Marshal

func (m *TLUserSetGlobalPrivacySettings) Marshal() (dAtA []byte, err error)

func (*TLUserSetGlobalPrivacySettings) MarshalTo

func (m *TLUserSetGlobalPrivacySettings) MarshalTo(dAtA []byte) (int, error)

func (*TLUserSetGlobalPrivacySettings) MarshalToSizedBuffer

func (m *TLUserSetGlobalPrivacySettings) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserSetGlobalPrivacySettings) ProtoMessage

func (*TLUserSetGlobalPrivacySettings) ProtoMessage()

func (*TLUserSetGlobalPrivacySettings) Reset

func (m *TLUserSetGlobalPrivacySettings) Reset()

func (*TLUserSetGlobalPrivacySettings) Size

func (m *TLUserSetGlobalPrivacySettings) Size() (n int)

func (*TLUserSetGlobalPrivacySettings) String

func (*TLUserSetGlobalPrivacySettings) Unmarshal

func (m *TLUserSetGlobalPrivacySettings) Unmarshal(dAtA []byte) error

func (*TLUserSetGlobalPrivacySettings) XXX_DiscardUnknown

func (m *TLUserSetGlobalPrivacySettings) XXX_DiscardUnknown()

func (*TLUserSetGlobalPrivacySettings) XXX_Marshal

func (m *TLUserSetGlobalPrivacySettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserSetGlobalPrivacySettings) XXX_Merge

func (m *TLUserSetGlobalPrivacySettings) XXX_Merge(src proto.Message)

func (*TLUserSetGlobalPrivacySettings) XXX_Size

func (m *TLUserSetGlobalPrivacySettings) XXX_Size() int

func (*TLUserSetGlobalPrivacySettings) XXX_Unmarshal

func (m *TLUserSetGlobalPrivacySettings) XXX_Unmarshal(b []byte) error

type TLUserSetNotifySettings

type TLUserSetNotifySettings struct {
	Constructor          TLConstructor               `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64                       `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	PeerType             int32                       `protobuf:"varint,4,opt,name=peer_type,json=peerType,proto3" json:"peer_type,omitempty"`
	PeerId               int64                       `protobuf:"varint,5,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	Settings             *mtproto.PeerNotifySettings `protobuf:"bytes,6,opt,name=settings,proto3" json:"settings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserSetNotifySettings) CalcByteSize

func (m *TLUserSetNotifySettings) CalcByteSize(layer int32) int

func (*TLUserSetNotifySettings) DebugString

func (m *TLUserSetNotifySettings) DebugString() string

func (*TLUserSetNotifySettings) Decode

func (*TLUserSetNotifySettings) Descriptor

func (*TLUserSetNotifySettings) Descriptor() ([]byte, []int)

func (*TLUserSetNotifySettings) Encode

func (m *TLUserSetNotifySettings) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserSetNotifySettings) GetConstructor

func (m *TLUserSetNotifySettings) GetConstructor() TLConstructor

func (*TLUserSetNotifySettings) GetPeerId

func (m *TLUserSetNotifySettings) GetPeerId() int64

func (*TLUserSetNotifySettings) GetPeerType

func (m *TLUserSetNotifySettings) GetPeerType() int32

func (*TLUserSetNotifySettings) GetSettings

func (*TLUserSetNotifySettings) GetUserId

func (m *TLUserSetNotifySettings) GetUserId() int64

func (*TLUserSetNotifySettings) GoString

func (this *TLUserSetNotifySettings) GoString() string

func (*TLUserSetNotifySettings) Marshal

func (m *TLUserSetNotifySettings) Marshal() (dAtA []byte, err error)

func (*TLUserSetNotifySettings) MarshalTo

func (m *TLUserSetNotifySettings) MarshalTo(dAtA []byte) (int, error)

func (*TLUserSetNotifySettings) MarshalToSizedBuffer

func (m *TLUserSetNotifySettings) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserSetNotifySettings) ProtoMessage

func (*TLUserSetNotifySettings) ProtoMessage()

func (*TLUserSetNotifySettings) Reset

func (m *TLUserSetNotifySettings) Reset()

func (*TLUserSetNotifySettings) Size

func (m *TLUserSetNotifySettings) Size() (n int)

func (*TLUserSetNotifySettings) String

func (m *TLUserSetNotifySettings) String() string

func (*TLUserSetNotifySettings) Unmarshal

func (m *TLUserSetNotifySettings) Unmarshal(dAtA []byte) error

func (*TLUserSetNotifySettings) XXX_DiscardUnknown

func (m *TLUserSetNotifySettings) XXX_DiscardUnknown()

func (*TLUserSetNotifySettings) XXX_Marshal

func (m *TLUserSetNotifySettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserSetNotifySettings) XXX_Merge

func (m *TLUserSetNotifySettings) XXX_Merge(src proto.Message)

func (*TLUserSetNotifySettings) XXX_Size

func (m *TLUserSetNotifySettings) XXX_Size() int

func (*TLUserSetNotifySettings) XXX_Unmarshal

func (m *TLUserSetNotifySettings) XXX_Unmarshal(b []byte) error

type TLUserSetPrivacy

type TLUserSetPrivacy struct {
	Constructor          TLConstructor          `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64                  `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	KeyType              int32                  `protobuf:"varint,4,opt,name=key_type,json=keyType,proto3" json:"key_type,omitempty"`
	Rules                []*mtproto.PrivacyRule `protobuf:"bytes,5,rep,name=rules,proto3" json:"rules,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserSetPrivacy) CalcByteSize

func (m *TLUserSetPrivacy) CalcByteSize(layer int32) int

func (*TLUserSetPrivacy) DebugString

func (m *TLUserSetPrivacy) DebugString() string

func (*TLUserSetPrivacy) Decode

func (m *TLUserSetPrivacy) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserSetPrivacy) Descriptor

func (*TLUserSetPrivacy) Descriptor() ([]byte, []int)

func (*TLUserSetPrivacy) Encode

func (m *TLUserSetPrivacy) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserSetPrivacy) GetConstructor

func (m *TLUserSetPrivacy) GetConstructor() TLConstructor

func (*TLUserSetPrivacy) GetKeyType

func (m *TLUserSetPrivacy) GetKeyType() int32

func (*TLUserSetPrivacy) GetRules

func (m *TLUserSetPrivacy) GetRules() []*mtproto.PrivacyRule

func (*TLUserSetPrivacy) GetUserId

func (m *TLUserSetPrivacy) GetUserId() int64

func (*TLUserSetPrivacy) GoString

func (this *TLUserSetPrivacy) GoString() string

func (*TLUserSetPrivacy) Marshal

func (m *TLUserSetPrivacy) Marshal() (dAtA []byte, err error)

func (*TLUserSetPrivacy) MarshalTo

func (m *TLUserSetPrivacy) MarshalTo(dAtA []byte) (int, error)

func (*TLUserSetPrivacy) MarshalToSizedBuffer

func (m *TLUserSetPrivacy) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserSetPrivacy) ProtoMessage

func (*TLUserSetPrivacy) ProtoMessage()

func (*TLUserSetPrivacy) Reset

func (m *TLUserSetPrivacy) Reset()

func (*TLUserSetPrivacy) Size

func (m *TLUserSetPrivacy) Size() (n int)

func (*TLUserSetPrivacy) String

func (m *TLUserSetPrivacy) String() string

func (*TLUserSetPrivacy) Unmarshal

func (m *TLUserSetPrivacy) Unmarshal(dAtA []byte) error

func (*TLUserSetPrivacy) XXX_DiscardUnknown

func (m *TLUserSetPrivacy) XXX_DiscardUnknown()

func (*TLUserSetPrivacy) XXX_Marshal

func (m *TLUserSetPrivacy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserSetPrivacy) XXX_Merge

func (m *TLUserSetPrivacy) XXX_Merge(src proto.Message)

func (*TLUserSetPrivacy) XXX_Size

func (m *TLUserSetPrivacy) XXX_Size() int

func (*TLUserSetPrivacy) XXX_Unmarshal

func (m *TLUserSetPrivacy) XXX_Unmarshal(b []byte) error

type TLUserUnBlockPeer

type TLUserUnBlockPeer struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	PeerType             int32         `protobuf:"varint,4,opt,name=peer_type,json=peerType,proto3" json:"peer_type,omitempty"`
	PeerId               int64         `protobuf:"varint,5,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserUnBlockPeer) CalcByteSize

func (m *TLUserUnBlockPeer) CalcByteSize(layer int32) int

func (*TLUserUnBlockPeer) DebugString

func (m *TLUserUnBlockPeer) DebugString() string

func (*TLUserUnBlockPeer) Decode

func (m *TLUserUnBlockPeer) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserUnBlockPeer) Descriptor

func (*TLUserUnBlockPeer) Descriptor() ([]byte, []int)

func (*TLUserUnBlockPeer) Encode

func (m *TLUserUnBlockPeer) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserUnBlockPeer) GetConstructor

func (m *TLUserUnBlockPeer) GetConstructor() TLConstructor

func (*TLUserUnBlockPeer) GetPeerId

func (m *TLUserUnBlockPeer) GetPeerId() int64

func (*TLUserUnBlockPeer) GetPeerType

func (m *TLUserUnBlockPeer) GetPeerType() int32

func (*TLUserUnBlockPeer) GetUserId

func (m *TLUserUnBlockPeer) GetUserId() int64

func (*TLUserUnBlockPeer) GoString

func (this *TLUserUnBlockPeer) GoString() string

func (*TLUserUnBlockPeer) Marshal

func (m *TLUserUnBlockPeer) Marshal() (dAtA []byte, err error)

func (*TLUserUnBlockPeer) MarshalTo

func (m *TLUserUnBlockPeer) MarshalTo(dAtA []byte) (int, error)

func (*TLUserUnBlockPeer) MarshalToSizedBuffer

func (m *TLUserUnBlockPeer) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserUnBlockPeer) ProtoMessage

func (*TLUserUnBlockPeer) ProtoMessage()

func (*TLUserUnBlockPeer) Reset

func (m *TLUserUnBlockPeer) Reset()

func (*TLUserUnBlockPeer) Size

func (m *TLUserUnBlockPeer) Size() (n int)

func (*TLUserUnBlockPeer) String

func (m *TLUserUnBlockPeer) String() string

func (*TLUserUnBlockPeer) Unmarshal

func (m *TLUserUnBlockPeer) Unmarshal(dAtA []byte) error

func (*TLUserUnBlockPeer) XXX_DiscardUnknown

func (m *TLUserUnBlockPeer) XXX_DiscardUnknown()

func (*TLUserUnBlockPeer) XXX_Marshal

func (m *TLUserUnBlockPeer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserUnBlockPeer) XXX_Merge

func (m *TLUserUnBlockPeer) XXX_Merge(src proto.Message)

func (*TLUserUnBlockPeer) XXX_Size

func (m *TLUserUnBlockPeer) XXX_Size() int

func (*TLUserUnBlockPeer) XXX_Unmarshal

func (m *TLUserUnBlockPeer) XXX_Unmarshal(b []byte) error

type TLUserUpdateAbout

type TLUserUpdateAbout struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	About                string        `protobuf:"bytes,4,opt,name=about,proto3" json:"about,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserUpdateAbout) CalcByteSize

func (m *TLUserUpdateAbout) CalcByteSize(layer int32) int

func (*TLUserUpdateAbout) DebugString

func (m *TLUserUpdateAbout) DebugString() string

func (*TLUserUpdateAbout) Decode

func (m *TLUserUpdateAbout) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserUpdateAbout) Descriptor

func (*TLUserUpdateAbout) Descriptor() ([]byte, []int)

func (*TLUserUpdateAbout) Encode

func (m *TLUserUpdateAbout) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserUpdateAbout) GetAbout

func (m *TLUserUpdateAbout) GetAbout() string

func (*TLUserUpdateAbout) GetConstructor

func (m *TLUserUpdateAbout) GetConstructor() TLConstructor

func (*TLUserUpdateAbout) GetUserId

func (m *TLUserUpdateAbout) GetUserId() int64

func (*TLUserUpdateAbout) GoString

func (this *TLUserUpdateAbout) GoString() string

func (*TLUserUpdateAbout) Marshal

func (m *TLUserUpdateAbout) Marshal() (dAtA []byte, err error)

func (*TLUserUpdateAbout) MarshalTo

func (m *TLUserUpdateAbout) MarshalTo(dAtA []byte) (int, error)

func (*TLUserUpdateAbout) MarshalToSizedBuffer

func (m *TLUserUpdateAbout) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserUpdateAbout) ProtoMessage

func (*TLUserUpdateAbout) ProtoMessage()

func (*TLUserUpdateAbout) Reset

func (m *TLUserUpdateAbout) Reset()

func (*TLUserUpdateAbout) Size

func (m *TLUserUpdateAbout) Size() (n int)

func (*TLUserUpdateAbout) String

func (m *TLUserUpdateAbout) String() string

func (*TLUserUpdateAbout) Unmarshal

func (m *TLUserUpdateAbout) Unmarshal(dAtA []byte) error

func (*TLUserUpdateAbout) XXX_DiscardUnknown

func (m *TLUserUpdateAbout) XXX_DiscardUnknown()

func (*TLUserUpdateAbout) XXX_Marshal

func (m *TLUserUpdateAbout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserUpdateAbout) XXX_Merge

func (m *TLUserUpdateAbout) XXX_Merge(src proto.Message)

func (*TLUserUpdateAbout) XXX_Size

func (m *TLUserUpdateAbout) XXX_Size() int

func (*TLUserUpdateAbout) XXX_Unmarshal

func (m *TLUserUpdateAbout) XXX_Unmarshal(b []byte) error

type TLUserUpdateBotData added in v0.90.1

type TLUserUpdateBotData struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	BotId                int64         `protobuf:"varint,3,opt,name=bot_id,json=botId,proto3" json:"bot_id,omitempty"`
	BotChatHistory       *mtproto.Bool `protobuf:"bytes,4,opt,name=bot_chat_history,json=botChatHistory,proto3" json:"bot_chat_history,omitempty"`
	BotNochats           *mtproto.Bool `protobuf:"bytes,5,opt,name=bot_nochats,json=botNochats,proto3" json:"bot_nochats,omitempty"`
	BotInlineGeo         *mtproto.Bool `protobuf:"bytes,6,opt,name=bot_inline_geo,json=botInlineGeo,proto3" json:"bot_inline_geo,omitempty"`
	BotAttachMenu        *mtproto.Bool `protobuf:"bytes,7,opt,name=bot_attach_menu,json=botAttachMenu,proto3" json:"bot_attach_menu,omitempty"`
	BotInlinePlaceholder *mtproto.Bool `protobuf:"bytes,8,opt,name=bot_inline_placeholder,json=botInlinePlaceholder,proto3" json:"bot_inline_placeholder,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserUpdateBotData) CalcByteSize added in v0.90.1

func (m *TLUserUpdateBotData) CalcByteSize(layer int32) int

func (*TLUserUpdateBotData) DebugString added in v0.90.1

func (m *TLUserUpdateBotData) DebugString() string

func (*TLUserUpdateBotData) Decode added in v0.90.1

func (m *TLUserUpdateBotData) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserUpdateBotData) Descriptor added in v0.90.1

func (*TLUserUpdateBotData) Descriptor() ([]byte, []int)

func (*TLUserUpdateBotData) Encode added in v0.90.1

func (m *TLUserUpdateBotData) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserUpdateBotData) GetBotAttachMenu added in v0.90.1

func (m *TLUserUpdateBotData) GetBotAttachMenu() *mtproto.Bool

func (*TLUserUpdateBotData) GetBotChatHistory added in v0.90.1

func (m *TLUserUpdateBotData) GetBotChatHistory() *mtproto.Bool

func (*TLUserUpdateBotData) GetBotId added in v0.90.1

func (m *TLUserUpdateBotData) GetBotId() int64

func (*TLUserUpdateBotData) GetBotInlineGeo added in v0.90.1

func (m *TLUserUpdateBotData) GetBotInlineGeo() *mtproto.Bool

func (*TLUserUpdateBotData) GetBotInlinePlaceholder added in v0.90.1

func (m *TLUserUpdateBotData) GetBotInlinePlaceholder() *mtproto.Bool

func (*TLUserUpdateBotData) GetBotNochats added in v0.90.1

func (m *TLUserUpdateBotData) GetBotNochats() *mtproto.Bool

func (*TLUserUpdateBotData) GetConstructor added in v0.90.1

func (m *TLUserUpdateBotData) GetConstructor() TLConstructor

func (*TLUserUpdateBotData) GoString added in v0.90.1

func (this *TLUserUpdateBotData) GoString() string

func (*TLUserUpdateBotData) Marshal added in v0.90.1

func (m *TLUserUpdateBotData) Marshal() (dAtA []byte, err error)

func (*TLUserUpdateBotData) MarshalTo added in v0.90.1

func (m *TLUserUpdateBotData) MarshalTo(dAtA []byte) (int, error)

func (*TLUserUpdateBotData) MarshalToSizedBuffer added in v0.90.1

func (m *TLUserUpdateBotData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserUpdateBotData) ProtoMessage added in v0.90.1

func (*TLUserUpdateBotData) ProtoMessage()

func (*TLUserUpdateBotData) Reset added in v0.90.1

func (m *TLUserUpdateBotData) Reset()

func (*TLUserUpdateBotData) Size added in v0.90.1

func (m *TLUserUpdateBotData) Size() (n int)

func (*TLUserUpdateBotData) String added in v0.90.1

func (m *TLUserUpdateBotData) String() string

func (*TLUserUpdateBotData) Unmarshal added in v0.90.1

func (m *TLUserUpdateBotData) Unmarshal(dAtA []byte) error

func (*TLUserUpdateBotData) XXX_DiscardUnknown added in v0.90.1

func (m *TLUserUpdateBotData) XXX_DiscardUnknown()

func (*TLUserUpdateBotData) XXX_Marshal added in v0.90.1

func (m *TLUserUpdateBotData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserUpdateBotData) XXX_Merge added in v0.90.1

func (m *TLUserUpdateBotData) XXX_Merge(src proto.Message)

func (*TLUserUpdateBotData) XXX_Size added in v0.90.1

func (m *TLUserUpdateBotData) XXX_Size() int

func (*TLUserUpdateBotData) XXX_Unmarshal added in v0.90.1

func (m *TLUserUpdateBotData) XXX_Unmarshal(b []byte) error

type TLUserUpdateEmojiStatus added in v0.90.0

type TLUserUpdateEmojiStatus struct {
	Constructor           TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId                int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	EmojiStatusDocumentId int64         `` /* 129-byte string literal not displayed */
	EmojiStatusUntil      int32         `protobuf:"varint,5,opt,name=emoji_status_until,json=emojiStatusUntil,proto3" json:"emoji_status_until,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}      `json:"-"`
	XXX_unrecognized      []byte        `json:"-"`
	XXX_sizecache         int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserUpdateEmojiStatus) CalcByteSize added in v0.90.0

func (m *TLUserUpdateEmojiStatus) CalcByteSize(layer int32) int

func (*TLUserUpdateEmojiStatus) DebugString added in v0.90.0

func (m *TLUserUpdateEmojiStatus) DebugString() string

func (*TLUserUpdateEmojiStatus) Decode added in v0.90.0

func (*TLUserUpdateEmojiStatus) Descriptor added in v0.90.0

func (*TLUserUpdateEmojiStatus) Descriptor() ([]byte, []int)

func (*TLUserUpdateEmojiStatus) Encode added in v0.90.0

func (m *TLUserUpdateEmojiStatus) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserUpdateEmojiStatus) GetConstructor added in v0.90.0

func (m *TLUserUpdateEmojiStatus) GetConstructor() TLConstructor

func (*TLUserUpdateEmojiStatus) GetEmojiStatusDocumentId added in v0.90.0

func (m *TLUserUpdateEmojiStatus) GetEmojiStatusDocumentId() int64

func (*TLUserUpdateEmojiStatus) GetEmojiStatusUntil added in v0.90.0

func (m *TLUserUpdateEmojiStatus) GetEmojiStatusUntil() int32

func (*TLUserUpdateEmojiStatus) GetUserId added in v0.90.0

func (m *TLUserUpdateEmojiStatus) GetUserId() int64

func (*TLUserUpdateEmojiStatus) GoString added in v0.90.0

func (this *TLUserUpdateEmojiStatus) GoString() string

func (*TLUserUpdateEmojiStatus) Marshal added in v0.90.0

func (m *TLUserUpdateEmojiStatus) Marshal() (dAtA []byte, err error)

func (*TLUserUpdateEmojiStatus) MarshalTo added in v0.90.0

func (m *TLUserUpdateEmojiStatus) MarshalTo(dAtA []byte) (int, error)

func (*TLUserUpdateEmojiStatus) MarshalToSizedBuffer added in v0.90.0

func (m *TLUserUpdateEmojiStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserUpdateEmojiStatus) ProtoMessage added in v0.90.0

func (*TLUserUpdateEmojiStatus) ProtoMessage()

func (*TLUserUpdateEmojiStatus) Reset added in v0.90.0

func (m *TLUserUpdateEmojiStatus) Reset()

func (*TLUserUpdateEmojiStatus) Size added in v0.90.0

func (m *TLUserUpdateEmojiStatus) Size() (n int)

func (*TLUserUpdateEmojiStatus) String added in v0.90.0

func (m *TLUserUpdateEmojiStatus) String() string

func (*TLUserUpdateEmojiStatus) Unmarshal added in v0.90.0

func (m *TLUserUpdateEmojiStatus) Unmarshal(dAtA []byte) error

func (*TLUserUpdateEmojiStatus) XXX_DiscardUnknown added in v0.90.0

func (m *TLUserUpdateEmojiStatus) XXX_DiscardUnknown()

func (*TLUserUpdateEmojiStatus) XXX_Marshal added in v0.90.0

func (m *TLUserUpdateEmojiStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserUpdateEmojiStatus) XXX_Merge added in v0.90.0

func (m *TLUserUpdateEmojiStatus) XXX_Merge(src proto.Message)

func (*TLUserUpdateEmojiStatus) XXX_Size added in v0.90.0

func (m *TLUserUpdateEmojiStatus) XXX_Size() int

func (*TLUserUpdateEmojiStatus) XXX_Unmarshal added in v0.90.0

func (m *TLUserUpdateEmojiStatus) XXX_Unmarshal(b []byte) error

type TLUserUpdateFirstAndLastName

type TLUserUpdateFirstAndLastName struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	FirstName            string        `protobuf:"bytes,4,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName             string        `protobuf:"bytes,5,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserUpdateFirstAndLastName) CalcByteSize

func (m *TLUserUpdateFirstAndLastName) CalcByteSize(layer int32) int

func (*TLUserUpdateFirstAndLastName) DebugString

func (m *TLUserUpdateFirstAndLastName) DebugString() string

func (*TLUserUpdateFirstAndLastName) Decode

func (*TLUserUpdateFirstAndLastName) Descriptor

func (*TLUserUpdateFirstAndLastName) Descriptor() ([]byte, []int)

func (*TLUserUpdateFirstAndLastName) Encode

func (*TLUserUpdateFirstAndLastName) GetConstructor

func (m *TLUserUpdateFirstAndLastName) GetConstructor() TLConstructor

func (*TLUserUpdateFirstAndLastName) GetFirstName

func (m *TLUserUpdateFirstAndLastName) GetFirstName() string

func (*TLUserUpdateFirstAndLastName) GetLastName

func (m *TLUserUpdateFirstAndLastName) GetLastName() string

func (*TLUserUpdateFirstAndLastName) GetUserId

func (m *TLUserUpdateFirstAndLastName) GetUserId() int64

func (*TLUserUpdateFirstAndLastName) GoString

func (this *TLUserUpdateFirstAndLastName) GoString() string

func (*TLUserUpdateFirstAndLastName) Marshal

func (m *TLUserUpdateFirstAndLastName) Marshal() (dAtA []byte, err error)

func (*TLUserUpdateFirstAndLastName) MarshalTo

func (m *TLUserUpdateFirstAndLastName) MarshalTo(dAtA []byte) (int, error)

func (*TLUserUpdateFirstAndLastName) MarshalToSizedBuffer

func (m *TLUserUpdateFirstAndLastName) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserUpdateFirstAndLastName) ProtoMessage

func (*TLUserUpdateFirstAndLastName) ProtoMessage()

func (*TLUserUpdateFirstAndLastName) Reset

func (m *TLUserUpdateFirstAndLastName) Reset()

func (*TLUserUpdateFirstAndLastName) Size

func (m *TLUserUpdateFirstAndLastName) Size() (n int)

func (*TLUserUpdateFirstAndLastName) String

func (*TLUserUpdateFirstAndLastName) Unmarshal

func (m *TLUserUpdateFirstAndLastName) Unmarshal(dAtA []byte) error

func (*TLUserUpdateFirstAndLastName) XXX_DiscardUnknown

func (m *TLUserUpdateFirstAndLastName) XXX_DiscardUnknown()

func (*TLUserUpdateFirstAndLastName) XXX_Marshal

func (m *TLUserUpdateFirstAndLastName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserUpdateFirstAndLastName) XXX_Merge

func (m *TLUserUpdateFirstAndLastName) XXX_Merge(src proto.Message)

func (*TLUserUpdateFirstAndLastName) XXX_Size

func (m *TLUserUpdateFirstAndLastName) XXX_Size() int

func (*TLUserUpdateFirstAndLastName) XXX_Unmarshal

func (m *TLUserUpdateFirstAndLastName) XXX_Unmarshal(b []byte) error

type TLUserUpdateLastSeen

type TLUserUpdateLastSeen struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Id                   int64         `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
	LastSeenAt           int64         `protobuf:"varint,4,opt,name=last_seen_at,json=lastSeenAt,proto3" json:"last_seen_at,omitempty"`
	Expires              int32         `protobuf:"varint,5,opt,name=expires,proto3" json:"expires,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserUpdateLastSeen) CalcByteSize

func (m *TLUserUpdateLastSeen) CalcByteSize(layer int32) int

func (*TLUserUpdateLastSeen) DebugString

func (m *TLUserUpdateLastSeen) DebugString() string

func (*TLUserUpdateLastSeen) Decode

func (m *TLUserUpdateLastSeen) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserUpdateLastSeen) Descriptor

func (*TLUserUpdateLastSeen) Descriptor() ([]byte, []int)

func (*TLUserUpdateLastSeen) Encode

func (m *TLUserUpdateLastSeen) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserUpdateLastSeen) GetConstructor

func (m *TLUserUpdateLastSeen) GetConstructor() TLConstructor

func (*TLUserUpdateLastSeen) GetExpires added in v0.87.3

func (m *TLUserUpdateLastSeen) GetExpires() int32

func (*TLUserUpdateLastSeen) GetId

func (m *TLUserUpdateLastSeen) GetId() int64

func (*TLUserUpdateLastSeen) GetLastSeenAt

func (m *TLUserUpdateLastSeen) GetLastSeenAt() int64

func (*TLUserUpdateLastSeen) GoString

func (this *TLUserUpdateLastSeen) GoString() string

func (*TLUserUpdateLastSeen) Marshal

func (m *TLUserUpdateLastSeen) Marshal() (dAtA []byte, err error)

func (*TLUserUpdateLastSeen) MarshalTo

func (m *TLUserUpdateLastSeen) MarshalTo(dAtA []byte) (int, error)

func (*TLUserUpdateLastSeen) MarshalToSizedBuffer

func (m *TLUserUpdateLastSeen) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserUpdateLastSeen) ProtoMessage

func (*TLUserUpdateLastSeen) ProtoMessage()

func (*TLUserUpdateLastSeen) Reset

func (m *TLUserUpdateLastSeen) Reset()

func (*TLUserUpdateLastSeen) Size

func (m *TLUserUpdateLastSeen) Size() (n int)

func (*TLUserUpdateLastSeen) String

func (m *TLUserUpdateLastSeen) String() string

func (*TLUserUpdateLastSeen) Unmarshal

func (m *TLUserUpdateLastSeen) Unmarshal(dAtA []byte) error

func (*TLUserUpdateLastSeen) XXX_DiscardUnknown

func (m *TLUserUpdateLastSeen) XXX_DiscardUnknown()

func (*TLUserUpdateLastSeen) XXX_Marshal

func (m *TLUserUpdateLastSeen) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserUpdateLastSeen) XXX_Merge

func (m *TLUserUpdateLastSeen) XXX_Merge(src proto.Message)

func (*TLUserUpdateLastSeen) XXX_Size

func (m *TLUserUpdateLastSeen) XXX_Size() int

func (*TLUserUpdateLastSeen) XXX_Unmarshal

func (m *TLUserUpdateLastSeen) XXX_Unmarshal(b []byte) error

type TLUserUpdatePredefinedCode

type TLUserUpdatePredefinedCode struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Phone                string        `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone,omitempty"`
	Code                 string        `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserUpdatePredefinedCode) CalcByteSize

func (m *TLUserUpdatePredefinedCode) CalcByteSize(layer int32) int

func (*TLUserUpdatePredefinedCode) DebugString

func (m *TLUserUpdatePredefinedCode) DebugString() string

func (*TLUserUpdatePredefinedCode) Decode

func (*TLUserUpdatePredefinedCode) Descriptor

func (*TLUserUpdatePredefinedCode) Descriptor() ([]byte, []int)

func (*TLUserUpdatePredefinedCode) Encode

func (*TLUserUpdatePredefinedCode) GetCode

func (m *TLUserUpdatePredefinedCode) GetCode() string

func (*TLUserUpdatePredefinedCode) GetConstructor

func (m *TLUserUpdatePredefinedCode) GetConstructor() TLConstructor

func (*TLUserUpdatePredefinedCode) GetPhone

func (m *TLUserUpdatePredefinedCode) GetPhone() string

func (*TLUserUpdatePredefinedCode) GoString

func (this *TLUserUpdatePredefinedCode) GoString() string

func (*TLUserUpdatePredefinedCode) Marshal

func (m *TLUserUpdatePredefinedCode) Marshal() (dAtA []byte, err error)

func (*TLUserUpdatePredefinedCode) MarshalTo

func (m *TLUserUpdatePredefinedCode) MarshalTo(dAtA []byte) (int, error)

func (*TLUserUpdatePredefinedCode) MarshalToSizedBuffer

func (m *TLUserUpdatePredefinedCode) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserUpdatePredefinedCode) ProtoMessage

func (*TLUserUpdatePredefinedCode) ProtoMessage()

func (*TLUserUpdatePredefinedCode) Reset

func (m *TLUserUpdatePredefinedCode) Reset()

func (*TLUserUpdatePredefinedCode) Size

func (m *TLUserUpdatePredefinedCode) Size() (n int)

func (*TLUserUpdatePredefinedCode) String

func (m *TLUserUpdatePredefinedCode) String() string

func (*TLUserUpdatePredefinedCode) Unmarshal

func (m *TLUserUpdatePredefinedCode) Unmarshal(dAtA []byte) error

func (*TLUserUpdatePredefinedCode) XXX_DiscardUnknown

func (m *TLUserUpdatePredefinedCode) XXX_DiscardUnknown()

func (*TLUserUpdatePredefinedCode) XXX_Marshal

func (m *TLUserUpdatePredefinedCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserUpdatePredefinedCode) XXX_Merge

func (m *TLUserUpdatePredefinedCode) XXX_Merge(src proto.Message)

func (*TLUserUpdatePredefinedCode) XXX_Size

func (m *TLUserUpdatePredefinedCode) XXX_Size() int

func (*TLUserUpdatePredefinedCode) XXX_Unmarshal

func (m *TLUserUpdatePredefinedCode) XXX_Unmarshal(b []byte) error

type TLUserUpdatePredefinedFirstAndLastName

type TLUserUpdatePredefinedFirstAndLastName struct {
	Constructor          TLConstructor      `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Phone                string             `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone,omitempty"`
	FirstName            string             `protobuf:"bytes,4,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName             *types.StringValue `protobuf:"bytes,5,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserUpdatePredefinedFirstAndLastName) CalcByteSize

func (m *TLUserUpdatePredefinedFirstAndLastName) CalcByteSize(layer int32) int

func (*TLUserUpdatePredefinedFirstAndLastName) DebugString

func (*TLUserUpdatePredefinedFirstAndLastName) Decode

func (*TLUserUpdatePredefinedFirstAndLastName) Descriptor

func (*TLUserUpdatePredefinedFirstAndLastName) Descriptor() ([]byte, []int)

func (*TLUserUpdatePredefinedFirstAndLastName) Encode

func (*TLUserUpdatePredefinedFirstAndLastName) GetConstructor

func (*TLUserUpdatePredefinedFirstAndLastName) GetFirstName

func (*TLUserUpdatePredefinedFirstAndLastName) GetLastName

func (*TLUserUpdatePredefinedFirstAndLastName) GetPhone

func (*TLUserUpdatePredefinedFirstAndLastName) GoString

func (*TLUserUpdatePredefinedFirstAndLastName) Marshal

func (m *TLUserUpdatePredefinedFirstAndLastName) Marshal() (dAtA []byte, err error)

func (*TLUserUpdatePredefinedFirstAndLastName) MarshalTo

func (m *TLUserUpdatePredefinedFirstAndLastName) MarshalTo(dAtA []byte) (int, error)

func (*TLUserUpdatePredefinedFirstAndLastName) MarshalToSizedBuffer

func (m *TLUserUpdatePredefinedFirstAndLastName) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserUpdatePredefinedFirstAndLastName) ProtoMessage

func (*TLUserUpdatePredefinedFirstAndLastName) Reset

func (*TLUserUpdatePredefinedFirstAndLastName) Size

func (*TLUserUpdatePredefinedFirstAndLastName) String

func (*TLUserUpdatePredefinedFirstAndLastName) Unmarshal

func (m *TLUserUpdatePredefinedFirstAndLastName) Unmarshal(dAtA []byte) error

func (*TLUserUpdatePredefinedFirstAndLastName) XXX_DiscardUnknown

func (m *TLUserUpdatePredefinedFirstAndLastName) XXX_DiscardUnknown()

func (*TLUserUpdatePredefinedFirstAndLastName) XXX_Marshal

func (m *TLUserUpdatePredefinedFirstAndLastName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserUpdatePredefinedFirstAndLastName) XXX_Merge

func (*TLUserUpdatePredefinedFirstAndLastName) XXX_Size

func (*TLUserUpdatePredefinedFirstAndLastName) XXX_Unmarshal

func (m *TLUserUpdatePredefinedFirstAndLastName) XXX_Unmarshal(b []byte) error

type TLUserUpdatePredefinedUsername

type TLUserUpdatePredefinedUsername struct {
	Constructor          TLConstructor      `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Phone                string             `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone,omitempty"`
	Username             *types.StringValue `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserUpdatePredefinedUsername) CalcByteSize

func (m *TLUserUpdatePredefinedUsername) CalcByteSize(layer int32) int

func (*TLUserUpdatePredefinedUsername) DebugString

func (m *TLUserUpdatePredefinedUsername) DebugString() string

func (*TLUserUpdatePredefinedUsername) Decode

func (*TLUserUpdatePredefinedUsername) Descriptor

func (*TLUserUpdatePredefinedUsername) Descriptor() ([]byte, []int)

func (*TLUserUpdatePredefinedUsername) Encode

func (*TLUserUpdatePredefinedUsername) GetConstructor

func (m *TLUserUpdatePredefinedUsername) GetConstructor() TLConstructor

func (*TLUserUpdatePredefinedUsername) GetPhone

func (m *TLUserUpdatePredefinedUsername) GetPhone() string

func (*TLUserUpdatePredefinedUsername) GetUsername

func (*TLUserUpdatePredefinedUsername) GoString

func (this *TLUserUpdatePredefinedUsername) GoString() string

func (*TLUserUpdatePredefinedUsername) Marshal

func (m *TLUserUpdatePredefinedUsername) Marshal() (dAtA []byte, err error)

func (*TLUserUpdatePredefinedUsername) MarshalTo

func (m *TLUserUpdatePredefinedUsername) MarshalTo(dAtA []byte) (int, error)

func (*TLUserUpdatePredefinedUsername) MarshalToSizedBuffer

func (m *TLUserUpdatePredefinedUsername) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserUpdatePredefinedUsername) ProtoMessage

func (*TLUserUpdatePredefinedUsername) ProtoMessage()

func (*TLUserUpdatePredefinedUsername) Reset

func (m *TLUserUpdatePredefinedUsername) Reset()

func (*TLUserUpdatePredefinedUsername) Size

func (m *TLUserUpdatePredefinedUsername) Size() (n int)

func (*TLUserUpdatePredefinedUsername) String

func (*TLUserUpdatePredefinedUsername) Unmarshal

func (m *TLUserUpdatePredefinedUsername) Unmarshal(dAtA []byte) error

func (*TLUserUpdatePredefinedUsername) XXX_DiscardUnknown

func (m *TLUserUpdatePredefinedUsername) XXX_DiscardUnknown()

func (*TLUserUpdatePredefinedUsername) XXX_Marshal

func (m *TLUserUpdatePredefinedUsername) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserUpdatePredefinedUsername) XXX_Merge

func (m *TLUserUpdatePredefinedUsername) XXX_Merge(src proto.Message)

func (*TLUserUpdatePredefinedUsername) XXX_Size

func (m *TLUserUpdatePredefinedUsername) XXX_Size() int

func (*TLUserUpdatePredefinedUsername) XXX_Unmarshal

func (m *TLUserUpdatePredefinedUsername) XXX_Unmarshal(b []byte) error

type TLUserUpdatePredefinedVerified

type TLUserUpdatePredefinedVerified struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Phone                string        `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone,omitempty"`
	Verified             bool          `protobuf:"varint,4,opt,name=verified,proto3" json:"verified,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserUpdatePredefinedVerified) CalcByteSize

func (m *TLUserUpdatePredefinedVerified) CalcByteSize(layer int32) int

func (*TLUserUpdatePredefinedVerified) DebugString

func (m *TLUserUpdatePredefinedVerified) DebugString() string

func (*TLUserUpdatePredefinedVerified) Decode

func (*TLUserUpdatePredefinedVerified) Descriptor

func (*TLUserUpdatePredefinedVerified) Descriptor() ([]byte, []int)

func (*TLUserUpdatePredefinedVerified) Encode

func (*TLUserUpdatePredefinedVerified) GetConstructor

func (m *TLUserUpdatePredefinedVerified) GetConstructor() TLConstructor

func (*TLUserUpdatePredefinedVerified) GetPhone

func (m *TLUserUpdatePredefinedVerified) GetPhone() string

func (*TLUserUpdatePredefinedVerified) GetVerified

func (m *TLUserUpdatePredefinedVerified) GetVerified() bool

func (*TLUserUpdatePredefinedVerified) GoString

func (this *TLUserUpdatePredefinedVerified) GoString() string

func (*TLUserUpdatePredefinedVerified) Marshal

func (m *TLUserUpdatePredefinedVerified) Marshal() (dAtA []byte, err error)

func (*TLUserUpdatePredefinedVerified) MarshalTo

func (m *TLUserUpdatePredefinedVerified) MarshalTo(dAtA []byte) (int, error)

func (*TLUserUpdatePredefinedVerified) MarshalToSizedBuffer

func (m *TLUserUpdatePredefinedVerified) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserUpdatePredefinedVerified) ProtoMessage

func (*TLUserUpdatePredefinedVerified) ProtoMessage()

func (*TLUserUpdatePredefinedVerified) Reset

func (m *TLUserUpdatePredefinedVerified) Reset()

func (*TLUserUpdatePredefinedVerified) Size

func (m *TLUserUpdatePredefinedVerified) Size() (n int)

func (*TLUserUpdatePredefinedVerified) String

func (*TLUserUpdatePredefinedVerified) Unmarshal

func (m *TLUserUpdatePredefinedVerified) Unmarshal(dAtA []byte) error

func (*TLUserUpdatePredefinedVerified) XXX_DiscardUnknown

func (m *TLUserUpdatePredefinedVerified) XXX_DiscardUnknown()

func (*TLUserUpdatePredefinedVerified) XXX_Marshal

func (m *TLUserUpdatePredefinedVerified) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserUpdatePredefinedVerified) XXX_Merge

func (m *TLUserUpdatePredefinedVerified) XXX_Merge(src proto.Message)

func (*TLUserUpdatePredefinedVerified) XXX_Size

func (m *TLUserUpdatePredefinedVerified) XXX_Size() int

func (*TLUserUpdatePredefinedVerified) XXX_Unmarshal

func (m *TLUserUpdatePredefinedVerified) XXX_Unmarshal(b []byte) error

type TLUserUpdateProfilePhoto

type TLUserUpdateProfilePhoto struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Id                   int64         `protobuf:"varint,4,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserUpdateProfilePhoto) CalcByteSize

func (m *TLUserUpdateProfilePhoto) CalcByteSize(layer int32) int

func (*TLUserUpdateProfilePhoto) DebugString

func (m *TLUserUpdateProfilePhoto) DebugString() string

func (*TLUserUpdateProfilePhoto) Decode

func (*TLUserUpdateProfilePhoto) Descriptor

func (*TLUserUpdateProfilePhoto) Descriptor() ([]byte, []int)

func (*TLUserUpdateProfilePhoto) Encode

func (m *TLUserUpdateProfilePhoto) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserUpdateProfilePhoto) GetConstructor

func (m *TLUserUpdateProfilePhoto) GetConstructor() TLConstructor

func (*TLUserUpdateProfilePhoto) GetId

func (m *TLUserUpdateProfilePhoto) GetId() int64

func (*TLUserUpdateProfilePhoto) GetUserId

func (m *TLUserUpdateProfilePhoto) GetUserId() int64

func (*TLUserUpdateProfilePhoto) GoString

func (this *TLUserUpdateProfilePhoto) GoString() string

func (*TLUserUpdateProfilePhoto) Marshal

func (m *TLUserUpdateProfilePhoto) Marshal() (dAtA []byte, err error)

func (*TLUserUpdateProfilePhoto) MarshalTo

func (m *TLUserUpdateProfilePhoto) MarshalTo(dAtA []byte) (int, error)

func (*TLUserUpdateProfilePhoto) MarshalToSizedBuffer

func (m *TLUserUpdateProfilePhoto) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserUpdateProfilePhoto) ProtoMessage

func (*TLUserUpdateProfilePhoto) ProtoMessage()

func (*TLUserUpdateProfilePhoto) Reset

func (m *TLUserUpdateProfilePhoto) Reset()

func (*TLUserUpdateProfilePhoto) Size

func (m *TLUserUpdateProfilePhoto) Size() (n int)

func (*TLUserUpdateProfilePhoto) String

func (m *TLUserUpdateProfilePhoto) String() string

func (*TLUserUpdateProfilePhoto) Unmarshal

func (m *TLUserUpdateProfilePhoto) Unmarshal(dAtA []byte) error

func (*TLUserUpdateProfilePhoto) XXX_DiscardUnknown

func (m *TLUserUpdateProfilePhoto) XXX_DiscardUnknown()

func (*TLUserUpdateProfilePhoto) XXX_Marshal

func (m *TLUserUpdateProfilePhoto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserUpdateProfilePhoto) XXX_Merge

func (m *TLUserUpdateProfilePhoto) XXX_Merge(src proto.Message)

func (*TLUserUpdateProfilePhoto) XXX_Size

func (m *TLUserUpdateProfilePhoto) XXX_Size() int

func (*TLUserUpdateProfilePhoto) XXX_Unmarshal

func (m *TLUserUpdateProfilePhoto) XXX_Unmarshal(b []byte) error

type TLUserUpdateUsername

type TLUserUpdateUsername struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Username             string        `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserUpdateUsername) CalcByteSize

func (m *TLUserUpdateUsername) CalcByteSize(layer int32) int

func (*TLUserUpdateUsername) DebugString

func (m *TLUserUpdateUsername) DebugString() string

func (*TLUserUpdateUsername) Decode

func (m *TLUserUpdateUsername) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserUpdateUsername) Descriptor

func (*TLUserUpdateUsername) Descriptor() ([]byte, []int)

func (*TLUserUpdateUsername) Encode

func (m *TLUserUpdateUsername) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserUpdateUsername) GetConstructor

func (m *TLUserUpdateUsername) GetConstructor() TLConstructor

func (*TLUserUpdateUsername) GetUserId

func (m *TLUserUpdateUsername) GetUserId() int64

func (*TLUserUpdateUsername) GetUsername

func (m *TLUserUpdateUsername) GetUsername() string

func (*TLUserUpdateUsername) GoString

func (this *TLUserUpdateUsername) GoString() string

func (*TLUserUpdateUsername) Marshal

func (m *TLUserUpdateUsername) Marshal() (dAtA []byte, err error)

func (*TLUserUpdateUsername) MarshalTo

func (m *TLUserUpdateUsername) MarshalTo(dAtA []byte) (int, error)

func (*TLUserUpdateUsername) MarshalToSizedBuffer

func (m *TLUserUpdateUsername) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserUpdateUsername) ProtoMessage

func (*TLUserUpdateUsername) ProtoMessage()

func (*TLUserUpdateUsername) Reset

func (m *TLUserUpdateUsername) Reset()

func (*TLUserUpdateUsername) Size

func (m *TLUserUpdateUsername) Size() (n int)

func (*TLUserUpdateUsername) String

func (m *TLUserUpdateUsername) String() string

func (*TLUserUpdateUsername) Unmarshal

func (m *TLUserUpdateUsername) Unmarshal(dAtA []byte) error

func (*TLUserUpdateUsername) XXX_DiscardUnknown

func (m *TLUserUpdateUsername) XXX_DiscardUnknown()

func (*TLUserUpdateUsername) XXX_Marshal

func (m *TLUserUpdateUsername) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserUpdateUsername) XXX_Merge

func (m *TLUserUpdateUsername) XXX_Merge(src proto.Message)

func (*TLUserUpdateUsername) XXX_Size

func (m *TLUserUpdateUsername) XXX_Size() int

func (*TLUserUpdateUsername) XXX_Unmarshal

func (m *TLUserUpdateUsername) XXX_Unmarshal(b []byte) error

type TLUserUpdateVerified

type TLUserUpdateVerified struct {
	Constructor          TLConstructor `protobuf:"varint,1,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	UserId               int64         `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Verified             *mtproto.Bool `protobuf:"bytes,4,opt,name=verified,proto3" json:"verified,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

--------------------------------------------------------------------------------------------

func (*TLUserUpdateVerified) CalcByteSize

func (m *TLUserUpdateVerified) CalcByteSize(layer int32) int

func (*TLUserUpdateVerified) DebugString

func (m *TLUserUpdateVerified) DebugString() string

func (*TLUserUpdateVerified) Decode

func (m *TLUserUpdateVerified) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUserUpdateVerified) Descriptor

func (*TLUserUpdateVerified) Descriptor() ([]byte, []int)

func (*TLUserUpdateVerified) Encode

func (m *TLUserUpdateVerified) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUserUpdateVerified) GetConstructor

func (m *TLUserUpdateVerified) GetConstructor() TLConstructor

func (*TLUserUpdateVerified) GetUserId

func (m *TLUserUpdateVerified) GetUserId() int64

func (*TLUserUpdateVerified) GetVerified

func (m *TLUserUpdateVerified) GetVerified() *mtproto.Bool

func (*TLUserUpdateVerified) GoString

func (this *TLUserUpdateVerified) GoString() string

func (*TLUserUpdateVerified) Marshal

func (m *TLUserUpdateVerified) Marshal() (dAtA []byte, err error)

func (*TLUserUpdateVerified) MarshalTo

func (m *TLUserUpdateVerified) MarshalTo(dAtA []byte) (int, error)

func (*TLUserUpdateVerified) MarshalToSizedBuffer

func (m *TLUserUpdateVerified) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUserUpdateVerified) ProtoMessage

func (*TLUserUpdateVerified) ProtoMessage()

func (*TLUserUpdateVerified) Reset

func (m *TLUserUpdateVerified) Reset()

func (*TLUserUpdateVerified) Size

func (m *TLUserUpdateVerified) Size() (n int)

func (*TLUserUpdateVerified) String

func (m *TLUserUpdateVerified) String() string

func (*TLUserUpdateVerified) Unmarshal

func (m *TLUserUpdateVerified) Unmarshal(dAtA []byte) error

func (*TLUserUpdateVerified) XXX_DiscardUnknown

func (m *TLUserUpdateVerified) XXX_DiscardUnknown()

func (*TLUserUpdateVerified) XXX_Marshal

func (m *TLUserUpdateVerified) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUserUpdateVerified) XXX_Merge

func (m *TLUserUpdateVerified) XXX_Merge(src proto.Message)

func (*TLUserUpdateVerified) XXX_Size

func (m *TLUserUpdateVerified) XXX_Size() int

func (*TLUserUpdateVerified) XXX_Unmarshal

func (m *TLUserUpdateVerified) XXX_Unmarshal(b []byte) error

type TLUsersDataFound added in v0.90.1

type TLUsersDataFound struct {
	Data2                *UsersFound `protobuf:"bytes,1,opt,name=data2,proto3" json:"data2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func MakeTLUsersDataFound added in v0.90.1

func MakeTLUsersDataFound(data2 *UsersFound) *TLUsersDataFound

MakeTLUsersDataFound

func (*TLUsersDataFound) CalcByteSize added in v0.90.1

func (m *TLUsersDataFound) CalcByteSize(layer int32) int

func (*TLUsersDataFound) DebugString added in v0.90.1

func (m *TLUsersDataFound) DebugString() string

func (*TLUsersDataFound) Decode added in v0.90.1

func (m *TLUsersDataFound) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUsersDataFound) Descriptor added in v0.90.1

func (*TLUsersDataFound) Descriptor() ([]byte, []int)

func (*TLUsersDataFound) Encode added in v0.90.1

func (m *TLUsersDataFound) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUsersDataFound) GetCount added in v0.90.1

func (m *TLUsersDataFound) GetCount() int32

func (*TLUsersDataFound) GetData2 added in v0.90.1

func (m *TLUsersDataFound) GetData2() *UsersFound

func (*TLUsersDataFound) GetNextOffset added in v0.90.1

func (m *TLUsersDataFound) GetNextOffset() string

func (*TLUsersDataFound) GetPredicateName added in v0.90.1

func (m *TLUsersDataFound) GetPredicateName() string

func (*TLUsersDataFound) GetUsers added in v0.90.1

func (m *TLUsersDataFound) GetUsers() []*mtproto.UserData

func (*TLUsersDataFound) GoString added in v0.90.1

func (this *TLUsersDataFound) GoString() string

func (*TLUsersDataFound) Marshal added in v0.90.1

func (m *TLUsersDataFound) Marshal() (dAtA []byte, err error)

func (*TLUsersDataFound) MarshalTo added in v0.90.1

func (m *TLUsersDataFound) MarshalTo(dAtA []byte) (int, error)

func (*TLUsersDataFound) MarshalToSizedBuffer added in v0.90.1

func (m *TLUsersDataFound) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUsersDataFound) ProtoMessage added in v0.90.1

func (*TLUsersDataFound) ProtoMessage()

func (*TLUsersDataFound) Reset added in v0.90.1

func (m *TLUsersDataFound) Reset()

func (*TLUsersDataFound) SetCount added in v0.90.1

func (m *TLUsersDataFound) SetCount(v int32)

func (*TLUsersDataFound) SetNextOffset added in v0.90.1

func (m *TLUsersDataFound) SetNextOffset(v string)

func (*TLUsersDataFound) SetUsers added in v0.90.1

func (m *TLUsersDataFound) SetUsers(v []*mtproto.UserData)

func (*TLUsersDataFound) Size added in v0.90.1

func (m *TLUsersDataFound) Size() (n int)

func (*TLUsersDataFound) String added in v0.90.1

func (m *TLUsersDataFound) String() string

func (*TLUsersDataFound) To_UsersFound added in v0.90.1

func (m *TLUsersDataFound) To_UsersFound() *UsersFound

func (*TLUsersDataFound) Unmarshal added in v0.90.1

func (m *TLUsersDataFound) Unmarshal(dAtA []byte) error

func (*TLUsersDataFound) XXX_DiscardUnknown added in v0.90.1

func (m *TLUsersDataFound) XXX_DiscardUnknown()

func (*TLUsersDataFound) XXX_Marshal added in v0.90.1

func (m *TLUsersDataFound) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUsersDataFound) XXX_Merge added in v0.90.1

func (m *TLUsersDataFound) XXX_Merge(src proto.Message)

func (*TLUsersDataFound) XXX_Size added in v0.90.1

func (m *TLUsersDataFound) XXX_Size() int

func (*TLUsersDataFound) XXX_Unmarshal added in v0.90.1

func (m *TLUsersDataFound) XXX_Unmarshal(b []byte) error

type TLUsersIdFound added in v0.90.1

type TLUsersIdFound struct {
	Data2                *UsersFound `protobuf:"bytes,1,opt,name=data2,proto3" json:"data2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func MakeTLUsersIdFound added in v0.90.1

func MakeTLUsersIdFound(data2 *UsersFound) *TLUsersIdFound

MakeTLUsersIdFound

func (*TLUsersIdFound) CalcByteSize added in v0.90.1

func (m *TLUsersIdFound) CalcByteSize(layer int32) int

func (*TLUsersIdFound) DebugString added in v0.90.1

func (m *TLUsersIdFound) DebugString() string

func (*TLUsersIdFound) Decode added in v0.90.1

func (m *TLUsersIdFound) Decode(dBuf *mtproto.DecodeBuf) error

func (*TLUsersIdFound) Descriptor added in v0.90.1

func (*TLUsersIdFound) Descriptor() ([]byte, []int)

func (*TLUsersIdFound) Encode added in v0.90.1

func (m *TLUsersIdFound) Encode(x *mtproto.EncodeBuf, layer int32) error

func (*TLUsersIdFound) GetData2 added in v0.90.1

func (m *TLUsersIdFound) GetData2() *UsersFound

func (*TLUsersIdFound) GetIdList added in v0.90.1

func (m *TLUsersIdFound) GetIdList() []int64

func (*TLUsersIdFound) GetPredicateName added in v0.90.1

func (m *TLUsersIdFound) GetPredicateName() string

func (*TLUsersIdFound) GoString added in v0.90.1

func (this *TLUsersIdFound) GoString() string

func (*TLUsersIdFound) Marshal added in v0.90.1

func (m *TLUsersIdFound) Marshal() (dAtA []byte, err error)

func (*TLUsersIdFound) MarshalTo added in v0.90.1

func (m *TLUsersIdFound) MarshalTo(dAtA []byte) (int, error)

func (*TLUsersIdFound) MarshalToSizedBuffer added in v0.90.1

func (m *TLUsersIdFound) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLUsersIdFound) ProtoMessage added in v0.90.1

func (*TLUsersIdFound) ProtoMessage()

func (*TLUsersIdFound) Reset added in v0.90.1

func (m *TLUsersIdFound) Reset()

func (*TLUsersIdFound) SetIdList added in v0.90.1

func (m *TLUsersIdFound) SetIdList(v []int64)

func (*TLUsersIdFound) Size added in v0.90.1

func (m *TLUsersIdFound) Size() (n int)

func (*TLUsersIdFound) String added in v0.90.1

func (m *TLUsersIdFound) String() string

func (*TLUsersIdFound) To_UsersFound added in v0.90.1

func (m *TLUsersIdFound) To_UsersFound() *UsersFound

func (*TLUsersIdFound) Unmarshal added in v0.90.1

func (m *TLUsersIdFound) Unmarshal(dAtA []byte) error

func (*TLUsersIdFound) XXX_DiscardUnknown added in v0.90.1

func (m *TLUsersIdFound) XXX_DiscardUnknown()

func (*TLUsersIdFound) XXX_Marshal added in v0.90.1

func (m *TLUsersIdFound) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TLUsersIdFound) XXX_Merge added in v0.90.1

func (m *TLUsersIdFound) XXX_Merge(src proto.Message)

func (*TLUsersIdFound) XXX_Size added in v0.90.1

func (m *TLUsersIdFound) XXX_Size() int

func (*TLUsersIdFound) XXX_Unmarshal added in v0.90.1

func (m *TLUsersIdFound) XXX_Unmarshal(b []byte) error

type UnimplementedRPCUserServer

type UnimplementedRPCUserServer struct {
}

UnimplementedRPCUserServer can be embedded to have forward compatible implementations.

func (*UnimplementedRPCUserServer) UserAddContact

func (*UnimplementedRPCUserServer) UserAddPeerSettings

func (*UnimplementedRPCUserServer) UserBlockPeer

func (*UnimplementedRPCUserServer) UserBlockedByUser

func (*UnimplementedRPCUserServer) UserChangePhone

func (*UnimplementedRPCUserServer) UserCheckBlockUserList

func (*UnimplementedRPCUserServer) UserCheckBots added in v0.96.0

func (*UnimplementedRPCUserServer) UserCheckContact

func (*UnimplementedRPCUserServer) UserCheckPrivacy

func (*UnimplementedRPCUserServer) UserCreateNewPredefinedUser

func (*UnimplementedRPCUserServer) UserCreateNewTestUser added in v0.96.0

func (*UnimplementedRPCUserServer) UserCreateNewUser

func (*UnimplementedRPCUserServer) UserDeleteContact

func (*UnimplementedRPCUserServer) UserDeleteImportersByPhone added in v0.90.1

func (*UnimplementedRPCUserServer) UserDeleteImportersByPhone(ctx context.Context, req *TLUserDeleteImportersByPhone) (*mtproto.Bool, error)

func (*UnimplementedRPCUserServer) UserDeletePeerSettings

func (*UnimplementedRPCUserServer) UserDeletePeerSettings(ctx context.Context, req *TLUserDeletePeerSettings) (*mtproto.Bool, error)

func (*UnimplementedRPCUserServer) UserDeleteProfilePhotos

func (*UnimplementedRPCUserServer) UserDeleteProfilePhotos(ctx context.Context, req *TLUserDeleteProfilePhotos) (*mtproto.Int64, error)

func (*UnimplementedRPCUserServer) UserDeleteUser added in v0.90.1

func (*UnimplementedRPCUserServer) UserGetAccountDaysTTL

func (*UnimplementedRPCUserServer) UserGetAllNotifySettings

func (*UnimplementedRPCUserServer) UserGetAllPredefinedUser

func (*UnimplementedRPCUserServer) UserGetBlockedList

func (*UnimplementedRPCUserServer) UserGetBotInfo

func (*UnimplementedRPCUserServer) UserGetContact

func (*UnimplementedRPCUserServer) UserGetContactIdList

func (*UnimplementedRPCUserServer) UserGetContactList

func (*UnimplementedRPCUserServer) UserGetContactSignUpNotification

func (*UnimplementedRPCUserServer) UserGetContactSignUpNotification(ctx context.Context, req *TLUserGetContactSignUpNotification) (*mtproto.Bool, error)

func (*UnimplementedRPCUserServer) UserGetContentSettings

func (*UnimplementedRPCUserServer) UserGetCountryCode

func (*UnimplementedRPCUserServer) UserGetFullUser

func (*UnimplementedRPCUserServer) UserGetGlobalPrivacySettings

func (*UnimplementedRPCUserServer) UserGetImmutableUser

func (*UnimplementedRPCUserServer) UserGetImmutableUserByPhone

func (*UnimplementedRPCUserServer) UserGetImmutableUserByToken

func (*UnimplementedRPCUserServer) UserGetImmutableUserV2 added in v0.90.4

func (*UnimplementedRPCUserServer) UserGetImportersByPhone added in v0.90.1

func (*UnimplementedRPCUserServer) UserGetLastSeen

func (*UnimplementedRPCUserServer) UserGetLastSeens

func (*UnimplementedRPCUserServer) UserGetMutableUsers

func (*UnimplementedRPCUserServer) UserGetMutableUsersV2 added in v0.90.4

func (*UnimplementedRPCUserServer) UserGetNotifySettings

func (*UnimplementedRPCUserServer) UserGetNotifySettingsList added in v0.87.3

func (*UnimplementedRPCUserServer) UserGetPeerSettings

func (*UnimplementedRPCUserServer) UserGetPredefinedUser

func (*UnimplementedRPCUserServer) UserGetPrivacy

func (*UnimplementedRPCUserServer) UserGetProfilePhotos

func (*UnimplementedRPCUserServer) UserGetUserDataById added in v0.90.1

func (*UnimplementedRPCUserServer) UserGetUserDataByToken added in v0.90.1

func (*UnimplementedRPCUserServer) UserGetUserDataListByIdList added in v0.90.1

func (*UnimplementedRPCUserServer) UserImportContacts

func (*UnimplementedRPCUserServer) UserIsBlockedByUser

func (*UnimplementedRPCUserServer) UserIsBot

func (*UnimplementedRPCUserServer) UserPredefinedBindRegisteredUserId

func (*UnimplementedRPCUserServer) UserPredefinedBindRegisteredUserId(ctx context.Context, req *TLUserPredefinedBindRegisteredUserId) (*mtproto.Bool, error)

func (*UnimplementedRPCUserServer) UserResetNotifySettings

func (*UnimplementedRPCUserServer) UserResetNotifySettings(ctx context.Context, req *TLUserResetNotifySettings) (*mtproto.Bool, error)

func (*UnimplementedRPCUserServer) UserSearch added in v0.90.1

func (*UnimplementedRPCUserServer) UserSetAccountDaysTTL

func (*UnimplementedRPCUserServer) UserSetAccountDaysTTL(ctx context.Context, req *TLUserSetAccountDaysTTL) (*mtproto.Bool, error)

func (*UnimplementedRPCUserServer) UserSetBotCommands

func (*UnimplementedRPCUserServer) UserSetContactSignUpNotification

func (*UnimplementedRPCUserServer) UserSetContactSignUpNotification(ctx context.Context, req *TLUserSetContactSignUpNotification) (*mtproto.Bool, error)

func (*UnimplementedRPCUserServer) UserSetContentSettings

func (*UnimplementedRPCUserServer) UserSetContentSettings(ctx context.Context, req *TLUserSetContentSettings) (*mtproto.Bool, error)

func (*UnimplementedRPCUserServer) UserSetGlobalPrivacySettings

func (*UnimplementedRPCUserServer) UserSetGlobalPrivacySettings(ctx context.Context, req *TLUserSetGlobalPrivacySettings) (*mtproto.Bool, error)

func (*UnimplementedRPCUserServer) UserSetNotifySettings

func (*UnimplementedRPCUserServer) UserSetNotifySettings(ctx context.Context, req *TLUserSetNotifySettings) (*mtproto.Bool, error)

func (*UnimplementedRPCUserServer) UserSetPrivacy

func (*UnimplementedRPCUserServer) UserUnBlockPeer

func (*UnimplementedRPCUserServer) UserUpdateAbout

func (*UnimplementedRPCUserServer) UserUpdateBotData added in v0.90.1

func (*UnimplementedRPCUserServer) UserUpdateEmojiStatus added in v0.90.0

func (*UnimplementedRPCUserServer) UserUpdateEmojiStatus(ctx context.Context, req *TLUserUpdateEmojiStatus) (*mtproto.Bool, error)

func (*UnimplementedRPCUserServer) UserUpdateFirstAndLastName

func (*UnimplementedRPCUserServer) UserUpdateFirstAndLastName(ctx context.Context, req *TLUserUpdateFirstAndLastName) (*mtproto.Bool, error)

func (*UnimplementedRPCUserServer) UserUpdateLastSeen

func (*UnimplementedRPCUserServer) UserUpdatePredefinedCode

func (*UnimplementedRPCUserServer) UserUpdatePredefinedFirstAndLastName

func (*UnimplementedRPCUserServer) UserUpdatePredefinedUsername

func (*UnimplementedRPCUserServer) UserUpdatePredefinedVerified

func (*UnimplementedRPCUserServer) UserUpdateProfilePhoto

func (*UnimplementedRPCUserServer) UserUpdateProfilePhoto(ctx context.Context, req *TLUserUpdateProfilePhoto) (*mtproto.Int64, error)

func (*UnimplementedRPCUserServer) UserUpdateUsername

func (*UnimplementedRPCUserServer) UserUpdateVerified

type UserImportedContacts

type UserImportedContacts struct {
	PredicateName        string                     `protobuf:"bytes,1,opt,name=predicate_name,json=predicateName,proto3" json:"predicate_name,omitempty"`
	Constructor          TLConstructor              `protobuf:"varint,2,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Imported             []*mtproto.ImportedContact `protobuf:"bytes,3,rep,name=imported,proto3" json:"imported,omitempty"`
	PopularInvites       []*mtproto.PopularContact  `protobuf:"bytes,4,rep,name=popular_invites,json=popularInvites,proto3" json:"popular_invites,omitempty"`
	RetryContacts        []int64                    `protobuf:"varint,5,rep,packed,name=retry_contacts,json=retryContacts,proto3" json:"retry_contacts,omitempty"`
	Users                []*mtproto.User            `protobuf:"bytes,6,rep,name=users,proto3" json:"users,omitempty"`
	UpdateIdList         []int64                    `protobuf:"varint,7,rep,packed,name=update_id_list,json=updateIdList,proto3" json:"update_id_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

UserImportedContacts <--

  • TL_userImportedContacts

func (*UserImportedContacts) CalcByteSize

func (m *UserImportedContacts) CalcByteSize(layer int32) int

func (*UserImportedContacts) DebugString

func (m *UserImportedContacts) DebugString() string

func (*UserImportedContacts) Decode

func (m *UserImportedContacts) Decode(dBuf *mtproto.DecodeBuf) error

func (*UserImportedContacts) Descriptor

func (*UserImportedContacts) Descriptor() ([]byte, []int)

func (*UserImportedContacts) Encode

func (m *UserImportedContacts) Encode(x *mtproto.EncodeBuf, layer int32) []byte

func (*UserImportedContacts) GetConstructor

func (m *UserImportedContacts) GetConstructor() TLConstructor

func (*UserImportedContacts) GetImported

func (m *UserImportedContacts) GetImported() []*mtproto.ImportedContact

func (*UserImportedContacts) GetPopularInvites

func (m *UserImportedContacts) GetPopularInvites() []*mtproto.PopularContact

func (*UserImportedContacts) GetPredicateName

func (m *UserImportedContacts) GetPredicateName() string

func (*UserImportedContacts) GetRetryContacts

func (m *UserImportedContacts) GetRetryContacts() []int64

func (*UserImportedContacts) GetUpdateIdList

func (m *UserImportedContacts) GetUpdateIdList() []int64

func (*UserImportedContacts) GetUsers

func (m *UserImportedContacts) GetUsers() []*mtproto.User

func (*UserImportedContacts) GoString

func (this *UserImportedContacts) GoString() string

func (*UserImportedContacts) Marshal

func (m *UserImportedContacts) Marshal() (dAtA []byte, err error)

func (*UserImportedContacts) MarshalTo

func (m *UserImportedContacts) MarshalTo(dAtA []byte) (int, error)

func (*UserImportedContacts) MarshalToSizedBuffer

func (m *UserImportedContacts) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UserImportedContacts) ProtoMessage

func (*UserImportedContacts) ProtoMessage()

func (*UserImportedContacts) Reset

func (m *UserImportedContacts) Reset()

func (*UserImportedContacts) Size

func (m *UserImportedContacts) Size() (n int)

func (*UserImportedContacts) String

func (m *UserImportedContacts) String() string

func (*UserImportedContacts) To_UserImportedContacts

func (m *UserImportedContacts) To_UserImportedContacts() *TLUserImportedContacts

To_UserImportedContacts

func (*UserImportedContacts) Unmarshal

func (m *UserImportedContacts) Unmarshal(dAtA []byte) error

func (*UserImportedContacts) XXX_DiscardUnknown

func (m *UserImportedContacts) XXX_DiscardUnknown()

func (*UserImportedContacts) XXX_Marshal

func (m *UserImportedContacts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserImportedContacts) XXX_Merge

func (m *UserImportedContacts) XXX_Merge(src proto.Message)

func (*UserImportedContacts) XXX_Size

func (m *UserImportedContacts) XXX_Size() int

func (*UserImportedContacts) XXX_Unmarshal

func (m *UserImportedContacts) XXX_Unmarshal(b []byte) error

type UsersFound added in v0.90.1

type UsersFound struct {
	PredicateName        string              `protobuf:"bytes,1,opt,name=predicate_name,json=predicateName,proto3" json:"predicate_name,omitempty"`
	Constructor          TLConstructor       `protobuf:"varint,2,opt,name=constructor,proto3,enum=user.TLConstructor" json:"constructor,omitempty"`
	Count                int32               `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	Users                []*mtproto.UserData `protobuf:"bytes,4,rep,name=users,proto3" json:"users,omitempty"`
	NextOffset           string              `protobuf:"bytes,5,opt,name=next_offset,json=nextOffset,proto3" json:"next_offset,omitempty"`
	IdList               []int64             `protobuf:"varint,6,rep,packed,name=id_list,json=idList,proto3" json:"id_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

UsersFound <--

  • TL_usersDataFound
  • TL_usersIdFound

func (*UsersFound) CalcByteSize added in v0.90.1

func (m *UsersFound) CalcByteSize(layer int32) int

func (*UsersFound) DebugString added in v0.90.1

func (m *UsersFound) DebugString() string

func (*UsersFound) Decode added in v0.90.1

func (m *UsersFound) Decode(dBuf *mtproto.DecodeBuf) error

func (*UsersFound) Descriptor added in v0.90.1

func (*UsersFound) Descriptor() ([]byte, []int)

func (*UsersFound) Encode added in v0.90.1

func (m *UsersFound) Encode(x *mtproto.EncodeBuf, layer int32) []byte

func (*UsersFound) GetConstructor added in v0.90.1

func (m *UsersFound) GetConstructor() TLConstructor

func (*UsersFound) GetCount added in v0.90.1

func (m *UsersFound) GetCount() int32

func (*UsersFound) GetIdList added in v0.90.1

func (m *UsersFound) GetIdList() []int64

func (*UsersFound) GetNextOffset added in v0.90.1

func (m *UsersFound) GetNextOffset() string

func (*UsersFound) GetPredicateName added in v0.90.1

func (m *UsersFound) GetPredicateName() string

func (*UsersFound) GetUsers added in v0.90.1

func (m *UsersFound) GetUsers() []*mtproto.UserData

func (*UsersFound) GoString added in v0.90.1

func (this *UsersFound) GoString() string

func (*UsersFound) Marshal added in v0.90.1

func (m *UsersFound) Marshal() (dAtA []byte, err error)

func (*UsersFound) MarshalTo added in v0.90.1

func (m *UsersFound) MarshalTo(dAtA []byte) (int, error)

func (*UsersFound) MarshalToSizedBuffer added in v0.90.1

func (m *UsersFound) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UsersFound) ProtoMessage added in v0.90.1

func (*UsersFound) ProtoMessage()

func (*UsersFound) Reset added in v0.90.1

func (m *UsersFound) Reset()

func (*UsersFound) Size added in v0.90.1

func (m *UsersFound) Size() (n int)

func (*UsersFound) String added in v0.90.1

func (m *UsersFound) String() string

func (*UsersFound) To_UsersDataFound added in v0.90.1

func (m *UsersFound) To_UsersDataFound() *TLUsersDataFound

To_UsersDataFound

func (*UsersFound) To_UsersIdFound added in v0.90.1

func (m *UsersFound) To_UsersIdFound() *TLUsersIdFound

To_UsersIdFound

func (*UsersFound) Unmarshal added in v0.90.1

func (m *UsersFound) Unmarshal(dAtA []byte) error

func (*UsersFound) XXX_DiscardUnknown added in v0.90.1

func (m *UsersFound) XXX_DiscardUnknown()

func (*UsersFound) XXX_Marshal added in v0.90.1

func (m *UsersFound) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UsersFound) XXX_Merge added in v0.90.1

func (m *UsersFound) XXX_Merge(src proto.Message)

func (*UsersFound) XXX_Size added in v0.90.1

func (m *UsersFound) XXX_Size() int

func (*UsersFound) XXX_Unmarshal added in v0.90.1

func (m *UsersFound) XXX_Unmarshal(b []byte) error

type Vector_ContactData

type Vector_ContactData struct {
	Datas                []*mtproto.ContactData `protobuf:"bytes,1,rep,name=datas,proto3" json:"datas,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*Vector_ContactData) CalcByteSize

func (m *Vector_ContactData) CalcByteSize(layer int32) int

func (*Vector_ContactData) DebugString

func (m *Vector_ContactData) DebugString() string

func (*Vector_ContactData) Decode

func (m *Vector_ContactData) Decode(dBuf *mtproto.DecodeBuf) error

func (*Vector_ContactData) Descriptor

func (*Vector_ContactData) Descriptor() ([]byte, []int)

func (*Vector_ContactData) Encode

func (m *Vector_ContactData) Encode(x *mtproto.EncodeBuf, layer int32) error

Vector_ContactData /////////////////////////////////////////////////////////////////////////////

func (*Vector_ContactData) GetDatas

func (m *Vector_ContactData) GetDatas() []*mtproto.ContactData

func (*Vector_ContactData) GoString

func (this *Vector_ContactData) GoString() string

func (*Vector_ContactData) Marshal

func (m *Vector_ContactData) Marshal() (dAtA []byte, err error)

func (*Vector_ContactData) MarshalTo

func (m *Vector_ContactData) MarshalTo(dAtA []byte) (int, error)

func (*Vector_ContactData) MarshalToSizedBuffer

func (m *Vector_ContactData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Vector_ContactData) ProtoMessage

func (*Vector_ContactData) ProtoMessage()

func (*Vector_ContactData) Reset

func (m *Vector_ContactData) Reset()

func (*Vector_ContactData) Size

func (m *Vector_ContactData) Size() (n int)

func (*Vector_ContactData) String

func (m *Vector_ContactData) String() string

func (*Vector_ContactData) ToContacts

func (m *Vector_ContactData) ToContacts() []*mtproto.Contact

func (*Vector_ContactData) Unmarshal

func (m *Vector_ContactData) Unmarshal(dAtA []byte) error

func (*Vector_ContactData) XXX_DiscardUnknown

func (m *Vector_ContactData) XXX_DiscardUnknown()

func (*Vector_ContactData) XXX_Marshal

func (m *Vector_ContactData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Vector_ContactData) XXX_Merge

func (m *Vector_ContactData) XXX_Merge(src proto.Message)

func (*Vector_ContactData) XXX_Size

func (m *Vector_ContactData) XXX_Size() int

func (*Vector_ContactData) XXX_Unmarshal

func (m *Vector_ContactData) XXX_Unmarshal(b []byte) error

type Vector_ImmutableUser

type Vector_ImmutableUser struct {
	Datas                []*mtproto.ImmutableUser `protobuf:"bytes,1,rep,name=datas,proto3" json:"datas,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*Vector_ImmutableUser) CalcByteSize

func (m *Vector_ImmutableUser) CalcByteSize(layer int32) int

func (*Vector_ImmutableUser) CheckExistUser

func (m *Vector_ImmutableUser) CheckExistUser(id ...int64) bool

func (*Vector_ImmutableUser) DebugString

func (m *Vector_ImmutableUser) DebugString() string

func (*Vector_ImmutableUser) Decode

func (m *Vector_ImmutableUser) Decode(dBuf *mtproto.DecodeBuf) error

func (*Vector_ImmutableUser) Descriptor

func (*Vector_ImmutableUser) Descriptor() ([]byte, []int)

func (*Vector_ImmutableUser) Empty

func (m *Vector_ImmutableUser) Empty() bool

func (*Vector_ImmutableUser) Encode

func (m *Vector_ImmutableUser) Encode(x *mtproto.EncodeBuf, layer int32) error

Vector_ImmutableUser /////////////////////////////////////////////////////////////////////////////

func (*Vector_ImmutableUser) GetDatas

func (m *Vector_ImmutableUser) GetDatas() []*mtproto.ImmutableUser

func (*Vector_ImmutableUser) GetImmutableUser

func (m *Vector_ImmutableUser) GetImmutableUser(id int64) (u *mtproto.ImmutableUser, ok bool)

func (*Vector_ImmutableUser) GetUnsafeUser

func (m *Vector_ImmutableUser) GetUnsafeUser(selfId, id int64) (*mtproto.User, error)

func (*Vector_ImmutableUser) GetUnsafeUserSelf

func (m *Vector_ImmutableUser) GetUnsafeUserSelf(id int64) (*mtproto.User, error)

func (*Vector_ImmutableUser) GetUserListByIdList

func (m *Vector_ImmutableUser) GetUserListByIdList(selfId int64, id ...int64) []*mtproto.User

func (*Vector_ImmutableUser) GoString

func (this *Vector_ImmutableUser) GoString() string

func (*Vector_ImmutableUser) Length

func (m *Vector_ImmutableUser) Length() int

func (*Vector_ImmutableUser) Marshal

func (m *Vector_ImmutableUser) Marshal() (dAtA []byte, err error)

func (*Vector_ImmutableUser) MarshalTo

func (m *Vector_ImmutableUser) MarshalTo(dAtA []byte) (int, error)

func (*Vector_ImmutableUser) MarshalToSizedBuffer

func (m *Vector_ImmutableUser) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Vector_ImmutableUser) ProtoMessage

func (*Vector_ImmutableUser) ProtoMessage()

func (*Vector_ImmutableUser) Reset

func (m *Vector_ImmutableUser) Reset()

func (*Vector_ImmutableUser) Size

func (m *Vector_ImmutableUser) Size() (n int)

func (*Vector_ImmutableUser) String

func (m *Vector_ImmutableUser) String() string

func (*Vector_ImmutableUser) Unmarshal

func (m *Vector_ImmutableUser) Unmarshal(dAtA []byte) error

func (*Vector_ImmutableUser) Visit

func (m *Vector_ImmutableUser) Visit(cb func(it *mtproto.ImmutableUser))

func (*Vector_ImmutableUser) VisitByMe

func (m *Vector_ImmutableUser) VisitByMe(meId int64, cb func(me, it *mtproto.ImmutableUser))

func (*Vector_ImmutableUser) XXX_DiscardUnknown

func (m *Vector_ImmutableUser) XXX_DiscardUnknown()

func (*Vector_ImmutableUser) XXX_Marshal

func (m *Vector_ImmutableUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Vector_ImmutableUser) XXX_Merge

func (m *Vector_ImmutableUser) XXX_Merge(src proto.Message)

func (*Vector_ImmutableUser) XXX_Size

func (m *Vector_ImmutableUser) XXX_Size() int

func (*Vector_ImmutableUser) XXX_Unmarshal

func (m *Vector_ImmutableUser) XXX_Unmarshal(b []byte) error

type Vector_InputContact added in v0.90.1

type Vector_InputContact struct {
	Datas                []*mtproto.InputContact `protobuf:"bytes,1,rep,name=datas,proto3" json:"datas,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*Vector_InputContact) CalcByteSize added in v0.90.1

func (m *Vector_InputContact) CalcByteSize(layer int32) int

func (*Vector_InputContact) DebugString added in v0.90.1

func (m *Vector_InputContact) DebugString() string

func (*Vector_InputContact) Decode added in v0.90.1

func (m *Vector_InputContact) Decode(dBuf *mtproto.DecodeBuf) error

func (*Vector_InputContact) Descriptor added in v0.90.1

func (*Vector_InputContact) Descriptor() ([]byte, []int)

func (*Vector_InputContact) Encode added in v0.90.1

func (m *Vector_InputContact) Encode(x *mtproto.EncodeBuf, layer int32) error

Vector_InputContact /////////////////////////////////////////////////////////////////////////////

func (*Vector_InputContact) GetDatas added in v0.90.1

func (m *Vector_InputContact) GetDatas() []*mtproto.InputContact

func (*Vector_InputContact) GoString added in v0.90.1

func (this *Vector_InputContact) GoString() string

func (*Vector_InputContact) Marshal added in v0.90.1

func (m *Vector_InputContact) Marshal() (dAtA []byte, err error)

func (*Vector_InputContact) MarshalTo added in v0.90.1

func (m *Vector_InputContact) MarshalTo(dAtA []byte) (int, error)

func (*Vector_InputContact) MarshalToSizedBuffer added in v0.90.1

func (m *Vector_InputContact) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Vector_InputContact) ProtoMessage added in v0.90.1

func (*Vector_InputContact) ProtoMessage()

func (*Vector_InputContact) Reset added in v0.90.1

func (m *Vector_InputContact) Reset()

func (*Vector_InputContact) Size added in v0.90.1

func (m *Vector_InputContact) Size() (n int)

func (*Vector_InputContact) String added in v0.90.1

func (m *Vector_InputContact) String() string

func (*Vector_InputContact) Unmarshal added in v0.90.1

func (m *Vector_InputContact) Unmarshal(dAtA []byte) error

func (*Vector_InputContact) XXX_DiscardUnknown added in v0.90.1

func (m *Vector_InputContact) XXX_DiscardUnknown()

func (*Vector_InputContact) XXX_Marshal added in v0.90.1

func (m *Vector_InputContact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Vector_InputContact) XXX_Merge added in v0.90.1

func (m *Vector_InputContact) XXX_Merge(src proto.Message)

func (*Vector_InputContact) XXX_Size added in v0.90.1

func (m *Vector_InputContact) XXX_Size() int

func (*Vector_InputContact) XXX_Unmarshal added in v0.90.1

func (m *Vector_InputContact) XXX_Unmarshal(b []byte) error

type Vector_LastSeenData

type Vector_LastSeenData struct {
	Datas                []*LastSeenData `protobuf:"bytes,1,rep,name=datas,proto3" json:"datas,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

-------------------------------------------------------------------------------------------- Vector api result type

func (*Vector_LastSeenData) CalcByteSize

func (m *Vector_LastSeenData) CalcByteSize(layer int32) int

func (*Vector_LastSeenData) DebugString

func (m *Vector_LastSeenData) DebugString() string

func (*Vector_LastSeenData) Decode

func (m *Vector_LastSeenData) Decode(dBuf *mtproto.DecodeBuf) error

func (*Vector_LastSeenData) Descriptor

func (*Vector_LastSeenData) Descriptor() ([]byte, []int)

func (*Vector_LastSeenData) Encode

func (m *Vector_LastSeenData) Encode(x *mtproto.EncodeBuf, layer int32) error

---------------------------------------------------------------------------------------------------------------- Vector_LastSeenData /////////////////////////////////////////////////////////////////////////////

func (*Vector_LastSeenData) GetDatas

func (m *Vector_LastSeenData) GetDatas() []*LastSeenData

func (*Vector_LastSeenData) GoString

func (this *Vector_LastSeenData) GoString() string

func (*Vector_LastSeenData) Marshal

func (m *Vector_LastSeenData) Marshal() (dAtA []byte, err error)

func (*Vector_LastSeenData) MarshalTo

func (m *Vector_LastSeenData) MarshalTo(dAtA []byte) (int, error)

func (*Vector_LastSeenData) MarshalToSizedBuffer

func (m *Vector_LastSeenData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Vector_LastSeenData) ProtoMessage

func (*Vector_LastSeenData) ProtoMessage()

func (*Vector_LastSeenData) Reset

func (m *Vector_LastSeenData) Reset()

func (*Vector_LastSeenData) Size

func (m *Vector_LastSeenData) Size() (n int)

func (*Vector_LastSeenData) String

func (m *Vector_LastSeenData) String() string

func (*Vector_LastSeenData) Unmarshal

func (m *Vector_LastSeenData) Unmarshal(dAtA []byte) error

func (*Vector_LastSeenData) XXX_DiscardUnknown

func (m *Vector_LastSeenData) XXX_DiscardUnknown()

func (*Vector_LastSeenData) XXX_Marshal

func (m *Vector_LastSeenData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Vector_LastSeenData) XXX_Merge

func (m *Vector_LastSeenData) XXX_Merge(src proto.Message)

func (*Vector_LastSeenData) XXX_Size

func (m *Vector_LastSeenData) XXX_Size() int

func (*Vector_LastSeenData) XXX_Unmarshal

func (m *Vector_LastSeenData) XXX_Unmarshal(b []byte) error

type Vector_Long

type Vector_Long struct {
	Datas                []int64  `protobuf:"varint,1,rep,packed,name=datas,proto3" json:"datas,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Vector_Long) CalcByteSize

func (m *Vector_Long) CalcByteSize(layer int32) int

func (*Vector_Long) DebugString

func (m *Vector_Long) DebugString() string

func (*Vector_Long) Decode

func (m *Vector_Long) Decode(dBuf *mtproto.DecodeBuf) error

func (*Vector_Long) Descriptor

func (*Vector_Long) Descriptor() ([]byte, []int)

func (*Vector_Long) Encode

func (m *Vector_Long) Encode(x *mtproto.EncodeBuf, layer int32) error

Vector_Long /////////////////////////////////////////////////////////////////////////////

func (*Vector_Long) GetDatas

func (m *Vector_Long) GetDatas() []int64

func (*Vector_Long) GoString

func (this *Vector_Long) GoString() string

func (*Vector_Long) Marshal

func (m *Vector_Long) Marshal() (dAtA []byte, err error)

func (*Vector_Long) MarshalTo

func (m *Vector_Long) MarshalTo(dAtA []byte) (int, error)

func (*Vector_Long) MarshalToSizedBuffer

func (m *Vector_Long) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Vector_Long) ProtoMessage

func (*Vector_Long) ProtoMessage()

func (*Vector_Long) Reset

func (m *Vector_Long) Reset()

func (*Vector_Long) Size

func (m *Vector_Long) Size() (n int)

func (*Vector_Long) String

func (m *Vector_Long) String() string

func (*Vector_Long) Unmarshal

func (m *Vector_Long) Unmarshal(dAtA []byte) error

func (*Vector_Long) XXX_DiscardUnknown

func (m *Vector_Long) XXX_DiscardUnknown()

func (*Vector_Long) XXX_Marshal

func (m *Vector_Long) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Vector_Long) XXX_Merge

func (m *Vector_Long) XXX_Merge(src proto.Message)

func (*Vector_Long) XXX_Size

func (m *Vector_Long) XXX_Size() int

func (*Vector_Long) XXX_Unmarshal

func (m *Vector_Long) XXX_Unmarshal(b []byte) error

type Vector_PeerBlocked

type Vector_PeerBlocked struct {
	Datas                []*mtproto.PeerBlocked `protobuf:"bytes,1,rep,name=datas,proto3" json:"datas,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*Vector_PeerBlocked) CalcByteSize

func (m *Vector_PeerBlocked) CalcByteSize(layer int32) int

func (*Vector_PeerBlocked) DebugString

func (m *Vector_PeerBlocked) DebugString() string

func (*Vector_PeerBlocked) Decode

func (m *Vector_PeerBlocked) Decode(dBuf *mtproto.DecodeBuf) error

func (*Vector_PeerBlocked) Descriptor

func (*Vector_PeerBlocked) Descriptor() ([]byte, []int)

func (*Vector_PeerBlocked) Encode

func (m *Vector_PeerBlocked) Encode(x *mtproto.EncodeBuf, layer int32) error

Vector_PeerBlocked /////////////////////////////////////////////////////////////////////////////

func (*Vector_PeerBlocked) GetDatas

func (m *Vector_PeerBlocked) GetDatas() []*mtproto.PeerBlocked

func (*Vector_PeerBlocked) GoString

func (this *Vector_PeerBlocked) GoString() string

func (*Vector_PeerBlocked) Marshal

func (m *Vector_PeerBlocked) Marshal() (dAtA []byte, err error)

func (*Vector_PeerBlocked) MarshalTo

func (m *Vector_PeerBlocked) MarshalTo(dAtA []byte) (int, error)

func (*Vector_PeerBlocked) MarshalToSizedBuffer

func (m *Vector_PeerBlocked) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Vector_PeerBlocked) ProtoMessage

func (*Vector_PeerBlocked) ProtoMessage()

func (*Vector_PeerBlocked) Reset

func (m *Vector_PeerBlocked) Reset()

func (*Vector_PeerBlocked) Size

func (m *Vector_PeerBlocked) Size() (n int)

func (*Vector_PeerBlocked) String

func (m *Vector_PeerBlocked) String() string

func (*Vector_PeerBlocked) Unmarshal

func (m *Vector_PeerBlocked) Unmarshal(dAtA []byte) error

func (*Vector_PeerBlocked) XXX_DiscardUnknown

func (m *Vector_PeerBlocked) XXX_DiscardUnknown()

func (*Vector_PeerBlocked) XXX_Marshal

func (m *Vector_PeerBlocked) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Vector_PeerBlocked) XXX_Merge

func (m *Vector_PeerBlocked) XXX_Merge(src proto.Message)

func (*Vector_PeerBlocked) XXX_Size

func (m *Vector_PeerBlocked) XXX_Size() int

func (*Vector_PeerBlocked) XXX_Unmarshal

func (m *Vector_PeerBlocked) XXX_Unmarshal(b []byte) error

type Vector_PeerPeerNotifySettings

type Vector_PeerPeerNotifySettings struct {
	Datas                []*PeerPeerNotifySettings `protobuf:"bytes,1,rep,name=datas,proto3" json:"datas,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*Vector_PeerPeerNotifySettings) CalcByteSize

func (m *Vector_PeerPeerNotifySettings) CalcByteSize(layer int32) int

func (*Vector_PeerPeerNotifySettings) DebugString

func (m *Vector_PeerPeerNotifySettings) DebugString() string

func (*Vector_PeerPeerNotifySettings) Decode

func (*Vector_PeerPeerNotifySettings) Descriptor

func (*Vector_PeerPeerNotifySettings) Descriptor() ([]byte, []int)

func (*Vector_PeerPeerNotifySettings) Encode

Vector_PeerPeerNotifySettings /////////////////////////////////////////////////////////////////////////////

func (*Vector_PeerPeerNotifySettings) GetDatas

func (*Vector_PeerPeerNotifySettings) GoString

func (this *Vector_PeerPeerNotifySettings) GoString() string

func (*Vector_PeerPeerNotifySettings) Marshal

func (m *Vector_PeerPeerNotifySettings) Marshal() (dAtA []byte, err error)

func (*Vector_PeerPeerNotifySettings) MarshalTo

func (m *Vector_PeerPeerNotifySettings) MarshalTo(dAtA []byte) (int, error)

func (*Vector_PeerPeerNotifySettings) MarshalToSizedBuffer

func (m *Vector_PeerPeerNotifySettings) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Vector_PeerPeerNotifySettings) ProtoMessage

func (*Vector_PeerPeerNotifySettings) ProtoMessage()

func (*Vector_PeerPeerNotifySettings) Reset

func (m *Vector_PeerPeerNotifySettings) Reset()

func (*Vector_PeerPeerNotifySettings) Size

func (m *Vector_PeerPeerNotifySettings) Size() (n int)

func (*Vector_PeerPeerNotifySettings) String

func (*Vector_PeerPeerNotifySettings) Unmarshal

func (m *Vector_PeerPeerNotifySettings) Unmarshal(dAtA []byte) error

func (*Vector_PeerPeerNotifySettings) XXX_DiscardUnknown

func (m *Vector_PeerPeerNotifySettings) XXX_DiscardUnknown()

func (*Vector_PeerPeerNotifySettings) XXX_Marshal

func (m *Vector_PeerPeerNotifySettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Vector_PeerPeerNotifySettings) XXX_Merge

func (m *Vector_PeerPeerNotifySettings) XXX_Merge(src proto.Message)

func (*Vector_PeerPeerNotifySettings) XXX_Size

func (m *Vector_PeerPeerNotifySettings) XXX_Size() int

func (*Vector_PeerPeerNotifySettings) XXX_Unmarshal

func (m *Vector_PeerPeerNotifySettings) XXX_Unmarshal(b []byte) error

type Vector_PredefinedUser

type Vector_PredefinedUser struct {
	Datas                []*mtproto.PredefinedUser `protobuf:"bytes,1,rep,name=datas,proto3" json:"datas,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*Vector_PredefinedUser) CalcByteSize

func (m *Vector_PredefinedUser) CalcByteSize(layer int32) int

func (*Vector_PredefinedUser) DebugString

func (m *Vector_PredefinedUser) DebugString() string

func (*Vector_PredefinedUser) Decode

func (m *Vector_PredefinedUser) Decode(dBuf *mtproto.DecodeBuf) error

func (*Vector_PredefinedUser) Descriptor

func (*Vector_PredefinedUser) Descriptor() ([]byte, []int)

func (*Vector_PredefinedUser) Encode

func (m *Vector_PredefinedUser) Encode(x *mtproto.EncodeBuf, layer int32) error

Vector_PredefinedUser /////////////////////////////////////////////////////////////////////////////

func (*Vector_PredefinedUser) GetDatas

func (m *Vector_PredefinedUser) GetDatas() []*mtproto.PredefinedUser

func (*Vector_PredefinedUser) GoString

func (this *Vector_PredefinedUser) GoString() string

func (*Vector_PredefinedUser) Marshal

func (m *Vector_PredefinedUser) Marshal() (dAtA []byte, err error)

func (*Vector_PredefinedUser) MarshalTo

func (m *Vector_PredefinedUser) MarshalTo(dAtA []byte) (int, error)

func (*Vector_PredefinedUser) MarshalToSizedBuffer

func (m *Vector_PredefinedUser) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Vector_PredefinedUser) ProtoMessage

func (*Vector_PredefinedUser) ProtoMessage()

func (*Vector_PredefinedUser) Reset

func (m *Vector_PredefinedUser) Reset()

func (*Vector_PredefinedUser) Size

func (m *Vector_PredefinedUser) Size() (n int)

func (*Vector_PredefinedUser) String

func (m *Vector_PredefinedUser) String() string

func (*Vector_PredefinedUser) Unmarshal

func (m *Vector_PredefinedUser) Unmarshal(dAtA []byte) error

func (*Vector_PredefinedUser) XXX_DiscardUnknown

func (m *Vector_PredefinedUser) XXX_DiscardUnknown()

func (*Vector_PredefinedUser) XXX_Marshal

func (m *Vector_PredefinedUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Vector_PredefinedUser) XXX_Merge

func (m *Vector_PredefinedUser) XXX_Merge(src proto.Message)

func (*Vector_PredefinedUser) XXX_Size

func (m *Vector_PredefinedUser) XXX_Size() int

func (*Vector_PredefinedUser) XXX_Unmarshal

func (m *Vector_PredefinedUser) XXX_Unmarshal(b []byte) error

type Vector_PrivacyRule

type Vector_PrivacyRule struct {
	Datas                []*mtproto.PrivacyRule `protobuf:"bytes,1,rep,name=datas,proto3" json:"datas,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*Vector_PrivacyRule) CalcByteSize

func (m *Vector_PrivacyRule) CalcByteSize(layer int32) int

func (*Vector_PrivacyRule) DebugString

func (m *Vector_PrivacyRule) DebugString() string

func (*Vector_PrivacyRule) Decode

func (m *Vector_PrivacyRule) Decode(dBuf *mtproto.DecodeBuf) error

func (*Vector_PrivacyRule) Descriptor

func (*Vector_PrivacyRule) Descriptor() ([]byte, []int)

func (*Vector_PrivacyRule) Encode

func (m *Vector_PrivacyRule) Encode(x *mtproto.EncodeBuf, layer int32) error

Vector_PrivacyRule /////////////////////////////////////////////////////////////////////////////

func (*Vector_PrivacyRule) GetDatas

func (m *Vector_PrivacyRule) GetDatas() []*mtproto.PrivacyRule

func (*Vector_PrivacyRule) GoString

func (this *Vector_PrivacyRule) GoString() string

func (*Vector_PrivacyRule) Marshal

func (m *Vector_PrivacyRule) Marshal() (dAtA []byte, err error)

func (*Vector_PrivacyRule) MarshalTo

func (m *Vector_PrivacyRule) MarshalTo(dAtA []byte) (int, error)

func (*Vector_PrivacyRule) MarshalToSizedBuffer

func (m *Vector_PrivacyRule) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Vector_PrivacyRule) ProtoMessage

func (*Vector_PrivacyRule) ProtoMessage()

func (*Vector_PrivacyRule) Reset

func (m *Vector_PrivacyRule) Reset()

func (*Vector_PrivacyRule) Size

func (m *Vector_PrivacyRule) Size() (n int)

func (*Vector_PrivacyRule) String

func (m *Vector_PrivacyRule) String() string

func (*Vector_PrivacyRule) Unmarshal

func (m *Vector_PrivacyRule) Unmarshal(dAtA []byte) error

func (*Vector_PrivacyRule) XXX_DiscardUnknown

func (m *Vector_PrivacyRule) XXX_DiscardUnknown()

func (*Vector_PrivacyRule) XXX_Marshal

func (m *Vector_PrivacyRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Vector_PrivacyRule) XXX_Merge

func (m *Vector_PrivacyRule) XXX_Merge(src proto.Message)

func (*Vector_PrivacyRule) XXX_Size

func (m *Vector_PrivacyRule) XXX_Size() int

func (*Vector_PrivacyRule) XXX_Unmarshal

func (m *Vector_PrivacyRule) XXX_Unmarshal(b []byte) error

type Vector_UserData added in v0.90.1

type Vector_UserData struct {
	Datas                []*mtproto.UserData `protobuf:"bytes,1,rep,name=datas,proto3" json:"datas,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*Vector_UserData) CalcByteSize added in v0.90.1

func (m *Vector_UserData) CalcByteSize(layer int32) int

func (*Vector_UserData) DebugString added in v0.90.1

func (m *Vector_UserData) DebugString() string

func (*Vector_UserData) Decode added in v0.90.1

func (m *Vector_UserData) Decode(dBuf *mtproto.DecodeBuf) error

func (*Vector_UserData) Descriptor added in v0.90.1

func (*Vector_UserData) Descriptor() ([]byte, []int)

func (*Vector_UserData) Encode added in v0.90.1

func (m *Vector_UserData) Encode(x *mtproto.EncodeBuf, layer int32) error

Vector_UserData /////////////////////////////////////////////////////////////////////////////

func (*Vector_UserData) GetDatas added in v0.90.1

func (m *Vector_UserData) GetDatas() []*mtproto.UserData

func (*Vector_UserData) GoString added in v0.90.1

func (this *Vector_UserData) GoString() string

func (*Vector_UserData) Marshal added in v0.90.1

func (m *Vector_UserData) Marshal() (dAtA []byte, err error)

func (*Vector_UserData) MarshalTo added in v0.90.1

func (m *Vector_UserData) MarshalTo(dAtA []byte) (int, error)

func (*Vector_UserData) MarshalToSizedBuffer added in v0.90.1

func (m *Vector_UserData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Vector_UserData) ProtoMessage added in v0.90.1

func (*Vector_UserData) ProtoMessage()

func (*Vector_UserData) Reset added in v0.90.1

func (m *Vector_UserData) Reset()

func (*Vector_UserData) Size added in v0.90.1

func (m *Vector_UserData) Size() (n int)

func (*Vector_UserData) String added in v0.90.1

func (m *Vector_UserData) String() string

func (*Vector_UserData) Unmarshal added in v0.90.1

func (m *Vector_UserData) Unmarshal(dAtA []byte) error

func (*Vector_UserData) XXX_DiscardUnknown added in v0.90.1

func (m *Vector_UserData) XXX_DiscardUnknown()

func (*Vector_UserData) XXX_Marshal added in v0.90.1

func (m *Vector_UserData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Vector_UserData) XXX_Merge added in v0.90.1

func (m *Vector_UserData) XXX_Merge(src proto.Message)

func (*Vector_UserData) XXX_Size added in v0.90.1

func (m *Vector_UserData) XXX_Size() int

func (*Vector_UserData) XXX_Unmarshal added in v0.90.1

func (m *Vector_UserData) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL