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

9 uses

	github.com/gotd/td/tg (current package)
		tl_update_gen.go#L19153: 	Commands []BotCommand
		tl_update_gen.go#L19182: 	if !(u.Commands == nil) {
		tl_update_gen.go#L19206: 	u.Commands = from.GetCommands()
		tl_update_gen.go#L19269: 	b.PutVectorHeader(len(u.Commands))
		tl_update_gen.go#L19270: 	for idx, v := range u.Commands {
		tl_update_gen.go#L19315: 			u.Commands = make([]BotCommand, 0, headerLen%bin.PreallocateLimit)
		tl_update_gen.go#L19322: 			u.Commands = append(u.Commands, value)
		tl_update_gen.go#L19349: 	return u.Commands