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

12 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_slices_gen.go#L224: func (s KeyboardButtonClassArray) AsKeyboardButtonURLAuth() (to KeyboardButtonURLAuthArray) {
		tl_keyboard_button_slices_gen.go#L984: type KeyboardButtonURLAuthArray []KeyboardButtonURLAuth
		tl_keyboard_button_slices_gen.go#L987: func (s KeyboardButtonURLAuthArray) Sort(less func(a, b KeyboardButtonURLAuth) bool) KeyboardButtonURLAuthArray {
		tl_keyboard_button_slices_gen.go#L995: func (s KeyboardButtonURLAuthArray) SortStable(less func(a, b KeyboardButtonURLAuth) bool) KeyboardButtonURLAuthArray {
		tl_keyboard_button_slices_gen.go#L1003: func (s KeyboardButtonURLAuthArray) Retain(keep func(x KeyboardButtonURLAuth) bool) KeyboardButtonURLAuthArray {
		tl_keyboard_button_slices_gen.go#L1017: func (s KeyboardButtonURLAuthArray) First() (v KeyboardButtonURLAuth, ok bool) {
		tl_keyboard_button_slices_gen.go#L1025: func (s KeyboardButtonURLAuthArray) Last() (v KeyboardButtonURLAuth, ok bool) {
		tl_keyboard_button_slices_gen.go#L1033: func (s *KeyboardButtonURLAuthArray) PopFirst() (v KeyboardButtonURLAuth, ok bool) {
		tl_keyboard_button_slices_gen.go#L1052: func (s *KeyboardButtonURLAuthArray) Pop() (v KeyboardButtonURLAuth, ok bool) {