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

34 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_gen.go#L2888: type KeyboardButtonRequestPeer struct {
		tl_keyboard_button_gen.go#L2909: func (k KeyboardButtonRequestPeer) construct() KeyboardButtonClass { return &k }
		tl_keyboard_button_gen.go#L2913: 	_ bin.Encoder     = &KeyboardButtonRequestPeer{}
		tl_keyboard_button_gen.go#L2914: 	_ bin.Decoder     = &KeyboardButtonRequestPeer{}
		tl_keyboard_button_gen.go#L2915: 	_ bin.BareEncoder = &KeyboardButtonRequestPeer{}
		tl_keyboard_button_gen.go#L2916: 	_ bin.BareDecoder = &KeyboardButtonRequestPeer{}
		tl_keyboard_button_gen.go#L2918: 	_ KeyboardButtonClass = &KeyboardButtonRequestPeer{}
		tl_keyboard_button_gen.go#L2921: func (k *KeyboardButtonRequestPeer) Zero() bool {
		tl_keyboard_button_gen.go#L2942: func (k *KeyboardButtonRequestPeer) String() string {
		tl_keyboard_button_gen.go#L2946: 	type Alias KeyboardButtonRequestPeer
		tl_keyboard_button_gen.go#L2951: func (k *KeyboardButtonRequestPeer) FillFrom(from interface {
		tl_keyboard_button_gen.go#L2966: func (*KeyboardButtonRequestPeer) TypeID() uint32 {
		tl_keyboard_button_gen.go#L2971: func (*KeyboardButtonRequestPeer) TypeName() string {
		tl_keyboard_button_gen.go#L2976: func (k *KeyboardButtonRequestPeer) TypeInfo() tdp.Type {
		tl_keyboard_button_gen.go#L3007: func (k *KeyboardButtonRequestPeer) Encode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L3016: func (k *KeyboardButtonRequestPeer) EncodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L3033: func (k *KeyboardButtonRequestPeer) Decode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L3044: func (k *KeyboardButtonRequestPeer) DecodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L3080: func (k *KeyboardButtonRequestPeer) GetText() (value string) {
		tl_keyboard_button_gen.go#L3088: func (k *KeyboardButtonRequestPeer) GetButtonID() (value int) {
		tl_keyboard_button_gen.go#L3096: func (k *KeyboardButtonRequestPeer) GetPeerType() (value RequestPeerTypeClass) {
		tl_keyboard_button_gen.go#L3104: func (k *KeyboardButtonRequestPeer) GetMaxQuantity() (value int) {
		tl_keyboard_button_gen.go#L3279: 		v := KeyboardButtonRequestPeer{}
		tl_keyboard_button_slices_gen.go#L317: 		value, ok := elem.(*KeyboardButtonRequestPeer)
		tl_keyboard_button_slices_gen.go#L1558: type KeyboardButtonRequestPeerArray []KeyboardButtonRequestPeer
		tl_keyboard_button_slices_gen.go#L1561: func (s KeyboardButtonRequestPeerArray) Sort(less func(a, b KeyboardButtonRequestPeer) bool) KeyboardButtonRequestPeerArray {
		tl_keyboard_button_slices_gen.go#L1569: func (s KeyboardButtonRequestPeerArray) SortStable(less func(a, b KeyboardButtonRequestPeer) bool) KeyboardButtonRequestPeerArray {
		tl_keyboard_button_slices_gen.go#L1577: func (s KeyboardButtonRequestPeerArray) Retain(keep func(x KeyboardButtonRequestPeer) bool) KeyboardButtonRequestPeerArray {
		tl_keyboard_button_slices_gen.go#L1591: func (s KeyboardButtonRequestPeerArray) First() (v KeyboardButtonRequestPeer, ok bool) {
		tl_keyboard_button_slices_gen.go#L1599: func (s KeyboardButtonRequestPeerArray) Last() (v KeyboardButtonRequestPeer, ok bool) {
		tl_keyboard_button_slices_gen.go#L1607: func (s *KeyboardButtonRequestPeerArray) PopFirst() (v KeyboardButtonRequestPeer, ok bool) {
		tl_keyboard_button_slices_gen.go#L1617: 	var zero KeyboardButtonRequestPeer
		tl_keyboard_button_slices_gen.go#L1626: func (s *KeyboardButtonRequestPeerArray) Pop() (v KeyboardButtonRequestPeer, ok bool) {
		tl_registry_gen.go#L4121: 		KeyboardButtonRequestPeerTypeID:                          func() bin.Object { return &KeyboardButtonRequestPeer{} },