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

12 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_type_slices_gen.go#L185: func (s AuthSentCodeTypeClassArray) AsAuthSentCodeTypeEmailCode() (to AuthSentCodeTypeEmailCodeArray) {
		tl_auth_sent_code_type_slices_gen.go#L673: type AuthSentCodeTypeEmailCodeArray []AuthSentCodeTypeEmailCode
		tl_auth_sent_code_type_slices_gen.go#L676: func (s AuthSentCodeTypeEmailCodeArray) Sort(less func(a, b AuthSentCodeTypeEmailCode) bool) AuthSentCodeTypeEmailCodeArray {
		tl_auth_sent_code_type_slices_gen.go#L684: func (s AuthSentCodeTypeEmailCodeArray) SortStable(less func(a, b AuthSentCodeTypeEmailCode) bool) AuthSentCodeTypeEmailCodeArray {
		tl_auth_sent_code_type_slices_gen.go#L692: func (s AuthSentCodeTypeEmailCodeArray) Retain(keep func(x AuthSentCodeTypeEmailCode) bool) AuthSentCodeTypeEmailCodeArray {
		tl_auth_sent_code_type_slices_gen.go#L706: func (s AuthSentCodeTypeEmailCodeArray) First() (v AuthSentCodeTypeEmailCode, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L714: func (s AuthSentCodeTypeEmailCodeArray) Last() (v AuthSentCodeTypeEmailCode, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L722: func (s *AuthSentCodeTypeEmailCodeArray) PopFirst() (v AuthSentCodeTypeEmailCode, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L741: func (s *AuthSentCodeTypeEmailCodeArray) Pop() (v AuthSentCodeTypeEmailCode, ok bool) {