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

12 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_slices_gen.go#L315: func (s KeyboardButtonClassArray) AsKeyboardButtonRequestPeer() (to KeyboardButtonRequestPeerArray) {
		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#L1652: func (s *KeyboardButtonRequestPeerArray) Pop() (v KeyboardButtonRequestPeer, ok bool) {