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

24 uses

	github.com/gotd/td/tg (current package)
		tl_bots_get_bot_info_gen.go#L39: type BotsGetBotInfoRequest struct {
		tl_bots_get_bot_info_gen.go#L59: 	_ bin.Encoder     = &BotsGetBotInfoRequest{}
		tl_bots_get_bot_info_gen.go#L60: 	_ bin.Decoder     = &BotsGetBotInfoRequest{}
		tl_bots_get_bot_info_gen.go#L61: 	_ bin.BareEncoder = &BotsGetBotInfoRequest{}
		tl_bots_get_bot_info_gen.go#L62: 	_ bin.BareDecoder = &BotsGetBotInfoRequest{}
		tl_bots_get_bot_info_gen.go#L65: func (g *BotsGetBotInfoRequest) Zero() bool {
		tl_bots_get_bot_info_gen.go#L83: func (g *BotsGetBotInfoRequest) String() string {
		tl_bots_get_bot_info_gen.go#L87: 	type Alias BotsGetBotInfoRequest
		tl_bots_get_bot_info_gen.go#L92: func (g *BotsGetBotInfoRequest) FillFrom(from interface {
		tl_bots_get_bot_info_gen.go#L106: func (*BotsGetBotInfoRequest) TypeID() uint32 {
		tl_bots_get_bot_info_gen.go#L111: func (*BotsGetBotInfoRequest) TypeName() string {
		tl_bots_get_bot_info_gen.go#L116: func (g *BotsGetBotInfoRequest) TypeInfo() tdp.Type {
		tl_bots_get_bot_info_gen.go#L140: func (g *BotsGetBotInfoRequest) SetFlags() {
		tl_bots_get_bot_info_gen.go#L147: func (g *BotsGetBotInfoRequest) Encode(b *bin.Buffer) error {
		tl_bots_get_bot_info_gen.go#L156: func (g *BotsGetBotInfoRequest) EncodeBare(b *bin.Buffer) error {
		tl_bots_get_bot_info_gen.go#L177: func (g *BotsGetBotInfoRequest) Decode(b *bin.Buffer) error {
		tl_bots_get_bot_info_gen.go#L188: func (g *BotsGetBotInfoRequest) DecodeBare(b *bin.Buffer) error {
		tl_bots_get_bot_info_gen.go#L215: func (g *BotsGetBotInfoRequest) SetBot(value InputUserClass) {
		tl_bots_get_bot_info_gen.go#L222: func (g *BotsGetBotInfoRequest) GetBot() (value InputUserClass, ok bool) {
		tl_bots_get_bot_info_gen.go#L233: func (g *BotsGetBotInfoRequest) GetLangCode() (value string) {
		tl_bots_get_bot_info_gen.go#L251: func (c *Client) BotsGetBotInfo(ctx context.Context, request *BotsGetBotInfoRequest) (*BotsBotInfo, error) {
		tl_registry_gen.go#L5251: 		BotsGetBotInfoRequestTypeID:                                             func() bin.Object { return &BotsGetBotInfoRequest{} },
		tl_server_gen.go#L8064: func (s *ServerDispatcher) OnBotsGetBotInfo(f func(ctx context.Context, request *BotsGetBotInfoRequest) (*BotsBotInfo, error)) {
		tl_server_gen.go#L8066: 		var request BotsGetBotInfoRequest