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

12 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_slices_gen.go#L341: func (s KeyboardButtonClassArray) AsKeyboardButtonCopy() (to KeyboardButtonCopyArray) {
		tl_keyboard_button_slices_gen.go#L1748: type KeyboardButtonCopyArray []KeyboardButtonCopy
		tl_keyboard_button_slices_gen.go#L1751: func (s KeyboardButtonCopyArray) Sort(less func(a, b KeyboardButtonCopy) bool) KeyboardButtonCopyArray {
		tl_keyboard_button_slices_gen.go#L1759: func (s KeyboardButtonCopyArray) SortStable(less func(a, b KeyboardButtonCopy) bool) KeyboardButtonCopyArray {
		tl_keyboard_button_slices_gen.go#L1767: func (s KeyboardButtonCopyArray) Retain(keep func(x KeyboardButtonCopy) bool) KeyboardButtonCopyArray {
		tl_keyboard_button_slices_gen.go#L1781: func (s KeyboardButtonCopyArray) First() (v KeyboardButtonCopy, ok bool) {
		tl_keyboard_button_slices_gen.go#L1789: func (s KeyboardButtonCopyArray) Last() (v KeyboardButtonCopy, ok bool) {
		tl_keyboard_button_slices_gen.go#L1797: func (s *KeyboardButtonCopyArray) PopFirst() (v KeyboardButtonCopy, ok bool) {
		tl_keyboard_button_slices_gen.go#L1816: func (s *KeyboardButtonCopyArray) Pop() (v KeyboardButtonCopy, ok bool) {