type github.com/gotd/td/tg.BotInfo
55 uses
github.com/gotd/td/tg (current package)
tl_bot_info_gen.go#L38: type BotInfo struct {
tl_bot_info_gen.go#L105: _ bin.Encoder = &BotInfo{}
tl_bot_info_gen.go#L106: _ bin.Decoder = &BotInfo{}
tl_bot_info_gen.go#L107: _ bin.BareEncoder = &BotInfo{}
tl_bot_info_gen.go#L108: _ bin.BareDecoder = &BotInfo{}
tl_bot_info_gen.go#L111: func (b *BotInfo) Zero() bool {
tl_bot_info_gen.go#L153: func (b *BotInfo) String() string {
tl_bot_info_gen.go#L157: type Alias BotInfo
tl_bot_info_gen.go#L162: func (b *BotInfo) FillFrom(from interface {
tl_bot_info_gen.go#L216: func (*BotInfo) TypeID() uint32 {
tl_bot_info_gen.go#L221: func (*BotInfo) TypeName() string {
tl_bot_info_gen.go#L226: func (b *BotInfo) TypeInfo() tdp.Type {
tl_bot_info_gen.go#L291: func (b *BotInfo) SetFlags() {
tl_bot_info_gen.go#L325: func (b *BotInfo) Encode(buf *bin.Buffer) error {
tl_bot_info_gen.go#L334: func (b *BotInfo) EncodeBare(buf *bin.Buffer) error {
tl_bot_info_gen.go#L397: func (b *BotInfo) Decode(buf *bin.Buffer) error {
tl_bot_info_gen.go#L408: func (b *BotInfo) DecodeBare(buf *bin.Buffer) error {
tl_bot_info_gen.go#L491: func (b *BotInfo) SetHasPreviewMedias(value bool) {
tl_bot_info_gen.go#L502: func (b *BotInfo) GetHasPreviewMedias() (value bool) {
tl_bot_info_gen.go#L510: func (b *BotInfo) SetUserID(value int64) {
tl_bot_info_gen.go#L517: func (b *BotInfo) GetUserID() (value int64, ok bool) {
tl_bot_info_gen.go#L528: func (b *BotInfo) SetDescription(value string) {
tl_bot_info_gen.go#L535: func (b *BotInfo) GetDescription() (value string, ok bool) {
tl_bot_info_gen.go#L546: func (b *BotInfo) SetDescriptionPhoto(value PhotoClass) {
tl_bot_info_gen.go#L553: func (b *BotInfo) GetDescriptionPhoto() (value PhotoClass, ok bool) {
tl_bot_info_gen.go#L564: func (b *BotInfo) SetDescriptionDocument(value DocumentClass) {
tl_bot_info_gen.go#L571: func (b *BotInfo) GetDescriptionDocument() (value DocumentClass, ok bool) {
tl_bot_info_gen.go#L582: func (b *BotInfo) SetCommands(value []BotCommand) {
tl_bot_info_gen.go#L589: func (b *BotInfo) GetCommands() (value []BotCommand, ok bool) {
tl_bot_info_gen.go#L600: func (b *BotInfo) SetMenuButton(value BotMenuButtonClass) {
tl_bot_info_gen.go#L607: func (b *BotInfo) GetMenuButton() (value BotMenuButtonClass, ok bool) {
tl_bot_info_gen.go#L618: func (b *BotInfo) SetPrivacyPolicyURL(value string) {
tl_bot_info_gen.go#L625: func (b *BotInfo) GetPrivacyPolicyURL() (value string, ok bool) {
tl_bot_info_gen.go#L636: func (b *BotInfo) SetAppSettings(value BotAppSettings) {
tl_bot_info_gen.go#L643: func (b *BotInfo) GetAppSettings() (value BotAppSettings, ok bool) {
tl_bot_info_gen.go#L654: func (b *BotInfo) SetVerifierSettings(value BotVerifierSettings) {
tl_bot_info_gen.go#L661: func (b *BotInfo) GetVerifierSettings() (value BotVerifierSettings, ok bool) {
tl_bot_info_gen.go#L673: func (b *BotInfo) GetDescriptionPhotoAsNotEmpty() (*Photo, bool) {
tl_bot_info_gen.go#L682: func (b *BotInfo) GetDescriptionDocumentAsNotEmpty() (*Document, bool) {
tl_chat_full_gen.go#L82: BotInfo []BotInfo
tl_chat_full_gen.go#L252: GetBotInfo() (value []BotInfo, ok bool)
tl_chat_full_gen.go#L675: c.BotInfo = make([]BotInfo, 0, headerLen%bin.PreallocateLimit)
tl_chat_full_gen.go#L678: var value BotInfo
tl_chat_full_gen.go#L894: func (c *ChatFull) SetBotInfo(value []BotInfo) {
tl_chat_full_gen.go#L901: func (c *ChatFull) GetBotInfo() (value []BotInfo, ok bool) {
tl_chat_full_gen.go#L1252: BotInfo []BotInfo
tl_chat_full_gen.go#L1740: GetBotInfo() (value []BotInfo)
tl_chat_full_gen.go#L2838: c.BotInfo = make([]BotInfo, 0, headerLen%bin.PreallocateLimit)
tl_chat_full_gen.go#L2841: var value BotInfo
tl_chat_full_gen.go#L3651: func (c *ChannelFull) GetBotInfo() (value []BotInfo) {
tl_registry_gen.go#L5488: BotInfoTypeID: func() bin.Object { return &BotInfo{} },
tl_user_full_gen.go#L181: BotInfo BotInfo
tl_user_full_gen.go#L630: GetBotInfo() (value BotInfo, ok bool)
tl_user_full_gen.go#L2260: func (u *UserFull) SetBotInfo(value BotInfo) {
tl_user_full_gen.go#L2267: func (u *UserFull) GetBotInfo() (value BotInfo, ok bool) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |