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

12 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_type_slices_gen.go#L198: func (s AuthSentCodeTypeClassArray) AsAuthSentCodeTypeSetUpEmailRequired() (to AuthSentCodeTypeSetUpEmailRequiredArray) {
		tl_auth_sent_code_type_slices_gen.go#L755: type AuthSentCodeTypeSetUpEmailRequiredArray []AuthSentCodeTypeSetUpEmailRequired
		tl_auth_sent_code_type_slices_gen.go#L758: func (s AuthSentCodeTypeSetUpEmailRequiredArray) Sort(less func(a, b AuthSentCodeTypeSetUpEmailRequired) bool) AuthSentCodeTypeSetUpEmailRequiredArray {
		tl_auth_sent_code_type_slices_gen.go#L766: func (s AuthSentCodeTypeSetUpEmailRequiredArray) SortStable(less func(a, b AuthSentCodeTypeSetUpEmailRequired) bool) AuthSentCodeTypeSetUpEmailRequiredArray {
		tl_auth_sent_code_type_slices_gen.go#L774: func (s AuthSentCodeTypeSetUpEmailRequiredArray) Retain(keep func(x AuthSentCodeTypeSetUpEmailRequired) bool) AuthSentCodeTypeSetUpEmailRequiredArray {
		tl_auth_sent_code_type_slices_gen.go#L788: func (s AuthSentCodeTypeSetUpEmailRequiredArray) First() (v AuthSentCodeTypeSetUpEmailRequired, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L796: func (s AuthSentCodeTypeSetUpEmailRequiredArray) Last() (v AuthSentCodeTypeSetUpEmailRequired, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L804: func (s *AuthSentCodeTypeSetUpEmailRequiredArray) PopFirst() (v AuthSentCodeTypeSetUpEmailRequired, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L823: func (s *AuthSentCodeTypeSetUpEmailRequiredArray) Pop() (v AuthSentCodeTypeSetUpEmailRequired, ok bool) {