type github.com/gotd/td/tg.InputPhotoFileLocationArray
18 uses
github.com/gotd/td/tg (current package)
tl_input_file_location_slices_gen.go#L172: func (s InputFileLocationClassArray) AsInputPhotoFileLocation() (to InputPhotoFileLocationArray) {
tl_input_file_location_slices_gen.go#L675: type InputPhotoFileLocationArray []InputPhotoFileLocation
tl_input_file_location_slices_gen.go#L678: func (s InputPhotoFileLocationArray) Sort(less func(a, b InputPhotoFileLocation) bool) InputPhotoFileLocationArray {
tl_input_file_location_slices_gen.go#L686: func (s InputPhotoFileLocationArray) SortStable(less func(a, b InputPhotoFileLocation) bool) InputPhotoFileLocationArray {
tl_input_file_location_slices_gen.go#L694: func (s InputPhotoFileLocationArray) Retain(keep func(x InputPhotoFileLocation) bool) InputPhotoFileLocationArray {
tl_input_file_location_slices_gen.go#L708: func (s InputPhotoFileLocationArray) First() (v InputPhotoFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L716: func (s InputPhotoFileLocationArray) Last() (v InputPhotoFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L724: func (s *InputPhotoFileLocationArray) PopFirst() (v InputPhotoFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L743: func (s *InputPhotoFileLocationArray) Pop() (v InputPhotoFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L757: func (s InputPhotoFileLocationArray) SortByID() InputPhotoFileLocationArray {
tl_input_file_location_slices_gen.go#L764: func (s InputPhotoFileLocationArray) SortStableByID() InputPhotoFileLocationArray {
tl_input_file_location_slices_gen.go#L771: func (s InputPhotoFileLocationArray) FillMap(to map[int64]InputPhotoFileLocation) {
tl_input_file_location_slices_gen.go#L778: func (s InputPhotoFileLocationArray) ToMap() map[int64]InputPhotoFileLocation {
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. |