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#L492: type KeyboardButtonCallbackArray []KeyboardButtonCallback
tl_keyboard_button_slices_gen.go#L495: func (s KeyboardButtonCallbackArray) Sort(less func(a, b KeyboardButtonCallback) bool) KeyboardButtonCallbackArray {
tl_keyboard_button_slices_gen.go#L503: func (s KeyboardButtonCallbackArray) SortStable(less func(a, b KeyboardButtonCallback) bool) KeyboardButtonCallbackArray {
tl_keyboard_button_slices_gen.go#L511: func (s KeyboardButtonCallbackArray) Retain(keep func(x KeyboardButtonCallback) bool) KeyboardButtonCallbackArray {
tl_keyboard_button_slices_gen.go#L525: func (s KeyboardButtonCallbackArray) First() (v KeyboardButtonCallback, ok bool) {
tl_keyboard_button_slices_gen.go#L533: func (s KeyboardButtonCallbackArray) Last() (v KeyboardButtonCallback, ok bool) {
tl_keyboard_button_slices_gen.go#L541: func (s *KeyboardButtonCallbackArray) PopFirst() (v KeyboardButtonCallback, ok bool) {
tl_keyboard_button_slices_gen.go#L560: func (s *KeyboardButtonCallbackArray) Pop() (v KeyboardButtonCallback, 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. |