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

31 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_gen.go#L563: type KeyboardButtonRequestPhone struct {
		tl_keyboard_button_gen.go#L572: func (k KeyboardButtonRequestPhone) construct() KeyboardButtonClass { return &k }
		tl_keyboard_button_gen.go#L576: 	_ bin.Encoder     = &KeyboardButtonRequestPhone{}
		tl_keyboard_button_gen.go#L577: 	_ bin.Decoder     = &KeyboardButtonRequestPhone{}
		tl_keyboard_button_gen.go#L578: 	_ bin.BareEncoder = &KeyboardButtonRequestPhone{}
		tl_keyboard_button_gen.go#L579: 	_ bin.BareDecoder = &KeyboardButtonRequestPhone{}
		tl_keyboard_button_gen.go#L581: 	_ KeyboardButtonClass = &KeyboardButtonRequestPhone{}
		tl_keyboard_button_gen.go#L584: func (k *KeyboardButtonRequestPhone) Zero() bool {
		tl_keyboard_button_gen.go#L596: func (k *KeyboardButtonRequestPhone) String() string {
		tl_keyboard_button_gen.go#L600: 	type Alias KeyboardButtonRequestPhone
		tl_keyboard_button_gen.go#L605: func (k *KeyboardButtonRequestPhone) FillFrom(from interface {
		tl_keyboard_button_gen.go#L614: func (*KeyboardButtonRequestPhone) TypeID() uint32 {
		tl_keyboard_button_gen.go#L619: func (*KeyboardButtonRequestPhone) TypeName() string {
		tl_keyboard_button_gen.go#L624: func (k *KeyboardButtonRequestPhone) TypeInfo() tdp.Type {
		tl_keyboard_button_gen.go#L643: func (k *KeyboardButtonRequestPhone) Encode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L652: func (k *KeyboardButtonRequestPhone) EncodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L661: func (k *KeyboardButtonRequestPhone) Decode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L672: func (k *KeyboardButtonRequestPhone) DecodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L687: func (k *KeyboardButtonRequestPhone) GetText() (value string) {
		tl_keyboard_button_gen.go#L3195: 		v := KeyboardButtonRequestPhone{}
		tl_keyboard_button_slices_gen.go#L161: 		value, ok := elem.(*KeyboardButtonRequestPhone)
		tl_keyboard_button_slices_gen.go#L574: type KeyboardButtonRequestPhoneArray []KeyboardButtonRequestPhone
		tl_keyboard_button_slices_gen.go#L577: func (s KeyboardButtonRequestPhoneArray) Sort(less func(a, b KeyboardButtonRequestPhone) bool) KeyboardButtonRequestPhoneArray {
		tl_keyboard_button_slices_gen.go#L585: func (s KeyboardButtonRequestPhoneArray) SortStable(less func(a, b KeyboardButtonRequestPhone) bool) KeyboardButtonRequestPhoneArray {
		tl_keyboard_button_slices_gen.go#L593: func (s KeyboardButtonRequestPhoneArray) Retain(keep func(x KeyboardButtonRequestPhone) bool) KeyboardButtonRequestPhoneArray {
		tl_keyboard_button_slices_gen.go#L607: func (s KeyboardButtonRequestPhoneArray) First() (v KeyboardButtonRequestPhone, ok bool) {
		tl_keyboard_button_slices_gen.go#L615: func (s KeyboardButtonRequestPhoneArray) Last() (v KeyboardButtonRequestPhone, ok bool) {
		tl_keyboard_button_slices_gen.go#L623: func (s *KeyboardButtonRequestPhoneArray) PopFirst() (v KeyboardButtonRequestPhone, ok bool) {
		tl_keyboard_button_slices_gen.go#L633: 	var zero KeyboardButtonRequestPhone
		tl_keyboard_button_slices_gen.go#L642: func (s *KeyboardButtonRequestPhoneArray) Pop() (v KeyboardButtonRequestPhone, ok bool) {
		tl_registry_gen.go#L4109: 		KeyboardButtonRequestPhoneTypeID:                         func() bin.Object { return &KeyboardButtonRequestPhone{} },