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#L656: type KeyboardButtonRequestGeoLocationArray []KeyboardButtonRequestGeoLocation
		tl_keyboard_button_slices_gen.go#L659: func (s KeyboardButtonRequestGeoLocationArray) Sort(less func(a, b KeyboardButtonRequestGeoLocation) bool) KeyboardButtonRequestGeoLocationArray {
		tl_keyboard_button_slices_gen.go#L667: func (s KeyboardButtonRequestGeoLocationArray) SortStable(less func(a, b KeyboardButtonRequestGeoLocation) bool) KeyboardButtonRequestGeoLocationArray {
		tl_keyboard_button_slices_gen.go#L675: func (s KeyboardButtonRequestGeoLocationArray) Retain(keep func(x KeyboardButtonRequestGeoLocation) bool) KeyboardButtonRequestGeoLocationArray {
		tl_keyboard_button_slices_gen.go#L689: func (s KeyboardButtonRequestGeoLocationArray) First() (v KeyboardButtonRequestGeoLocation, ok bool) {
		tl_keyboard_button_slices_gen.go#L697: func (s KeyboardButtonRequestGeoLocationArray) Last() (v KeyboardButtonRequestGeoLocation, ok bool) {
		tl_keyboard_button_slices_gen.go#L705: func (s *KeyboardButtonRequestGeoLocationArray) PopFirst() (v KeyboardButtonRequestGeoLocation, ok bool) {
		tl_keyboard_button_slices_gen.go#L724: func (s *KeyboardButtonRequestGeoLocationArray) Pop() (v KeyboardButtonRequestGeoLocation, ok bool) {