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) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |