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

34 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_gen.go#L758: type KeyboardButtonRequestPhone struct {
		tl_keyboard_button_gen.go#L779: func (k KeyboardButtonRequestPhone) construct() KeyboardButtonClass { return &k }
		tl_keyboard_button_gen.go#L783: 	_ bin.Encoder     = &KeyboardButtonRequestPhone{}
		tl_keyboard_button_gen.go#L784: 	_ bin.Decoder     = &KeyboardButtonRequestPhone{}
		tl_keyboard_button_gen.go#L785: 	_ bin.BareEncoder = &KeyboardButtonRequestPhone{}
		tl_keyboard_button_gen.go#L786: 	_ bin.BareDecoder = &KeyboardButtonRequestPhone{}
		tl_keyboard_button_gen.go#L788: 	_ KeyboardButtonClass = &KeyboardButtonRequestPhone{}
		tl_keyboard_button_gen.go#L791: func (k *KeyboardButtonRequestPhone) Zero() bool {
		tl_keyboard_button_gen.go#L809: func (k *KeyboardButtonRequestPhone) String() string {
		tl_keyboard_button_gen.go#L813: 	type Alias KeyboardButtonRequestPhone
		tl_keyboard_button_gen.go#L818: func (k *KeyboardButtonRequestPhone) FillFrom(from interface {
		tl_keyboard_button_gen.go#L832: func (*KeyboardButtonRequestPhone) TypeID() uint32 {
		tl_keyboard_button_gen.go#L837: func (*KeyboardButtonRequestPhone) TypeName() string {
		tl_keyboard_button_gen.go#L842: func (k *KeyboardButtonRequestPhone) TypeInfo() tdp.Type {
		tl_keyboard_button_gen.go#L866: func (k *KeyboardButtonRequestPhone) SetFlags() {
		tl_keyboard_button_gen.go#L873: func (k *KeyboardButtonRequestPhone) Encode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L882: func (k *KeyboardButtonRequestPhone) EncodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L900: func (k *KeyboardButtonRequestPhone) Decode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L911: func (k *KeyboardButtonRequestPhone) DecodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L936: func (k *KeyboardButtonRequestPhone) SetStyle(value KeyboardButtonStyle) {
		tl_keyboard_button_gen.go#L943: func (k *KeyboardButtonRequestPhone) GetStyle() (value KeyboardButtonStyle, ok bool) {
		tl_keyboard_button_gen.go#L954: func (k *KeyboardButtonRequestPhone) GetText() (value string) {
		tl_keyboard_button_gen.go#L4912: 		v := KeyboardButtonRequestPhone{}
		tl_keyboard_button_slices_gen.go#L161: 		value, ok := elem.(*KeyboardButtonRequestPhone)
		tl_keyboard_button_slices_gen.go#L600: type KeyboardButtonRequestPhoneArray []KeyboardButtonRequestPhone
		tl_keyboard_button_slices_gen.go#L603: func (s KeyboardButtonRequestPhoneArray) Sort(less func(a, b KeyboardButtonRequestPhone) bool) KeyboardButtonRequestPhoneArray {
		tl_keyboard_button_slices_gen.go#L611: func (s KeyboardButtonRequestPhoneArray) SortStable(less func(a, b KeyboardButtonRequestPhone) bool) KeyboardButtonRequestPhoneArray {
		tl_keyboard_button_slices_gen.go#L619: func (s KeyboardButtonRequestPhoneArray) Retain(keep func(x KeyboardButtonRequestPhone) bool) KeyboardButtonRequestPhoneArray {
		tl_keyboard_button_slices_gen.go#L633: func (s KeyboardButtonRequestPhoneArray) First() (v KeyboardButtonRequestPhone, ok bool) {
		tl_keyboard_button_slices_gen.go#L641: func (s KeyboardButtonRequestPhoneArray) Last() (v KeyboardButtonRequestPhone, ok bool) {
		tl_keyboard_button_slices_gen.go#L649: func (s *KeyboardButtonRequestPhoneArray) PopFirst() (v KeyboardButtonRequestPhone, ok bool) {
		tl_keyboard_button_slices_gen.go#L659: 	var zero KeyboardButtonRequestPhone
		tl_keyboard_button_slices_gen.go#L668: func (s *KeyboardButtonRequestPhoneArray) Pop() (v KeyboardButtonRequestPhone, ok bool) {
		tl_registry_gen.go#L5492: 		KeyboardButtonRequestPhoneTypeID:                         func() bin.Object { return &KeyboardButtonRequestPhone{} },