type github.com/gotd/td/tg.EmojiGroupPremiumArray
12 uses
github.com/gotd/td/tg (current package)
tl_emoji_group_slices_gen.go#L146: func (s EmojiGroupClassArray) AsEmojiGroupPremium() (to EmojiGroupPremiumArray) {
tl_emoji_group_slices_gen.go#L323: type EmojiGroupPremiumArray []EmojiGroupPremium
tl_emoji_group_slices_gen.go#L326: func (s EmojiGroupPremiumArray) Sort(less func(a, b EmojiGroupPremium) bool) EmojiGroupPremiumArray {
tl_emoji_group_slices_gen.go#L334: func (s EmojiGroupPremiumArray) SortStable(less func(a, b EmojiGroupPremium) bool) EmojiGroupPremiumArray {
tl_emoji_group_slices_gen.go#L342: func (s EmojiGroupPremiumArray) Retain(keep func(x EmojiGroupPremium) bool) EmojiGroupPremiumArray {
tl_emoji_group_slices_gen.go#L356: func (s EmojiGroupPremiumArray) First() (v EmojiGroupPremium, ok bool) {
tl_emoji_group_slices_gen.go#L364: func (s EmojiGroupPremiumArray) Last() (v EmojiGroupPremium, ok bool) {
tl_emoji_group_slices_gen.go#L372: func (s *EmojiGroupPremiumArray) PopFirst() (v EmojiGroupPremium, ok bool) {
tl_emoji_group_slices_gen.go#L391: func (s *EmojiGroupPremiumArray) Pop() (v EmojiGroupPremium, 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. |