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) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |