type github.com/gotd/td/tg.MediaAreaWeatherArray
12 uses
github.com/gotd/td/tg (current package)
tl_media_area_slices_gen.go#L211: func (s MediaAreaClassArray) AsMediaAreaWeather() (to MediaAreaWeatherArray) {
tl_media_area_slices_gen.go#L811: type MediaAreaWeatherArray []MediaAreaWeather
tl_media_area_slices_gen.go#L814: func (s MediaAreaWeatherArray) Sort(less func(a, b MediaAreaWeather) bool) MediaAreaWeatherArray {
tl_media_area_slices_gen.go#L822: func (s MediaAreaWeatherArray) SortStable(less func(a, b MediaAreaWeather) bool) MediaAreaWeatherArray {
tl_media_area_slices_gen.go#L830: func (s MediaAreaWeatherArray) Retain(keep func(x MediaAreaWeather) bool) MediaAreaWeatherArray {
tl_media_area_slices_gen.go#L844: func (s MediaAreaWeatherArray) First() (v MediaAreaWeather, ok bool) {
tl_media_area_slices_gen.go#L852: func (s MediaAreaWeatherArray) Last() (v MediaAreaWeather, ok bool) {
tl_media_area_slices_gen.go#L860: func (s *MediaAreaWeatherArray) PopFirst() (v MediaAreaWeather, ok bool) {
tl_media_area_slices_gen.go#L879: func (s *MediaAreaWeatherArray) Pop() (v MediaAreaWeather, ok bool) {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |