type github.com/gotd/td/tg.InputSecureFileLocationArray
18 uses
github.com/gotd/td/tg (current package)
tl_input_file_location_slices_gen.go#L159: func (s InputFileLocationClassArray) AsInputSecureFileLocation() (to InputSecureFileLocationArray) {
tl_input_file_location_slices_gen.go#L565: type InputSecureFileLocationArray []InputSecureFileLocation
tl_input_file_location_slices_gen.go#L568: func (s InputSecureFileLocationArray) Sort(less func(a, b InputSecureFileLocation) bool) InputSecureFileLocationArray {
tl_input_file_location_slices_gen.go#L576: func (s InputSecureFileLocationArray) SortStable(less func(a, b InputSecureFileLocation) bool) InputSecureFileLocationArray {
tl_input_file_location_slices_gen.go#L584: func (s InputSecureFileLocationArray) Retain(keep func(x InputSecureFileLocation) bool) InputSecureFileLocationArray {
tl_input_file_location_slices_gen.go#L598: func (s InputSecureFileLocationArray) First() (v InputSecureFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L606: func (s InputSecureFileLocationArray) Last() (v InputSecureFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L614: func (s *InputSecureFileLocationArray) PopFirst() (v InputSecureFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L633: func (s *InputSecureFileLocationArray) Pop() (v InputSecureFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L647: func (s InputSecureFileLocationArray) SortByID() InputSecureFileLocationArray {
tl_input_file_location_slices_gen.go#L654: func (s InputSecureFileLocationArray) SortStableByID() InputSecureFileLocationArray {
tl_input_file_location_slices_gen.go#L661: func (s InputSecureFileLocationArray) FillMap(to map[int64]InputSecureFileLocation) {
tl_input_file_location_slices_gen.go#L668: func (s InputSecureFileLocationArray) ToMap() map[int64]InputSecureFileLocation {
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. |