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

12 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_slices_gen.go#L133: func (s KeyboardButtonClassArray) AsKeyboardButtonURL() (to KeyboardButtonURLArray) {
		tl_keyboard_button_slices_gen.go#L436: type KeyboardButtonURLArray []KeyboardButtonURL
		tl_keyboard_button_slices_gen.go#L439: func (s KeyboardButtonURLArray) Sort(less func(a, b KeyboardButtonURL) bool) KeyboardButtonURLArray {
		tl_keyboard_button_slices_gen.go#L447: func (s KeyboardButtonURLArray) SortStable(less func(a, b KeyboardButtonURL) bool) KeyboardButtonURLArray {
		tl_keyboard_button_slices_gen.go#L455: func (s KeyboardButtonURLArray) Retain(keep func(x KeyboardButtonURL) bool) KeyboardButtonURLArray {
		tl_keyboard_button_slices_gen.go#L469: func (s KeyboardButtonURLArray) First() (v KeyboardButtonURL, ok bool) {
		tl_keyboard_button_slices_gen.go#L477: func (s KeyboardButtonURLArray) Last() (v KeyboardButtonURL, ok bool) {
		tl_keyboard_button_slices_gen.go#L485: func (s *KeyboardButtonURLArray) PopFirst() (v KeyboardButtonURL, ok bool) {
		tl_keyboard_button_slices_gen.go#L504: func (s *KeyboardButtonURLArray) Pop() (v KeyboardButtonURL, ok bool) {