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

13 uses

	github.com/gotd/td/tg (current package)
		tl_auth_authorization_slices_gen.go#L38: type AuthAuthorizationClassArray []AuthAuthorizationClass
		tl_auth_authorization_slices_gen.go#L41: func (s AuthAuthorizationClassArray) Sort(less func(a, b AuthAuthorizationClass) bool) AuthAuthorizationClassArray {
		tl_auth_authorization_slices_gen.go#L49: func (s AuthAuthorizationClassArray) SortStable(less func(a, b AuthAuthorizationClass) bool) AuthAuthorizationClassArray {
		tl_auth_authorization_slices_gen.go#L57: func (s AuthAuthorizationClassArray) Retain(keep func(x AuthAuthorizationClass) bool) AuthAuthorizationClassArray {
		tl_auth_authorization_slices_gen.go#L71: func (s AuthAuthorizationClassArray) First() (v AuthAuthorizationClass, ok bool) {
		tl_auth_authorization_slices_gen.go#L79: func (s AuthAuthorizationClassArray) Last() (v AuthAuthorizationClass, ok bool) {
		tl_auth_authorization_slices_gen.go#L87: func (s *AuthAuthorizationClassArray) PopFirst() (v AuthAuthorizationClass, ok bool) {
		tl_auth_authorization_slices_gen.go#L106: func (s *AuthAuthorizationClassArray) Pop() (v AuthAuthorizationClass, ok bool) {
		tl_auth_authorization_slices_gen.go#L120: func (s AuthAuthorizationClassArray) AsAuthAuthorization() (to AuthAuthorizationArray) {
		tl_auth_authorization_slices_gen.go#L133: func (s AuthAuthorizationClassArray) AsAuthAuthorizationSignUpRequired() (to AuthAuthorizationSignUpRequiredArray) {