type github.com/gotd/td/tg.InputPhotoLegacyFileLocationArray

18 uses

	github.com/gotd/td/tg (current package)
		tl_input_file_location_slices_gen.go#L185: func (s InputFileLocationClassArray) AsInputPhotoLegacyFileLocation() (to InputPhotoLegacyFileLocationArray) {
		tl_input_file_location_slices_gen.go#L785: type InputPhotoLegacyFileLocationArray []InputPhotoLegacyFileLocation
		tl_input_file_location_slices_gen.go#L788: func (s InputPhotoLegacyFileLocationArray) Sort(less func(a, b InputPhotoLegacyFileLocation) bool) InputPhotoLegacyFileLocationArray {
		tl_input_file_location_slices_gen.go#L796: func (s InputPhotoLegacyFileLocationArray) SortStable(less func(a, b InputPhotoLegacyFileLocation) bool) InputPhotoLegacyFileLocationArray {
		tl_input_file_location_slices_gen.go#L804: func (s InputPhotoLegacyFileLocationArray) Retain(keep func(x InputPhotoLegacyFileLocation) bool) InputPhotoLegacyFileLocationArray {
		tl_input_file_location_slices_gen.go#L818: func (s InputPhotoLegacyFileLocationArray) First() (v InputPhotoLegacyFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L826: func (s InputPhotoLegacyFileLocationArray) Last() (v InputPhotoLegacyFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L834: func (s *InputPhotoLegacyFileLocationArray) PopFirst() (v InputPhotoLegacyFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L853: func (s *InputPhotoLegacyFileLocationArray) Pop() (v InputPhotoLegacyFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L867: func (s InputPhotoLegacyFileLocationArray) SortByID() InputPhotoLegacyFileLocationArray {
		tl_input_file_location_slices_gen.go#L874: func (s InputPhotoLegacyFileLocationArray) SortStableByID() InputPhotoLegacyFileLocationArray {
		tl_input_file_location_slices_gen.go#L881: func (s InputPhotoLegacyFileLocationArray) FillMap(to map[int64]InputPhotoLegacyFileLocation) {
		tl_input_file_location_slices_gen.go#L888: func (s InputPhotoLegacyFileLocationArray) ToMap() map[int64]InputPhotoLegacyFileLocation {