type github.com/gotd/td/tg.KeyboardButtonRequestGeoLocation
31 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L698: type KeyboardButtonRequestGeoLocation struct {
tl_keyboard_button_gen.go#L707: func (k KeyboardButtonRequestGeoLocation) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L711: _ bin.Encoder = &KeyboardButtonRequestGeoLocation{}
tl_keyboard_button_gen.go#L712: _ bin.Decoder = &KeyboardButtonRequestGeoLocation{}
tl_keyboard_button_gen.go#L713: _ bin.BareEncoder = &KeyboardButtonRequestGeoLocation{}
tl_keyboard_button_gen.go#L714: _ bin.BareDecoder = &KeyboardButtonRequestGeoLocation{}
tl_keyboard_button_gen.go#L716: _ KeyboardButtonClass = &KeyboardButtonRequestGeoLocation{}
tl_keyboard_button_gen.go#L719: func (k *KeyboardButtonRequestGeoLocation) Zero() bool {
tl_keyboard_button_gen.go#L731: func (k *KeyboardButtonRequestGeoLocation) String() string {
tl_keyboard_button_gen.go#L735: type Alias KeyboardButtonRequestGeoLocation
tl_keyboard_button_gen.go#L740: func (k *KeyboardButtonRequestGeoLocation) FillFrom(from interface {
tl_keyboard_button_gen.go#L749: func (*KeyboardButtonRequestGeoLocation) TypeID() uint32 {
tl_keyboard_button_gen.go#L754: func (*KeyboardButtonRequestGeoLocation) TypeName() string {
tl_keyboard_button_gen.go#L759: func (k *KeyboardButtonRequestGeoLocation) TypeInfo() tdp.Type {
tl_keyboard_button_gen.go#L778: func (k *KeyboardButtonRequestGeoLocation) Encode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L787: func (k *KeyboardButtonRequestGeoLocation) EncodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L796: func (k *KeyboardButtonRequestGeoLocation) Decode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L807: func (k *KeyboardButtonRequestGeoLocation) DecodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L822: func (k *KeyboardButtonRequestGeoLocation) GetText() (value string) {
tl_keyboard_button_gen.go#L3202: v := KeyboardButtonRequestGeoLocation{}
tl_keyboard_button_slices_gen.go#L174: value, ok := elem.(*KeyboardButtonRequestGeoLocation)
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#L715: var zero KeyboardButtonRequestGeoLocation
tl_keyboard_button_slices_gen.go#L724: func (s *KeyboardButtonRequestGeoLocationArray) Pop() (v KeyboardButtonRequestGeoLocation, ok bool) {
tl_registry_gen.go#L4110: KeyboardButtonRequestGeoLocationTypeID: func() bin.Object { return &KeyboardButtonRequestGeoLocation{} },
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. |