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

11 uses

	github.com/gotd/td/tg (current package)
		tl_bot_info_gen.go#L69: 	Commands []BotCommand
		tl_bot_info_gen.go#L133: 	if !(b.Commands == nil) {
		tl_bot_info_gen.go#L192: 		b.Commands = val
		tl_bot_info_gen.go#L307: 	if !(b.Commands == nil) {
		tl_bot_info_gen.go#L365: 		buf.PutVectorHeader(len(b.Commands))
		tl_bot_info_gen.go#L366: 		for idx, v := range b.Commands {
		tl_bot_info_gen.go#L453: 			b.Commands = make([]BotCommand, 0, headerLen%bin.PreallocateLimit)
		tl_bot_info_gen.go#L460: 			b.Commands = append(b.Commands, value)
		tl_bot_info_gen.go#L584: 	b.Commands = value
		tl_bot_info_gen.go#L596: 	return b.Commands, true