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#L410: type KeyboardButtonURLArray []KeyboardButtonURL
		tl_keyboard_button_slices_gen.go#L413: func (s KeyboardButtonURLArray) Sort(less func(a, b KeyboardButtonURL) bool) KeyboardButtonURLArray {
		tl_keyboard_button_slices_gen.go#L421: func (s KeyboardButtonURLArray) SortStable(less func(a, b KeyboardButtonURL) bool) KeyboardButtonURLArray {
		tl_keyboard_button_slices_gen.go#L429: func (s KeyboardButtonURLArray) Retain(keep func(x KeyboardButtonURL) bool) KeyboardButtonURLArray {
		tl_keyboard_button_slices_gen.go#L443: func (s KeyboardButtonURLArray) First() (v KeyboardButtonURL, ok bool) {
		tl_keyboard_button_slices_gen.go#L451: func (s KeyboardButtonURLArray) Last() (v KeyboardButtonURL, ok bool) {
		tl_keyboard_button_slices_gen.go#L459: func (s *KeyboardButtonURLArray) PopFirst() (v KeyboardButtonURL, ok bool) {
		tl_keyboard_button_slices_gen.go#L478: func (s *KeyboardButtonURLArray) Pop() (v KeyboardButtonURL, ok bool) {