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

22 uses

	github.com/gotd/td/tg (current package)
		tl_bots_get_bot_commands_gen.go#L38: type BotsGetBotCommandsRequest struct {
		tl_bots_get_bot_commands_gen.go#L50: 	_ bin.Encoder     = &BotsGetBotCommandsRequest{}
		tl_bots_get_bot_commands_gen.go#L51: 	_ bin.Decoder     = &BotsGetBotCommandsRequest{}
		tl_bots_get_bot_commands_gen.go#L52: 	_ bin.BareEncoder = &BotsGetBotCommandsRequest{}
		tl_bots_get_bot_commands_gen.go#L53: 	_ bin.BareDecoder = &BotsGetBotCommandsRequest{}
		tl_bots_get_bot_commands_gen.go#L56: func (g *BotsGetBotCommandsRequest) Zero() bool {
		tl_bots_get_bot_commands_gen.go#L71: func (g *BotsGetBotCommandsRequest) String() string {
		tl_bots_get_bot_commands_gen.go#L75: 	type Alias BotsGetBotCommandsRequest
		tl_bots_get_bot_commands_gen.go#L80: func (g *BotsGetBotCommandsRequest) FillFrom(from interface {
		tl_bots_get_bot_commands_gen.go#L91: func (*BotsGetBotCommandsRequest) TypeID() uint32 {
		tl_bots_get_bot_commands_gen.go#L96: func (*BotsGetBotCommandsRequest) TypeName() string {
		tl_bots_get_bot_commands_gen.go#L101: func (g *BotsGetBotCommandsRequest) TypeInfo() tdp.Type {
		tl_bots_get_bot_commands_gen.go#L124: func (g *BotsGetBotCommandsRequest) Encode(b *bin.Buffer) error {
		tl_bots_get_bot_commands_gen.go#L133: func (g *BotsGetBotCommandsRequest) EncodeBare(b *bin.Buffer) error {
		tl_bots_get_bot_commands_gen.go#L148: func (g *BotsGetBotCommandsRequest) Decode(b *bin.Buffer) error {
		tl_bots_get_bot_commands_gen.go#L159: func (g *BotsGetBotCommandsRequest) DecodeBare(b *bin.Buffer) error {
		tl_bots_get_bot_commands_gen.go#L181: func (g *BotsGetBotCommandsRequest) GetScope() (value BotCommandScopeClass) {
		tl_bots_get_bot_commands_gen.go#L189: func (g *BotsGetBotCommandsRequest) GetLangCode() (value string) {
		tl_bots_get_bot_commands_gen.go#L205: func (c *Client) BotsGetBotCommands(ctx context.Context, request *BotsGetBotCommandsRequest) ([]BotCommand, error) {
		tl_registry_gen.go#L5245: 		BotsGetBotCommandsRequestTypeID:                                         func() bin.Object { return &BotsGetBotCommandsRequest{} },
		tl_server_gen.go#L7946: func (s *ServerDispatcher) OnBotsGetBotCommands(f func(ctx context.Context, request *BotsGetBotCommandsRequest) ([]BotCommand, error)) {
		tl_server_gen.go#L7948: 		var request BotsGetBotCommandsRequest