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#L328: type KeyboardButtonArray []KeyboardButton
tl_keyboard_button_slices_gen.go#L331: func (s KeyboardButtonArray) Sort(less func(a, b KeyboardButton) bool) KeyboardButtonArray {
tl_keyboard_button_slices_gen.go#L339: func (s KeyboardButtonArray) SortStable(less func(a, b KeyboardButton) bool) KeyboardButtonArray {
tl_keyboard_button_slices_gen.go#L347: func (s KeyboardButtonArray) Retain(keep func(x KeyboardButton) bool) KeyboardButtonArray {
tl_keyboard_button_slices_gen.go#L361: func (s KeyboardButtonArray) First() (v KeyboardButton, ok bool) {
tl_keyboard_button_slices_gen.go#L369: func (s KeyboardButtonArray) Last() (v KeyboardButton, ok bool) {
tl_keyboard_button_slices_gen.go#L377: func (s *KeyboardButtonArray) PopFirst() (v KeyboardButton, ok bool) {
tl_keyboard_button_slices_gen.go#L396: func (s *KeyboardButtonArray) Pop() (v KeyboardButton, 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. |