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#L738: type KeyboardButtonSwitchInlineArray []KeyboardButtonSwitchInline
tl_keyboard_button_slices_gen.go#L741: func (s KeyboardButtonSwitchInlineArray) Sort(less func(a, b KeyboardButtonSwitchInline) bool) KeyboardButtonSwitchInlineArray {
tl_keyboard_button_slices_gen.go#L749: func (s KeyboardButtonSwitchInlineArray) SortStable(less func(a, b KeyboardButtonSwitchInline) bool) KeyboardButtonSwitchInlineArray {
tl_keyboard_button_slices_gen.go#L757: func (s KeyboardButtonSwitchInlineArray) Retain(keep func(x KeyboardButtonSwitchInline) bool) KeyboardButtonSwitchInlineArray {
tl_keyboard_button_slices_gen.go#L771: func (s KeyboardButtonSwitchInlineArray) First() (v KeyboardButtonSwitchInline, ok bool) {
tl_keyboard_button_slices_gen.go#L779: func (s KeyboardButtonSwitchInlineArray) Last() (v KeyboardButtonSwitchInline, ok bool) {
tl_keyboard_button_slices_gen.go#L787: func (s *KeyboardButtonSwitchInlineArray) PopFirst() (v KeyboardButtonSwitchInline, ok bool) {
tl_keyboard_button_slices_gen.go#L806: func (s *KeyboardButtonSwitchInlineArray) Pop() (v KeyboardButtonSwitchInline, 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. |