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) {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |