type github.com/gotd/td/tg.InputEncryptedFileArray
18 uses
github.com/gotd/td/tg (current package)
tl_input_encrypted_file_slices_gen.go#L133: func (s InputEncryptedFileClassArray) AsInputEncryptedFile() (to InputEncryptedFileArray) {
tl_input_encrypted_file_slices_gen.go#L342: type InputEncryptedFileArray []InputEncryptedFile
tl_input_encrypted_file_slices_gen.go#L345: func (s InputEncryptedFileArray) Sort(less func(a, b InputEncryptedFile) bool) InputEncryptedFileArray {
tl_input_encrypted_file_slices_gen.go#L353: func (s InputEncryptedFileArray) SortStable(less func(a, b InputEncryptedFile) bool) InputEncryptedFileArray {
tl_input_encrypted_file_slices_gen.go#L361: func (s InputEncryptedFileArray) Retain(keep func(x InputEncryptedFile) bool) InputEncryptedFileArray {
tl_input_encrypted_file_slices_gen.go#L375: func (s InputEncryptedFileArray) First() (v InputEncryptedFile, ok bool) {
tl_input_encrypted_file_slices_gen.go#L383: func (s InputEncryptedFileArray) Last() (v InputEncryptedFile, ok bool) {
tl_input_encrypted_file_slices_gen.go#L391: func (s *InputEncryptedFileArray) PopFirst() (v InputEncryptedFile, ok bool) {
tl_input_encrypted_file_slices_gen.go#L410: func (s *InputEncryptedFileArray) Pop() (v InputEncryptedFile, ok bool) {
tl_input_encrypted_file_slices_gen.go#L424: func (s InputEncryptedFileArray) SortByID() InputEncryptedFileArray {
tl_input_encrypted_file_slices_gen.go#L431: func (s InputEncryptedFileArray) SortStableByID() InputEncryptedFileArray {
tl_input_encrypted_file_slices_gen.go#L438: func (s InputEncryptedFileArray) FillMap(to map[int64]InputEncryptedFile) {
tl_input_encrypted_file_slices_gen.go#L445: func (s InputEncryptedFileArray) ToMap() map[int64]InputEncryptedFile {
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. |