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

12 uses

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