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