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#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#L1626: func (s *KeyboardButtonRequestPeerArray) Pop() (v KeyboardButtonRequestPeer, ok bool) {