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

22 uses

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