type github.com/gotd/td/tg.MediaAreaGeoPointArray
12 uses
github.com/gotd/td/tg (current package)
tl_media_area_slices_gen.go#L146: func (s MediaAreaClassArray) AsMediaAreaGeoPoint() (to MediaAreaGeoPointArray) {
tl_media_area_slices_gen.go#L362: type MediaAreaGeoPointArray []MediaAreaGeoPoint
tl_media_area_slices_gen.go#L365: func (s MediaAreaGeoPointArray) Sort(less func(a, b MediaAreaGeoPoint) bool) MediaAreaGeoPointArray {
tl_media_area_slices_gen.go#L373: func (s MediaAreaGeoPointArray) SortStable(less func(a, b MediaAreaGeoPoint) bool) MediaAreaGeoPointArray {
tl_media_area_slices_gen.go#L381: func (s MediaAreaGeoPointArray) Retain(keep func(x MediaAreaGeoPoint) bool) MediaAreaGeoPointArray {
tl_media_area_slices_gen.go#L395: func (s MediaAreaGeoPointArray) First() (v MediaAreaGeoPoint, ok bool) {
tl_media_area_slices_gen.go#L403: func (s MediaAreaGeoPointArray) Last() (v MediaAreaGeoPoint, ok bool) {
tl_media_area_slices_gen.go#L411: func (s *MediaAreaGeoPointArray) PopFirst() (v MediaAreaGeoPoint, ok bool) {
tl_media_area_slices_gen.go#L430: func (s *MediaAreaGeoPointArray) Pop() (v MediaAreaGeoPoint, ok bool) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |