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

12 uses

	github.com/gotd/td/tg (current package)
		tl_account_email_verified_slices_gen.go#L120: func (s AccountEmailVerifiedClassArray) AsAccountEmailVerified() (to AccountEmailVerifiedArray) {
		tl_account_email_verified_slices_gen.go#L146: type AccountEmailVerifiedArray []AccountEmailVerified
		tl_account_email_verified_slices_gen.go#L149: func (s AccountEmailVerifiedArray) Sort(less func(a, b AccountEmailVerified) bool) AccountEmailVerifiedArray {
		tl_account_email_verified_slices_gen.go#L157: func (s AccountEmailVerifiedArray) SortStable(less func(a, b AccountEmailVerified) bool) AccountEmailVerifiedArray {
		tl_account_email_verified_slices_gen.go#L165: func (s AccountEmailVerifiedArray) Retain(keep func(x AccountEmailVerified) bool) AccountEmailVerifiedArray {
		tl_account_email_verified_slices_gen.go#L179: func (s AccountEmailVerifiedArray) First() (v AccountEmailVerified, ok bool) {
		tl_account_email_verified_slices_gen.go#L187: func (s AccountEmailVerifiedArray) Last() (v AccountEmailVerified, ok bool) {
		tl_account_email_verified_slices_gen.go#L195: func (s *AccountEmailVerifiedArray) PopFirst() (v AccountEmailVerified, ok bool) {
		tl_account_email_verified_slices_gen.go#L214: func (s *AccountEmailVerifiedArray) Pop() (v AccountEmailVerified, ok bool) {