type github.com/gotd/td/tg.SecureFileArray
22 uses
github.com/gotd/td/tg (current package)
tl_secure_file_slices_gen.go#L120: func (s SecureFileClassArray) AsSecureFile() (to SecureFileArray) {
tl_secure_file_slices_gen.go#L206: type SecureFileArray []SecureFile
tl_secure_file_slices_gen.go#L209: func (s SecureFileArray) Sort(less func(a, b SecureFile) bool) SecureFileArray {
tl_secure_file_slices_gen.go#L217: func (s SecureFileArray) SortStable(less func(a, b SecureFile) bool) SecureFileArray {
tl_secure_file_slices_gen.go#L225: func (s SecureFileArray) Retain(keep func(x SecureFile) bool) SecureFileArray {
tl_secure_file_slices_gen.go#L239: func (s SecureFileArray) First() (v SecureFile, ok bool) {
tl_secure_file_slices_gen.go#L247: func (s SecureFileArray) Last() (v SecureFile, ok bool) {
tl_secure_file_slices_gen.go#L255: func (s *SecureFileArray) PopFirst() (v SecureFile, ok bool) {
tl_secure_file_slices_gen.go#L274: func (s *SecureFileArray) Pop() (v SecureFile, ok bool) {
tl_secure_file_slices_gen.go#L288: func (s SecureFileArray) SortByID() SecureFileArray {
tl_secure_file_slices_gen.go#L295: func (s SecureFileArray) SortStableByID() SecureFileArray {
tl_secure_file_slices_gen.go#L302: func (s SecureFileArray) SortByDate() SecureFileArray {
tl_secure_file_slices_gen.go#L309: func (s SecureFileArray) SortStableByDate() SecureFileArray {
tl_secure_file_slices_gen.go#L316: func (s SecureFileArray) FillMap(to map[int64]SecureFile) {
tl_secure_file_slices_gen.go#L323: func (s SecureFileArray) ToMap() map[int64]SecureFile {
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. |