type github.com/gotd/td/tg.InputEncryptedFileLocationArray
18 uses
github.com/gotd/td/tg (current package)
tl_input_file_location_slices_gen.go#L133: func (s InputFileLocationClassArray) AsInputEncryptedFileLocation() (to InputEncryptedFileLocationArray) {
tl_input_file_location_slices_gen.go#L345: type InputEncryptedFileLocationArray []InputEncryptedFileLocation
tl_input_file_location_slices_gen.go#L348: func (s InputEncryptedFileLocationArray) Sort(less func(a, b InputEncryptedFileLocation) bool) InputEncryptedFileLocationArray {
tl_input_file_location_slices_gen.go#L356: func (s InputEncryptedFileLocationArray) SortStable(less func(a, b InputEncryptedFileLocation) bool) InputEncryptedFileLocationArray {
tl_input_file_location_slices_gen.go#L364: func (s InputEncryptedFileLocationArray) Retain(keep func(x InputEncryptedFileLocation) bool) InputEncryptedFileLocationArray {
tl_input_file_location_slices_gen.go#L378: func (s InputEncryptedFileLocationArray) First() (v InputEncryptedFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L386: func (s InputEncryptedFileLocationArray) Last() (v InputEncryptedFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L394: func (s *InputEncryptedFileLocationArray) PopFirst() (v InputEncryptedFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L413: func (s *InputEncryptedFileLocationArray) Pop() (v InputEncryptedFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L427: func (s InputEncryptedFileLocationArray) SortByID() InputEncryptedFileLocationArray {
tl_input_file_location_slices_gen.go#L434: func (s InputEncryptedFileLocationArray) SortStableByID() InputEncryptedFileLocationArray {
tl_input_file_location_slices_gen.go#L441: func (s InputEncryptedFileLocationArray) FillMap(to map[int64]InputEncryptedFileLocation) {
tl_input_file_location_slices_gen.go#L448: func (s InputEncryptedFileLocationArray) ToMap() map[int64]InputEncryptedFileLocation {
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. |