type github.com/gotd/td/tg.BotsBotInfo

23 uses

	github.com/gotd/td/tg (current package)
		tl_bots_bot_info_gen.go#L38: type BotsBotInfo struct {
		tl_bots_bot_info_gen.go#L52: 	_ bin.Encoder     = &BotsBotInfo{}
		tl_bots_bot_info_gen.go#L53: 	_ bin.Decoder     = &BotsBotInfo{}
		tl_bots_bot_info_gen.go#L54: 	_ bin.BareEncoder = &BotsBotInfo{}
		tl_bots_bot_info_gen.go#L55: 	_ bin.BareDecoder = &BotsBotInfo{}
		tl_bots_bot_info_gen.go#L58: func (b *BotsBotInfo) Zero() bool {
		tl_bots_bot_info_gen.go#L76: func (b *BotsBotInfo) String() string {
		tl_bots_bot_info_gen.go#L80: 	type Alias BotsBotInfo
		tl_bots_bot_info_gen.go#L85: func (b *BotsBotInfo) FillFrom(from interface {
		tl_bots_bot_info_gen.go#L98: func (*BotsBotInfo) TypeID() uint32 {
		tl_bots_bot_info_gen.go#L103: func (*BotsBotInfo) TypeName() string {
		tl_bots_bot_info_gen.go#L108: func (b *BotsBotInfo) TypeInfo() tdp.Type {
		tl_bots_bot_info_gen.go#L135: func (b *BotsBotInfo) Encode(buf *bin.Buffer) error {
		tl_bots_bot_info_gen.go#L144: func (b *BotsBotInfo) EncodeBare(buf *bin.Buffer) error {
		tl_bots_bot_info_gen.go#L155: func (b *BotsBotInfo) Decode(buf *bin.Buffer) error {
		tl_bots_bot_info_gen.go#L166: func (b *BotsBotInfo) DecodeBare(buf *bin.Buffer) error {
		tl_bots_bot_info_gen.go#L195: func (b *BotsBotInfo) GetName() (value string) {
		tl_bots_bot_info_gen.go#L203: func (b *BotsBotInfo) GetAbout() (value string) {
		tl_bots_bot_info_gen.go#L211: func (b *BotsBotInfo) GetDescription() (value string) {
		tl_bots_get_bot_info_gen.go#L251: func (c *Client) BotsGetBotInfo(ctx context.Context, request *BotsGetBotInfoRequest) (*BotsBotInfo, error) {
		tl_bots_get_bot_info_gen.go#L252: 	var result BotsBotInfo
		tl_registry_gen.go#L4746: 		BotsBotInfoTypeID:                                                       func() bin.Object { return &BotsBotInfo{} },
		tl_server_gen.go#L8064: func (s *ServerDispatcher) OnBotsGetBotInfo(f func(ctx context.Context, request *BotsGetBotInfoRequest) (*BotsBotInfo, error)) {