type github.com/gotd/td/tg.KeyboardButtonCallbackArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_slices_gen.go#L146: func (s KeyboardButtonClassArray) AsKeyboardButtonCallback() (to KeyboardButtonCallbackArray) {
		tl_keyboard_button_slices_gen.go#L518: type KeyboardButtonCallbackArray []KeyboardButtonCallback
		tl_keyboard_button_slices_gen.go#L521: func (s KeyboardButtonCallbackArray) Sort(less func(a, b KeyboardButtonCallback) bool) KeyboardButtonCallbackArray {
		tl_keyboard_button_slices_gen.go#L529: func (s KeyboardButtonCallbackArray) SortStable(less func(a, b KeyboardButtonCallback) bool) KeyboardButtonCallbackArray {
		tl_keyboard_button_slices_gen.go#L537: func (s KeyboardButtonCallbackArray) Retain(keep func(x KeyboardButtonCallback) bool) KeyboardButtonCallbackArray {
		tl_keyboard_button_slices_gen.go#L551: func (s KeyboardButtonCallbackArray) First() (v KeyboardButtonCallback, ok bool) {
		tl_keyboard_button_slices_gen.go#L559: func (s KeyboardButtonCallbackArray) Last() (v KeyboardButtonCallback, ok bool) {
		tl_keyboard_button_slices_gen.go#L567: func (s *KeyboardButtonCallbackArray) PopFirst() (v KeyboardButtonCallback, ok bool) {
		tl_keyboard_button_slices_gen.go#L586: func (s *KeyboardButtonCallbackArray) Pop() (v KeyboardButtonCallback, ok bool) {