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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_web_file_location_slices_gen.go#L120: func (s InputWebFileLocationClassArray) AsInputWebFileLocation() (to InputWebFileLocationArray) {
		tl_input_web_file_location_slices_gen.go#L159: type InputWebFileLocationArray []InputWebFileLocation
		tl_input_web_file_location_slices_gen.go#L162: func (s InputWebFileLocationArray) Sort(less func(a, b InputWebFileLocation) bool) InputWebFileLocationArray {
		tl_input_web_file_location_slices_gen.go#L170: func (s InputWebFileLocationArray) SortStable(less func(a, b InputWebFileLocation) bool) InputWebFileLocationArray {
		tl_input_web_file_location_slices_gen.go#L178: func (s InputWebFileLocationArray) Retain(keep func(x InputWebFileLocation) bool) InputWebFileLocationArray {
		tl_input_web_file_location_slices_gen.go#L192: func (s InputWebFileLocationArray) First() (v InputWebFileLocation, ok bool) {
		tl_input_web_file_location_slices_gen.go#L200: func (s InputWebFileLocationArray) Last() (v InputWebFileLocation, ok bool) {
		tl_input_web_file_location_slices_gen.go#L208: func (s *InputWebFileLocationArray) PopFirst() (v InputWebFileLocation, ok bool) {
		tl_input_web_file_location_slices_gen.go#L227: func (s *InputWebFileLocationArray) Pop() (v InputWebFileLocation, ok bool) {