type github.com/gotd/td/tg.KeyboardButtonCopyArray
12 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_slices_gen.go#L341: func (s KeyboardButtonClassArray) AsKeyboardButtonCopy() (to KeyboardButtonCopyArray) {
tl_keyboard_button_slices_gen.go#L1748: type KeyboardButtonCopyArray []KeyboardButtonCopy
tl_keyboard_button_slices_gen.go#L1751: func (s KeyboardButtonCopyArray) Sort(less func(a, b KeyboardButtonCopy) bool) KeyboardButtonCopyArray {
tl_keyboard_button_slices_gen.go#L1759: func (s KeyboardButtonCopyArray) SortStable(less func(a, b KeyboardButtonCopy) bool) KeyboardButtonCopyArray {
tl_keyboard_button_slices_gen.go#L1767: func (s KeyboardButtonCopyArray) Retain(keep func(x KeyboardButtonCopy) bool) KeyboardButtonCopyArray {
tl_keyboard_button_slices_gen.go#L1781: func (s KeyboardButtonCopyArray) First() (v KeyboardButtonCopy, ok bool) {
tl_keyboard_button_slices_gen.go#L1789: func (s KeyboardButtonCopyArray) Last() (v KeyboardButtonCopy, ok bool) {
tl_keyboard_button_slices_gen.go#L1797: func (s *KeyboardButtonCopyArray) PopFirst() (v KeyboardButtonCopy, ok bool) {
tl_keyboard_button_slices_gen.go#L1816: func (s *KeyboardButtonCopyArray) Pop() (v KeyboardButtonCopy, 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. |