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 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |