type github.com/gotd/td/tg.InputSecureFileArray
18 uses
github.com/gotd/td/tg (current package)
tl_input_secure_file_slices_gen.go#L183: func (s InputSecureFileClassArray) AsInputSecureFile() (to InputSecureFileArray) {
tl_input_secure_file_slices_gen.go#L306: type InputSecureFileArray []InputSecureFile
tl_input_secure_file_slices_gen.go#L309: func (s InputSecureFileArray) Sort(less func(a, b InputSecureFile) bool) InputSecureFileArray {
tl_input_secure_file_slices_gen.go#L317: func (s InputSecureFileArray) SortStable(less func(a, b InputSecureFile) bool) InputSecureFileArray {
tl_input_secure_file_slices_gen.go#L325: func (s InputSecureFileArray) Retain(keep func(x InputSecureFile) bool) InputSecureFileArray {
tl_input_secure_file_slices_gen.go#L339: func (s InputSecureFileArray) First() (v InputSecureFile, ok bool) {
tl_input_secure_file_slices_gen.go#L347: func (s InputSecureFileArray) Last() (v InputSecureFile, ok bool) {
tl_input_secure_file_slices_gen.go#L355: func (s *InputSecureFileArray) PopFirst() (v InputSecureFile, ok bool) {
tl_input_secure_file_slices_gen.go#L374: func (s *InputSecureFileArray) Pop() (v InputSecureFile, ok bool) {
tl_input_secure_file_slices_gen.go#L388: func (s InputSecureFileArray) SortByID() InputSecureFileArray {
tl_input_secure_file_slices_gen.go#L395: func (s InputSecureFileArray) SortStableByID() InputSecureFileArray {
tl_input_secure_file_slices_gen.go#L402: func (s InputSecureFileArray) FillMap(to map[int64]InputSecureFile) {
tl_input_secure_file_slices_gen.go#L409: func (s InputSecureFileArray) ToMap() map[int64]InputSecureFile {
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. |