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

11 uses

	github.com/gotd/td/tg (current package)
		tl_bot_info_gen.go#L63: 	Commands []BotCommand
		tl_bot_info_gen.go#L100: 	if !(b.Commands == nil) {
		tl_bot_info_gen.go#L145: 		b.Commands = val
		tl_bot_info_gen.go#L225: 	if !(b.Commands == nil) {
		tl_bot_info_gen.go#L274: 		buf.PutVectorHeader(len(b.Commands))
		tl_bot_info_gen.go#L275: 		for idx, v := range b.Commands {
		tl_bot_info_gen.go#L348: 			b.Commands = make([]BotCommand, 0, headerLen%bin.PreallocateLimit)
		tl_bot_info_gen.go#L355: 			b.Commands = append(b.Commands, value)
		tl_bot_info_gen.go#L443: 	b.Commands = value
		tl_bot_info_gen.go#L455: 	return b.Commands, true