type github.com/gotd/td/tg.InputFileLocationArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_file_location_slices_gen.go#L120: func (s InputFileLocationClassArray) AsInputFileLocation() (to InputFileLocationArray) {
tl_input_file_location_slices_gen.go#L263: type InputFileLocationArray []InputFileLocation
tl_input_file_location_slices_gen.go#L266: func (s InputFileLocationArray) Sort(less func(a, b InputFileLocation) bool) InputFileLocationArray {
tl_input_file_location_slices_gen.go#L274: func (s InputFileLocationArray) SortStable(less func(a, b InputFileLocation) bool) InputFileLocationArray {
tl_input_file_location_slices_gen.go#L282: func (s InputFileLocationArray) Retain(keep func(x InputFileLocation) bool) InputFileLocationArray {
tl_input_file_location_slices_gen.go#L296: func (s InputFileLocationArray) First() (v InputFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L304: func (s InputFileLocationArray) Last() (v InputFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L312: func (s *InputFileLocationArray) PopFirst() (v InputFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L331: func (s *InputFileLocationArray) Pop() (v InputFileLocation, ok bool) {
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. |