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

12 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_slices_gen.go#L237: func (s KeyboardButtonClassArray) AsInputKeyboardButtonURLAuth() (to InputKeyboardButtonURLAuthArray) {
		tl_keyboard_button_slices_gen.go#L1066: type InputKeyboardButtonURLAuthArray []InputKeyboardButtonURLAuth
		tl_keyboard_button_slices_gen.go#L1069: func (s InputKeyboardButtonURLAuthArray) Sort(less func(a, b InputKeyboardButtonURLAuth) bool) InputKeyboardButtonURLAuthArray {
		tl_keyboard_button_slices_gen.go#L1077: func (s InputKeyboardButtonURLAuthArray) SortStable(less func(a, b InputKeyboardButtonURLAuth) bool) InputKeyboardButtonURLAuthArray {
		tl_keyboard_button_slices_gen.go#L1085: func (s InputKeyboardButtonURLAuthArray) Retain(keep func(x InputKeyboardButtonURLAuth) bool) InputKeyboardButtonURLAuthArray {
		tl_keyboard_button_slices_gen.go#L1099: func (s InputKeyboardButtonURLAuthArray) First() (v InputKeyboardButtonURLAuth, ok bool) {
		tl_keyboard_button_slices_gen.go#L1107: func (s InputKeyboardButtonURLAuthArray) Last() (v InputKeyboardButtonURLAuth, ok bool) {
		tl_keyboard_button_slices_gen.go#L1115: func (s *InputKeyboardButtonURLAuthArray) PopFirst() (v InputKeyboardButtonURLAuth, ok bool) {
		tl_keyboard_button_slices_gen.go#L1134: func (s *InputKeyboardButtonURLAuthArray) Pop() (v InputKeyboardButtonURLAuth, ok bool) {