type github.com/gotd/td/tg.MediaAreaStarGiftArray
12 uses
github.com/gotd/td/tg (current package)
tl_media_area_slices_gen.go#L224: func (s MediaAreaClassArray) AsMediaAreaStarGift() (to MediaAreaStarGiftArray) {
tl_media_area_slices_gen.go#L893: type MediaAreaStarGiftArray []MediaAreaStarGift
tl_media_area_slices_gen.go#L896: func (s MediaAreaStarGiftArray) Sort(less func(a, b MediaAreaStarGift) bool) MediaAreaStarGiftArray {
tl_media_area_slices_gen.go#L904: func (s MediaAreaStarGiftArray) SortStable(less func(a, b MediaAreaStarGift) bool) MediaAreaStarGiftArray {
tl_media_area_slices_gen.go#L912: func (s MediaAreaStarGiftArray) Retain(keep func(x MediaAreaStarGift) bool) MediaAreaStarGiftArray {
tl_media_area_slices_gen.go#L926: func (s MediaAreaStarGiftArray) First() (v MediaAreaStarGift, ok bool) {
tl_media_area_slices_gen.go#L934: func (s MediaAreaStarGiftArray) Last() (v MediaAreaStarGift, ok bool) {
tl_media_area_slices_gen.go#L942: func (s *MediaAreaStarGiftArray) PopFirst() (v MediaAreaStarGift, ok bool) {
tl_media_area_slices_gen.go#L961: func (s *MediaAreaStarGiftArray) Pop() (v MediaAreaStarGift, 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. |