type github.com/gotd/td/tg.BotInfo
47 uses
github.com/gotd/td/tg (current package)
tl_bot_info_gen.go#L38: type BotInfo struct {
tl_bot_info_gen.go#L75: _ bin.Encoder = &BotInfo{}
tl_bot_info_gen.go#L76: _ bin.Decoder = &BotInfo{}
tl_bot_info_gen.go#L77: _ bin.BareEncoder = &BotInfo{}
tl_bot_info_gen.go#L78: _ bin.BareDecoder = &BotInfo{}
tl_bot_info_gen.go#L81: func (b *BotInfo) Zero() bool {
tl_bot_info_gen.go#L111: func (b *BotInfo) String() string {
tl_bot_info_gen.go#L115: type Alias BotInfo
tl_bot_info_gen.go#L120: func (b *BotInfo) FillFrom(from interface {
tl_bot_info_gen.go#L157: func (*BotInfo) TypeID() uint32 {
tl_bot_info_gen.go#L162: func (*BotInfo) TypeName() string {
tl_bot_info_gen.go#L167: func (b *BotInfo) TypeInfo() tdp.Type {
tl_bot_info_gen.go#L212: func (b *BotInfo) SetFlags() {
tl_bot_info_gen.go#L234: func (b *BotInfo) Encode(buf *bin.Buffer) error {
tl_bot_info_gen.go#L243: func (b *BotInfo) EncodeBare(buf *bin.Buffer) error {
tl_bot_info_gen.go#L293: func (b *BotInfo) Decode(buf *bin.Buffer) error {
tl_bot_info_gen.go#L304: func (b *BotInfo) DecodeBare(buf *bin.Buffer) error {
tl_bot_info_gen.go#L369: func (b *BotInfo) SetUserID(value int64) {
tl_bot_info_gen.go#L376: func (b *BotInfo) GetUserID() (value int64, ok bool) {
tl_bot_info_gen.go#L387: func (b *BotInfo) SetDescription(value string) {
tl_bot_info_gen.go#L394: func (b *BotInfo) GetDescription() (value string, ok bool) {
tl_bot_info_gen.go#L405: func (b *BotInfo) SetDescriptionPhoto(value PhotoClass) {
tl_bot_info_gen.go#L412: func (b *BotInfo) GetDescriptionPhoto() (value PhotoClass, ok bool) {
tl_bot_info_gen.go#L423: func (b *BotInfo) SetDescriptionDocument(value DocumentClass) {
tl_bot_info_gen.go#L430: func (b *BotInfo) GetDescriptionDocument() (value DocumentClass, ok bool) {
tl_bot_info_gen.go#L441: func (b *BotInfo) SetCommands(value []BotCommand) {
tl_bot_info_gen.go#L448: func (b *BotInfo) GetCommands() (value []BotCommand, ok bool) {
tl_bot_info_gen.go#L459: func (b *BotInfo) SetMenuButton(value BotMenuButtonClass) {
tl_bot_info_gen.go#L466: func (b *BotInfo) GetMenuButton() (value BotMenuButtonClass, ok bool) {
tl_bot_info_gen.go#L478: func (b *BotInfo) GetDescriptionPhotoAsNotEmpty() (*Photo, bool) {
tl_bot_info_gen.go#L487: func (b *BotInfo) GetDescriptionDocumentAsNotEmpty() (*Document, bool) {
tl_chat_full_gen.go#L78: BotInfo []BotInfo
tl_chat_full_gen.go#L237: GetBotInfo() (value []BotInfo, ok bool)
tl_chat_full_gen.go#L641: c.BotInfo = make([]BotInfo, 0, headerLen%bin.PreallocateLimit)
tl_chat_full_gen.go#L644: var value BotInfo
tl_chat_full_gen.go#L851: func (c *ChatFull) SetBotInfo(value []BotInfo) {
tl_chat_full_gen.go#L858: func (c *ChatFull) GetBotInfo() (value []BotInfo, ok bool) {
tl_chat_full_gen.go#L1150: BotInfo []BotInfo
tl_chat_full_gen.go#L1501: GetBotInfo() (value []BotInfo)
tl_chat_full_gen.go#L2373: c.BotInfo = make([]BotInfo, 0, headerLen%bin.PreallocateLimit)
tl_chat_full_gen.go#L2376: var value BotInfo
tl_chat_full_gen.go#L2992: func (c *ChannelFull) GetBotInfo() (value []BotInfo) {
tl_registry_gen.go#L4105: BotInfoTypeID: func() bin.Object { return &BotInfo{} },
tl_user_full_gen.go#L110: BotInfo BotInfo
tl_user_full_gen.go#L319: GetBotInfo() (value BotInfo, ok bool)
tl_user_full_gen.go#L1243: func (u *UserFull) SetBotInfo(value BotInfo) {
tl_user_full_gen.go#L1250: func (u *UserFull) GetBotInfo() (value BotInfo, ok bool) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |