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#L1010: type KeyboardButtonURLAuthArray []KeyboardButtonURLAuth
		tl_keyboard_button_slices_gen.go#L1013: func (s KeyboardButtonURLAuthArray) Sort(less func(a, b KeyboardButtonURLAuth) bool) KeyboardButtonURLAuthArray {
		tl_keyboard_button_slices_gen.go#L1021: func (s KeyboardButtonURLAuthArray) SortStable(less func(a, b KeyboardButtonURLAuth) bool) KeyboardButtonURLAuthArray {
		tl_keyboard_button_slices_gen.go#L1029: func (s KeyboardButtonURLAuthArray) Retain(keep func(x KeyboardButtonURLAuth) bool) KeyboardButtonURLAuthArray {
		tl_keyboard_button_slices_gen.go#L1043: func (s KeyboardButtonURLAuthArray) First() (v KeyboardButtonURLAuth, ok bool) {
		tl_keyboard_button_slices_gen.go#L1051: func (s KeyboardButtonURLAuthArray) Last() (v KeyboardButtonURLAuth, ok bool) {
		tl_keyboard_button_slices_gen.go#L1059: func (s *KeyboardButtonURLAuthArray) PopFirst() (v KeyboardButtonURLAuth, ok bool) {
		tl_keyboard_button_slices_gen.go#L1078: func (s *KeyboardButtonURLAuthArray) Pop() (v KeyboardButtonURLAuth, ok bool) {