type github.com/gotd/td/tg.KeyboardButtonArray
12 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_slices_gen.go#L120: func (s KeyboardButtonClassArray) AsKeyboardButton() (to KeyboardButtonArray) {
tl_keyboard_button_slices_gen.go#L354: type KeyboardButtonArray []KeyboardButton
tl_keyboard_button_slices_gen.go#L357: func (s KeyboardButtonArray) Sort(less func(a, b KeyboardButton) bool) KeyboardButtonArray {
tl_keyboard_button_slices_gen.go#L365: func (s KeyboardButtonArray) SortStable(less func(a, b KeyboardButton) bool) KeyboardButtonArray {
tl_keyboard_button_slices_gen.go#L373: func (s KeyboardButtonArray) Retain(keep func(x KeyboardButton) bool) KeyboardButtonArray {
tl_keyboard_button_slices_gen.go#L387: func (s KeyboardButtonArray) First() (v KeyboardButton, ok bool) {
tl_keyboard_button_slices_gen.go#L395: func (s KeyboardButtonArray) Last() (v KeyboardButton, ok bool) {
tl_keyboard_button_slices_gen.go#L403: func (s *KeyboardButtonArray) PopFirst() (v KeyboardButton, ok bool) {
tl_keyboard_button_slices_gen.go#L422: func (s *KeyboardButtonArray) Pop() (v KeyboardButton, 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. |