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

23 uses

	github.com/gotd/td/tg (current package)
		tl_bots_set_bot_commands_gen.go#L38: type BotsSetBotCommandsRequest struct {
		tl_bots_set_bot_commands_gen.go#L52: 	_ bin.Encoder     = &BotsSetBotCommandsRequest{}
		tl_bots_set_bot_commands_gen.go#L53: 	_ bin.Decoder     = &BotsSetBotCommandsRequest{}
		tl_bots_set_bot_commands_gen.go#L54: 	_ bin.BareEncoder = &BotsSetBotCommandsRequest{}
		tl_bots_set_bot_commands_gen.go#L55: 	_ bin.BareDecoder = &BotsSetBotCommandsRequest{}
		tl_bots_set_bot_commands_gen.go#L58: func (s *BotsSetBotCommandsRequest) Zero() bool {
		tl_bots_set_bot_commands_gen.go#L76: func (s *BotsSetBotCommandsRequest) String() string {
		tl_bots_set_bot_commands_gen.go#L80: 	type Alias BotsSetBotCommandsRequest
		tl_bots_set_bot_commands_gen.go#L85: func (s *BotsSetBotCommandsRequest) FillFrom(from interface {
		tl_bots_set_bot_commands_gen.go#L98: func (*BotsSetBotCommandsRequest) TypeID() uint32 {
		tl_bots_set_bot_commands_gen.go#L103: func (*BotsSetBotCommandsRequest) TypeName() string {
		tl_bots_set_bot_commands_gen.go#L108: func (s *BotsSetBotCommandsRequest) TypeInfo() tdp.Type {
		tl_bots_set_bot_commands_gen.go#L135: func (s *BotsSetBotCommandsRequest) Encode(b *bin.Buffer) error {
		tl_bots_set_bot_commands_gen.go#L144: func (s *BotsSetBotCommandsRequest) EncodeBare(b *bin.Buffer) error {
		tl_bots_set_bot_commands_gen.go#L165: func (s *BotsSetBotCommandsRequest) Decode(b *bin.Buffer) error {
		tl_bots_set_bot_commands_gen.go#L176: func (s *BotsSetBotCommandsRequest) DecodeBare(b *bin.Buffer) error {
		tl_bots_set_bot_commands_gen.go#L215: func (s *BotsSetBotCommandsRequest) GetScope() (value BotCommandScopeClass) {
		tl_bots_set_bot_commands_gen.go#L223: func (s *BotsSetBotCommandsRequest) GetLangCode() (value string) {
		tl_bots_set_bot_commands_gen.go#L231: func (s *BotsSetBotCommandsRequest) GetCommands() (value []BotCommand) {
		tl_bots_set_bot_commands_gen.go#L252: func (c *Client) BotsSetBotCommands(ctx context.Context, request *BotsSetBotCommandsRequest) (bool, error) {
		tl_registry_gen.go#L5243: 		BotsSetBotCommandsRequestTypeID:                                         func() bin.Object { return &BotsSetBotCommandsRequest{} },
		tl_server_gen.go#L7904: func (s *ServerDispatcher) OnBotsSetBotCommands(f func(ctx context.Context, request *BotsSetBotCommandsRequest) (bool, error)) {
		tl_server_gen.go#L7906: 		var request BotsSetBotCommandsRequest