type github.com/gotd/td/tg.InputEncryptedFileUploadedArray
18 uses
github.com/gotd/td/tg (current package)
tl_input_encrypted_file_slices_gen.go#L120: func (s InputEncryptedFileClassArray) AsInputEncryptedFileUploaded() (to InputEncryptedFileUploadedArray) {
tl_input_encrypted_file_slices_gen.go#L232: type InputEncryptedFileUploadedArray []InputEncryptedFileUploaded
tl_input_encrypted_file_slices_gen.go#L235: func (s InputEncryptedFileUploadedArray) Sort(less func(a, b InputEncryptedFileUploaded) bool) InputEncryptedFileUploadedArray {
tl_input_encrypted_file_slices_gen.go#L243: func (s InputEncryptedFileUploadedArray) SortStable(less func(a, b InputEncryptedFileUploaded) bool) InputEncryptedFileUploadedArray {
tl_input_encrypted_file_slices_gen.go#L251: func (s InputEncryptedFileUploadedArray) Retain(keep func(x InputEncryptedFileUploaded) bool) InputEncryptedFileUploadedArray {
tl_input_encrypted_file_slices_gen.go#L265: func (s InputEncryptedFileUploadedArray) First() (v InputEncryptedFileUploaded, ok bool) {
tl_input_encrypted_file_slices_gen.go#L273: func (s InputEncryptedFileUploadedArray) Last() (v InputEncryptedFileUploaded, ok bool) {
tl_input_encrypted_file_slices_gen.go#L281: func (s *InputEncryptedFileUploadedArray) PopFirst() (v InputEncryptedFileUploaded, ok bool) {
tl_input_encrypted_file_slices_gen.go#L300: func (s *InputEncryptedFileUploadedArray) Pop() (v InputEncryptedFileUploaded, ok bool) {
tl_input_encrypted_file_slices_gen.go#L314: func (s InputEncryptedFileUploadedArray) SortByID() InputEncryptedFileUploadedArray {
tl_input_encrypted_file_slices_gen.go#L321: func (s InputEncryptedFileUploadedArray) SortStableByID() InputEncryptedFileUploadedArray {
tl_input_encrypted_file_slices_gen.go#L328: func (s InputEncryptedFileUploadedArray) FillMap(to map[int64]InputEncryptedFileUploaded) {
tl_input_encrypted_file_slices_gen.go#L335: func (s InputEncryptedFileUploadedArray) ToMap() map[int64]InputEncryptedFileUploaded {
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. |