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) {