github.com/gotd/td/tg.BotsSetBotCommandsRequest.Commands (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_bots_set_bot_commands_gen.go#L44: 	Commands []BotCommand
		tl_bots_set_bot_commands_gen.go#L68: 	if !(s.Commands == nil) {
		tl_bots_set_bot_commands_gen.go#L92: 	s.Commands = from.GetCommands()
		tl_bots_set_bot_commands_gen.go#L155: 	b.PutVectorHeader(len(s.Commands))
		tl_bots_set_bot_commands_gen.go#L156: 	for idx, v := range s.Commands {
		tl_bots_set_bot_commands_gen.go#L201: 			s.Commands = make([]BotCommand, 0, headerLen%bin.PreallocateLimit)
		tl_bots_set_bot_commands_gen.go#L208: 			s.Commands = append(s.Commands, value)
		tl_bots_set_bot_commands_gen.go#L235: 	return s.Commands