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

18 uses

	github.com/gotd/td/tg (current package)
		tl_input_file_location_slices_gen.go#L146: func (s InputFileLocationClassArray) AsInputDocumentFileLocation() (to InputDocumentFileLocationArray) {
		tl_input_file_location_slices_gen.go#L455: type InputDocumentFileLocationArray []InputDocumentFileLocation
		tl_input_file_location_slices_gen.go#L458: func (s InputDocumentFileLocationArray) Sort(less func(a, b InputDocumentFileLocation) bool) InputDocumentFileLocationArray {
		tl_input_file_location_slices_gen.go#L466: func (s InputDocumentFileLocationArray) SortStable(less func(a, b InputDocumentFileLocation) bool) InputDocumentFileLocationArray {
		tl_input_file_location_slices_gen.go#L474: func (s InputDocumentFileLocationArray) Retain(keep func(x InputDocumentFileLocation) bool) InputDocumentFileLocationArray {
		tl_input_file_location_slices_gen.go#L488: func (s InputDocumentFileLocationArray) First() (v InputDocumentFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L496: func (s InputDocumentFileLocationArray) Last() (v InputDocumentFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L504: func (s *InputDocumentFileLocationArray) PopFirst() (v InputDocumentFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L523: func (s *InputDocumentFileLocationArray) Pop() (v InputDocumentFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L537: func (s InputDocumentFileLocationArray) SortByID() InputDocumentFileLocationArray {
		tl_input_file_location_slices_gen.go#L544: func (s InputDocumentFileLocationArray) SortStableByID() InputDocumentFileLocationArray {
		tl_input_file_location_slices_gen.go#L551: func (s InputDocumentFileLocationArray) FillMap(to map[int64]InputDocumentFileLocation) {
		tl_input_file_location_slices_gen.go#L558: func (s InputDocumentFileLocationArray) ToMap() map[int64]InputDocumentFileLocation {