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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1199: func (s UpdateClassArray) AsUpdateBotCommands() (to UpdateBotCommandsArray) {
		tl_update_slices_gen.go#L8513: type UpdateBotCommandsArray []UpdateBotCommands
		tl_update_slices_gen.go#L8516: func (s UpdateBotCommandsArray) Sort(less func(a, b UpdateBotCommands) bool) UpdateBotCommandsArray {
		tl_update_slices_gen.go#L8524: func (s UpdateBotCommandsArray) SortStable(less func(a, b UpdateBotCommands) bool) UpdateBotCommandsArray {
		tl_update_slices_gen.go#L8532: func (s UpdateBotCommandsArray) Retain(keep func(x UpdateBotCommands) bool) UpdateBotCommandsArray {
		tl_update_slices_gen.go#L8546: func (s UpdateBotCommandsArray) First() (v UpdateBotCommands, ok bool) {
		tl_update_slices_gen.go#L8554: func (s UpdateBotCommandsArray) Last() (v UpdateBotCommands, ok bool) {
		tl_update_slices_gen.go#L8562: func (s *UpdateBotCommandsArray) PopFirst() (v UpdateBotCommands, ok bool) {
		tl_update_slices_gen.go#L8581: func (s *UpdateBotCommandsArray) Pop() (v UpdateBotCommands, ok bool) {