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

18 uses

	github.com/gotd/td/tg (current package)
		tl_input_geo_point_slices_gen.go#L38: type InputGeoPointClassArray []InputGeoPointClass
		tl_input_geo_point_slices_gen.go#L41: func (s InputGeoPointClassArray) Sort(less func(a, b InputGeoPointClass) bool) InputGeoPointClassArray {
		tl_input_geo_point_slices_gen.go#L49: func (s InputGeoPointClassArray) SortStable(less func(a, b InputGeoPointClass) bool) InputGeoPointClassArray {
		tl_input_geo_point_slices_gen.go#L57: func (s InputGeoPointClassArray) Retain(keep func(x InputGeoPointClass) bool) InputGeoPointClassArray {
		tl_input_geo_point_slices_gen.go#L71: func (s InputGeoPointClassArray) First() (v InputGeoPointClass, ok bool) {
		tl_input_geo_point_slices_gen.go#L79: func (s InputGeoPointClassArray) Last() (v InputGeoPointClass, ok bool) {
		tl_input_geo_point_slices_gen.go#L87: func (s *InputGeoPointClassArray) PopFirst() (v InputGeoPointClass, ok bool) {
		tl_input_geo_point_slices_gen.go#L106: func (s *InputGeoPointClassArray) Pop() (v InputGeoPointClass, ok bool) {
		tl_input_geo_point_slices_gen.go#L120: func (s InputGeoPointClassArray) AsInputGeoPoint() (to InputGeoPointArray) {
		tl_input_geo_point_slices_gen.go#L134: func (s InputGeoPointClassArray) AppendOnlyNotEmpty(to []*InputGeoPoint) []*InputGeoPoint {
		tl_input_geo_point_slices_gen.go#L147: func (s InputGeoPointClassArray) AsNotEmpty() (to []*InputGeoPoint) {
		tl_input_geo_point_slices_gen.go#L152: func (s InputGeoPointClassArray) FirstAsNotEmpty() (v *InputGeoPoint, ok bool) {
		tl_input_geo_point_slices_gen.go#L161: func (s InputGeoPointClassArray) LastAsNotEmpty() (v *InputGeoPoint, ok bool) {
		tl_input_geo_point_slices_gen.go#L170: func (s *InputGeoPointClassArray) PopFirstAsNotEmpty() (v *InputGeoPoint, ok bool) {
		tl_input_geo_point_slices_gen.go#L179: func (s *InputGeoPointClassArray) PopAsNotEmpty() (v *InputGeoPoint, ok bool) {