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

12 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_slices_gen.go#L328: func (s KeyboardButtonClassArray) AsInputKeyboardButtonRequestPeer() (to InputKeyboardButtonRequestPeerArray) {
		tl_keyboard_button_slices_gen.go#L1666: type InputKeyboardButtonRequestPeerArray []InputKeyboardButtonRequestPeer
		tl_keyboard_button_slices_gen.go#L1669: func (s InputKeyboardButtonRequestPeerArray) Sort(less func(a, b InputKeyboardButtonRequestPeer) bool) InputKeyboardButtonRequestPeerArray {
		tl_keyboard_button_slices_gen.go#L1677: func (s InputKeyboardButtonRequestPeerArray) SortStable(less func(a, b InputKeyboardButtonRequestPeer) bool) InputKeyboardButtonRequestPeerArray {
		tl_keyboard_button_slices_gen.go#L1685: func (s InputKeyboardButtonRequestPeerArray) Retain(keep func(x InputKeyboardButtonRequestPeer) bool) InputKeyboardButtonRequestPeerArray {
		tl_keyboard_button_slices_gen.go#L1699: func (s InputKeyboardButtonRequestPeerArray) First() (v InputKeyboardButtonRequestPeer, ok bool) {
		tl_keyboard_button_slices_gen.go#L1707: func (s InputKeyboardButtonRequestPeerArray) Last() (v InputKeyboardButtonRequestPeer, ok bool) {
		tl_keyboard_button_slices_gen.go#L1715: func (s *InputKeyboardButtonRequestPeerArray) PopFirst() (v InputKeyboardButtonRequestPeer, ok bool) {
		tl_keyboard_button_slices_gen.go#L1734: func (s *InputKeyboardButtonRequestPeerArray) Pop() (v InputKeyboardButtonRequestPeer, ok bool) {