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#L492: type KeyboardButtonCallbackArray []KeyboardButtonCallback
		tl_keyboard_button_slices_gen.go#L495: func (s KeyboardButtonCallbackArray) Sort(less func(a, b KeyboardButtonCallback) bool) KeyboardButtonCallbackArray {
		tl_keyboard_button_slices_gen.go#L503: func (s KeyboardButtonCallbackArray) SortStable(less func(a, b KeyboardButtonCallback) bool) KeyboardButtonCallbackArray {
		tl_keyboard_button_slices_gen.go#L511: func (s KeyboardButtonCallbackArray) Retain(keep func(x KeyboardButtonCallback) bool) KeyboardButtonCallbackArray {
		tl_keyboard_button_slices_gen.go#L525: func (s KeyboardButtonCallbackArray) First() (v KeyboardButtonCallback, ok bool) {
		tl_keyboard_button_slices_gen.go#L533: func (s KeyboardButtonCallbackArray) Last() (v KeyboardButtonCallback, ok bool) {
		tl_keyboard_button_slices_gen.go#L541: func (s *KeyboardButtonCallbackArray) PopFirst() (v KeyboardButtonCallback, ok bool) {
		tl_keyboard_button_slices_gen.go#L560: func (s *KeyboardButtonCallbackArray) Pop() (v KeyboardButtonCallback, ok bool) {