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

11 uses

	github.com/gotd/td/tg (current package)
		tl_auth_code_type_slices_gen.go#L38: type AuthCodeTypeClassArray []AuthCodeTypeClass
		tl_auth_code_type_slices_gen.go#L41: func (s AuthCodeTypeClassArray) Sort(less func(a, b AuthCodeTypeClass) bool) AuthCodeTypeClassArray {
		tl_auth_code_type_slices_gen.go#L49: func (s AuthCodeTypeClassArray) SortStable(less func(a, b AuthCodeTypeClass) bool) AuthCodeTypeClassArray {
		tl_auth_code_type_slices_gen.go#L57: func (s AuthCodeTypeClassArray) Retain(keep func(x AuthCodeTypeClass) bool) AuthCodeTypeClassArray {
		tl_auth_code_type_slices_gen.go#L71: func (s AuthCodeTypeClassArray) First() (v AuthCodeTypeClass, ok bool) {
		tl_auth_code_type_slices_gen.go#L79: func (s AuthCodeTypeClassArray) Last() (v AuthCodeTypeClass, ok bool) {
		tl_auth_code_type_slices_gen.go#L87: func (s *AuthCodeTypeClassArray) PopFirst() (v AuthCodeTypeClass, ok bool) {
		tl_auth_code_type_slices_gen.go#L106: func (s *AuthCodeTypeClassArray) Pop() (v AuthCodeTypeClass, ok bool) {