type github.com/gotd/td/tg.InputFileArray
18 uses
github.com/gotd/td/tg (current package)
tl_input_file_slices_gen.go#L152: func (s InputFileClassArray) AsInputFile() (to InputFileArray) {
tl_input_file_slices_gen.go#L196: type InputFileArray []InputFile
tl_input_file_slices_gen.go#L199: func (s InputFileArray) Sort(less func(a, b InputFile) bool) InputFileArray {
tl_input_file_slices_gen.go#L207: func (s InputFileArray) SortStable(less func(a, b InputFile) bool) InputFileArray {
tl_input_file_slices_gen.go#L215: func (s InputFileArray) Retain(keep func(x InputFile) bool) InputFileArray {
tl_input_file_slices_gen.go#L229: func (s InputFileArray) First() (v InputFile, ok bool) {
tl_input_file_slices_gen.go#L237: func (s InputFileArray) Last() (v InputFile, ok bool) {
tl_input_file_slices_gen.go#L245: func (s *InputFileArray) PopFirst() (v InputFile, ok bool) {
tl_input_file_slices_gen.go#L264: func (s *InputFileArray) Pop() (v InputFile, ok bool) {
tl_input_file_slices_gen.go#L278: func (s InputFileArray) SortByID() InputFileArray {
tl_input_file_slices_gen.go#L285: func (s InputFileArray) SortStableByID() InputFileArray {
tl_input_file_slices_gen.go#L292: func (s InputFileArray) FillMap(to map[int64]InputFile) {
tl_input_file_slices_gen.go#L299: func (s InputFileArray) ToMap() map[int64]InputFile {
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. |