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

37 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_gen.go#L3863: type KeyboardButtonRequestPeer struct {
		tl_keyboard_button_gen.go#L3896: func (k KeyboardButtonRequestPeer) construct() KeyboardButtonClass { return &k }
		tl_keyboard_button_gen.go#L3900: 	_ bin.Encoder     = &KeyboardButtonRequestPeer{}
		tl_keyboard_button_gen.go#L3901: 	_ bin.Decoder     = &KeyboardButtonRequestPeer{}
		tl_keyboard_button_gen.go#L3902: 	_ bin.BareEncoder = &KeyboardButtonRequestPeer{}
		tl_keyboard_button_gen.go#L3903: 	_ bin.BareDecoder = &KeyboardButtonRequestPeer{}
		tl_keyboard_button_gen.go#L3905: 	_ KeyboardButtonClass = &KeyboardButtonRequestPeer{}
		tl_keyboard_button_gen.go#L3908: func (k *KeyboardButtonRequestPeer) Zero() bool {
		tl_keyboard_button_gen.go#L3935: func (k *KeyboardButtonRequestPeer) String() string {
		tl_keyboard_button_gen.go#L3939: 	type Alias KeyboardButtonRequestPeer
		tl_keyboard_button_gen.go#L3944: func (k *KeyboardButtonRequestPeer) FillFrom(from interface {
		tl_keyboard_button_gen.go#L3964: func (*KeyboardButtonRequestPeer) TypeID() uint32 {
		tl_keyboard_button_gen.go#L3969: func (*KeyboardButtonRequestPeer) TypeName() string {
		tl_keyboard_button_gen.go#L3974: func (k *KeyboardButtonRequestPeer) TypeInfo() tdp.Type {
		tl_keyboard_button_gen.go#L4010: func (k *KeyboardButtonRequestPeer) SetFlags() {
		tl_keyboard_button_gen.go#L4017: func (k *KeyboardButtonRequestPeer) Encode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L4026: func (k *KeyboardButtonRequestPeer) EncodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L4052: func (k *KeyboardButtonRequestPeer) Decode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L4063: func (k *KeyboardButtonRequestPeer) DecodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L4109: func (k *KeyboardButtonRequestPeer) SetStyle(value KeyboardButtonStyle) {
		tl_keyboard_button_gen.go#L4116: func (k *KeyboardButtonRequestPeer) GetStyle() (value KeyboardButtonStyle, ok bool) {
		tl_keyboard_button_gen.go#L4127: func (k *KeyboardButtonRequestPeer) GetText() (value string) {
		tl_keyboard_button_gen.go#L4135: func (k *KeyboardButtonRequestPeer) GetButtonID() (value int) {
		tl_keyboard_button_gen.go#L4143: func (k *KeyboardButtonRequestPeer) GetPeerType() (value RequestPeerTypeClass) {
		tl_keyboard_button_gen.go#L4151: func (k *KeyboardButtonRequestPeer) GetMaxQuantity() (value int) {
		tl_keyboard_button_gen.go#L4996: 		v := KeyboardButtonRequestPeer{}
		tl_keyboard_button_slices_gen.go#L317: 		value, ok := elem.(*KeyboardButtonRequestPeer)
		tl_keyboard_button_slices_gen.go#L1584: type KeyboardButtonRequestPeerArray []KeyboardButtonRequestPeer
		tl_keyboard_button_slices_gen.go#L1587: func (s KeyboardButtonRequestPeerArray) Sort(less func(a, b KeyboardButtonRequestPeer) bool) KeyboardButtonRequestPeerArray {
		tl_keyboard_button_slices_gen.go#L1595: func (s KeyboardButtonRequestPeerArray) SortStable(less func(a, b KeyboardButtonRequestPeer) bool) KeyboardButtonRequestPeerArray {
		tl_keyboard_button_slices_gen.go#L1603: func (s KeyboardButtonRequestPeerArray) Retain(keep func(x KeyboardButtonRequestPeer) bool) KeyboardButtonRequestPeerArray {
		tl_keyboard_button_slices_gen.go#L1617: func (s KeyboardButtonRequestPeerArray) First() (v KeyboardButtonRequestPeer, ok bool) {
		tl_keyboard_button_slices_gen.go#L1625: func (s KeyboardButtonRequestPeerArray) Last() (v KeyboardButtonRequestPeer, ok bool) {
		tl_keyboard_button_slices_gen.go#L1633: func (s *KeyboardButtonRequestPeerArray) PopFirst() (v KeyboardButtonRequestPeer, ok bool) {
		tl_keyboard_button_slices_gen.go#L1643: 	var zero KeyboardButtonRequestPeer
		tl_keyboard_button_slices_gen.go#L1652: func (s *KeyboardButtonRequestPeerArray) Pop() (v KeyboardButtonRequestPeer, ok bool) {
		tl_registry_gen.go#L5504: 		KeyboardButtonRequestPeerTypeID:                          func() bin.Object { return &KeyboardButtonRequestPeer{} },