type github.com/gotd/td/tg.InputFileArray
18 uses
github.com/gotd/td/tg (current package)
tl_input_file_slices_gen.go#L120: func (s InputFileClassArray) AsInputFile() (to InputFileArray) {
tl_input_file_slices_gen.go#L159: type InputFileArray []InputFile
tl_input_file_slices_gen.go#L162: func (s InputFileArray) Sort(less func(a, b InputFile) bool) InputFileArray {
tl_input_file_slices_gen.go#L170: func (s InputFileArray) SortStable(less func(a, b InputFile) bool) InputFileArray {
tl_input_file_slices_gen.go#L178: func (s InputFileArray) Retain(keep func(x InputFile) bool) InputFileArray {
tl_input_file_slices_gen.go#L192: func (s InputFileArray) First() (v InputFile, ok bool) {
tl_input_file_slices_gen.go#L200: func (s InputFileArray) Last() (v InputFile, ok bool) {
tl_input_file_slices_gen.go#L208: func (s *InputFileArray) PopFirst() (v InputFile, ok bool) {
tl_input_file_slices_gen.go#L227: func (s *InputFileArray) Pop() (v InputFile, ok bool) {
tl_input_file_slices_gen.go#L241: func (s InputFileArray) SortByID() InputFileArray {
tl_input_file_slices_gen.go#L248: func (s InputFileArray) SortStableByID() InputFileArray {
tl_input_file_slices_gen.go#L255: func (s InputFileArray) FillMap(to map[int64]InputFile) {
tl_input_file_slices_gen.go#L262: func (s InputFileArray) ToMap() map[int64]InputFile {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |