type github.com/gotd/td/tg.KeyboardButtonCallbackArray
12 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_slices_gen.go#L146: func (s KeyboardButtonClassArray) AsKeyboardButtonCallback() (to KeyboardButtonCallbackArray) {
tl_keyboard_button_slices_gen.go#L518: type KeyboardButtonCallbackArray []KeyboardButtonCallback
tl_keyboard_button_slices_gen.go#L521: func (s KeyboardButtonCallbackArray) Sort(less func(a, b KeyboardButtonCallback) bool) KeyboardButtonCallbackArray {
tl_keyboard_button_slices_gen.go#L529: func (s KeyboardButtonCallbackArray) SortStable(less func(a, b KeyboardButtonCallback) bool) KeyboardButtonCallbackArray {
tl_keyboard_button_slices_gen.go#L537: func (s KeyboardButtonCallbackArray) Retain(keep func(x KeyboardButtonCallback) bool) KeyboardButtonCallbackArray {
tl_keyboard_button_slices_gen.go#L551: func (s KeyboardButtonCallbackArray) First() (v KeyboardButtonCallback, ok bool) {
tl_keyboard_button_slices_gen.go#L559: func (s KeyboardButtonCallbackArray) Last() (v KeyboardButtonCallback, ok bool) {
tl_keyboard_button_slices_gen.go#L567: func (s *KeyboardButtonCallbackArray) PopFirst() (v KeyboardButtonCallback, ok bool) {
tl_keyboard_button_slices_gen.go#L586: func (s *KeyboardButtonCallbackArray) Pop() (v KeyboardButtonCallback, 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. |