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

12 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_slices_gen.go#L172: func (s KeyboardButtonClassArray) AsKeyboardButtonRequestGeoLocation() (to KeyboardButtonRequestGeoLocationArray) {
		tl_keyboard_button_slices_gen.go#L682: type KeyboardButtonRequestGeoLocationArray []KeyboardButtonRequestGeoLocation
		tl_keyboard_button_slices_gen.go#L685: func (s KeyboardButtonRequestGeoLocationArray) Sort(less func(a, b KeyboardButtonRequestGeoLocation) bool) KeyboardButtonRequestGeoLocationArray {
		tl_keyboard_button_slices_gen.go#L693: func (s KeyboardButtonRequestGeoLocationArray) SortStable(less func(a, b KeyboardButtonRequestGeoLocation) bool) KeyboardButtonRequestGeoLocationArray {
		tl_keyboard_button_slices_gen.go#L701: func (s KeyboardButtonRequestGeoLocationArray) Retain(keep func(x KeyboardButtonRequestGeoLocation) bool) KeyboardButtonRequestGeoLocationArray {
		tl_keyboard_button_slices_gen.go#L715: func (s KeyboardButtonRequestGeoLocationArray) First() (v KeyboardButtonRequestGeoLocation, ok bool) {
		tl_keyboard_button_slices_gen.go#L723: func (s KeyboardButtonRequestGeoLocationArray) Last() (v KeyboardButtonRequestGeoLocation, ok bool) {
		tl_keyboard_button_slices_gen.go#L731: func (s *KeyboardButtonRequestGeoLocationArray) PopFirst() (v KeyboardButtonRequestGeoLocation, ok bool) {
		tl_keyboard_button_slices_gen.go#L750: func (s *KeyboardButtonRequestGeoLocationArray) Pop() (v KeyboardButtonRequestGeoLocation, ok bool) {