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

34 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_gen.go#L965: type KeyboardButtonRequestGeoLocation struct {
		tl_keyboard_button_gen.go#L986: func (k KeyboardButtonRequestGeoLocation) construct() KeyboardButtonClass { return &k }
		tl_keyboard_button_gen.go#L990: 	_ bin.Encoder     = &KeyboardButtonRequestGeoLocation{}
		tl_keyboard_button_gen.go#L991: 	_ bin.Decoder     = &KeyboardButtonRequestGeoLocation{}
		tl_keyboard_button_gen.go#L992: 	_ bin.BareEncoder = &KeyboardButtonRequestGeoLocation{}
		tl_keyboard_button_gen.go#L993: 	_ bin.BareDecoder = &KeyboardButtonRequestGeoLocation{}
		tl_keyboard_button_gen.go#L995: 	_ KeyboardButtonClass = &KeyboardButtonRequestGeoLocation{}
		tl_keyboard_button_gen.go#L998: func (k *KeyboardButtonRequestGeoLocation) Zero() bool {
		tl_keyboard_button_gen.go#L1016: func (k *KeyboardButtonRequestGeoLocation) String() string {
		tl_keyboard_button_gen.go#L1020: 	type Alias KeyboardButtonRequestGeoLocation
		tl_keyboard_button_gen.go#L1025: func (k *KeyboardButtonRequestGeoLocation) FillFrom(from interface {
		tl_keyboard_button_gen.go#L1039: func (*KeyboardButtonRequestGeoLocation) TypeID() uint32 {
		tl_keyboard_button_gen.go#L1044: func (*KeyboardButtonRequestGeoLocation) TypeName() string {
		tl_keyboard_button_gen.go#L1049: func (k *KeyboardButtonRequestGeoLocation) TypeInfo() tdp.Type {
		tl_keyboard_button_gen.go#L1073: func (k *KeyboardButtonRequestGeoLocation) SetFlags() {
		tl_keyboard_button_gen.go#L1080: func (k *KeyboardButtonRequestGeoLocation) Encode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L1089: func (k *KeyboardButtonRequestGeoLocation) EncodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L1107: func (k *KeyboardButtonRequestGeoLocation) Decode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L1118: func (k *KeyboardButtonRequestGeoLocation) DecodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L1143: func (k *KeyboardButtonRequestGeoLocation) SetStyle(value KeyboardButtonStyle) {
		tl_keyboard_button_gen.go#L1150: func (k *KeyboardButtonRequestGeoLocation) GetStyle() (value KeyboardButtonStyle, ok bool) {
		tl_keyboard_button_gen.go#L1161: func (k *KeyboardButtonRequestGeoLocation) GetText() (value string) {
		tl_keyboard_button_gen.go#L4919: 		v := KeyboardButtonRequestGeoLocation{}
		tl_keyboard_button_slices_gen.go#L174: 		value, ok := elem.(*KeyboardButtonRequestGeoLocation)
		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#L741: 	var zero KeyboardButtonRequestGeoLocation
		tl_keyboard_button_slices_gen.go#L750: func (s *KeyboardButtonRequestGeoLocationArray) Pop() (v KeyboardButtonRequestGeoLocation, ok bool) {
		tl_registry_gen.go#L5493: 		KeyboardButtonRequestGeoLocationTypeID:                   func() bin.Object { return &KeyboardButtonRequestGeoLocation{} },