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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_web_file_location_slices_gen.go#L133: func (s InputWebFileLocationClassArray) AsInputWebFileGeoPointLocation() (to InputWebFileGeoPointLocationArray) {
		tl_input_web_file_location_slices_gen.go#L241: type InputWebFileGeoPointLocationArray []InputWebFileGeoPointLocation
		tl_input_web_file_location_slices_gen.go#L244: func (s InputWebFileGeoPointLocationArray) Sort(less func(a, b InputWebFileGeoPointLocation) bool) InputWebFileGeoPointLocationArray {
		tl_input_web_file_location_slices_gen.go#L252: func (s InputWebFileGeoPointLocationArray) SortStable(less func(a, b InputWebFileGeoPointLocation) bool) InputWebFileGeoPointLocationArray {
		tl_input_web_file_location_slices_gen.go#L260: func (s InputWebFileGeoPointLocationArray) Retain(keep func(x InputWebFileGeoPointLocation) bool) InputWebFileGeoPointLocationArray {
		tl_input_web_file_location_slices_gen.go#L274: func (s InputWebFileGeoPointLocationArray) First() (v InputWebFileGeoPointLocation, ok bool) {
		tl_input_web_file_location_slices_gen.go#L282: func (s InputWebFileGeoPointLocationArray) Last() (v InputWebFileGeoPointLocation, ok bool) {
		tl_input_web_file_location_slices_gen.go#L290: func (s *InputWebFileGeoPointLocationArray) PopFirst() (v InputWebFileGeoPointLocation, ok bool) {
		tl_input_web_file_location_slices_gen.go#L309: func (s *InputWebFileGeoPointLocationArray) Pop() (v InputWebFileGeoPointLocation, ok bool) {