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

12 uses

	github.com/gotd/td/tg (current package)
		tl_url_auth_result_slices_gen.go#L133: func (s URLAuthResultClassArray) AsURLAuthResultAccepted() (to URLAuthResultAcceptedArray) {
		tl_url_auth_result_slices_gen.go#L228: type URLAuthResultAcceptedArray []URLAuthResultAccepted
		tl_url_auth_result_slices_gen.go#L231: func (s URLAuthResultAcceptedArray) Sort(less func(a, b URLAuthResultAccepted) bool) URLAuthResultAcceptedArray {
		tl_url_auth_result_slices_gen.go#L239: func (s URLAuthResultAcceptedArray) SortStable(less func(a, b URLAuthResultAccepted) bool) URLAuthResultAcceptedArray {
		tl_url_auth_result_slices_gen.go#L247: func (s URLAuthResultAcceptedArray) Retain(keep func(x URLAuthResultAccepted) bool) URLAuthResultAcceptedArray {
		tl_url_auth_result_slices_gen.go#L261: func (s URLAuthResultAcceptedArray) First() (v URLAuthResultAccepted, ok bool) {
		tl_url_auth_result_slices_gen.go#L269: func (s URLAuthResultAcceptedArray) Last() (v URLAuthResultAccepted, ok bool) {
		tl_url_auth_result_slices_gen.go#L277: func (s *URLAuthResultAcceptedArray) PopFirst() (v URLAuthResultAccepted, ok bool) {
		tl_url_auth_result_slices_gen.go#L296: func (s *URLAuthResultAcceptedArray) Pop() (v URLAuthResultAccepted, ok bool) {