type github.com/gotd/td/tg.KeyboardButtonSwitchInlineArray
12 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_slices_gen.go#L185: func (s KeyboardButtonClassArray) AsKeyboardButtonSwitchInline() (to KeyboardButtonSwitchInlineArray) {
tl_keyboard_button_slices_gen.go#L764: type KeyboardButtonSwitchInlineArray []KeyboardButtonSwitchInline
tl_keyboard_button_slices_gen.go#L767: func (s KeyboardButtonSwitchInlineArray) Sort(less func(a, b KeyboardButtonSwitchInline) bool) KeyboardButtonSwitchInlineArray {
tl_keyboard_button_slices_gen.go#L775: func (s KeyboardButtonSwitchInlineArray) SortStable(less func(a, b KeyboardButtonSwitchInline) bool) KeyboardButtonSwitchInlineArray {
tl_keyboard_button_slices_gen.go#L783: func (s KeyboardButtonSwitchInlineArray) Retain(keep func(x KeyboardButtonSwitchInline) bool) KeyboardButtonSwitchInlineArray {
tl_keyboard_button_slices_gen.go#L797: func (s KeyboardButtonSwitchInlineArray) First() (v KeyboardButtonSwitchInline, ok bool) {
tl_keyboard_button_slices_gen.go#L805: func (s KeyboardButtonSwitchInlineArray) Last() (v KeyboardButtonSwitchInline, ok bool) {
tl_keyboard_button_slices_gen.go#L813: func (s *KeyboardButtonSwitchInlineArray) PopFirst() (v KeyboardButtonSwitchInline, ok bool) {
tl_keyboard_button_slices_gen.go#L832: func (s *KeyboardButtonSwitchInlineArray) Pop() (v KeyboardButtonSwitchInline, 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. |