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

18 uses

	github.com/gotd/td/tg (current package)
		tl_encrypted_file_slices_gen.go#L120: func (s EncryptedFileClassArray) AsEncryptedFile() (to EncryptedFileArray) {
		tl_encrypted_file_slices_gen.go#L206: type EncryptedFileArray []EncryptedFile
		tl_encrypted_file_slices_gen.go#L209: func (s EncryptedFileArray) Sort(less func(a, b EncryptedFile) bool) EncryptedFileArray {
		tl_encrypted_file_slices_gen.go#L217: func (s EncryptedFileArray) SortStable(less func(a, b EncryptedFile) bool) EncryptedFileArray {
		tl_encrypted_file_slices_gen.go#L225: func (s EncryptedFileArray) Retain(keep func(x EncryptedFile) bool) EncryptedFileArray {
		tl_encrypted_file_slices_gen.go#L239: func (s EncryptedFileArray) First() (v EncryptedFile, ok bool) {
		tl_encrypted_file_slices_gen.go#L247: func (s EncryptedFileArray) Last() (v EncryptedFile, ok bool) {
		tl_encrypted_file_slices_gen.go#L255: func (s *EncryptedFileArray) PopFirst() (v EncryptedFile, ok bool) {
		tl_encrypted_file_slices_gen.go#L274: func (s *EncryptedFileArray) Pop() (v EncryptedFile, ok bool) {
		tl_encrypted_file_slices_gen.go#L288: func (s EncryptedFileArray) SortByID() EncryptedFileArray {
		tl_encrypted_file_slices_gen.go#L295: func (s EncryptedFileArray) SortStableByID() EncryptedFileArray {
		tl_encrypted_file_slices_gen.go#L302: func (s EncryptedFileArray) FillMap(to map[int64]EncryptedFile) {
		tl_encrypted_file_slices_gen.go#L309: func (s EncryptedFileArray) ToMap() map[int64]EncryptedFile {