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) {
![]() |
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. |