type github.com/gotd/td/tg.EmojiStatusCollectibleArray
12 uses
github.com/gotd/td/tg (current package)
tl_emoji_status_slices_gen.go#L133: func (s EmojiStatusClassArray) AsEmojiStatusCollectible() (to EmojiStatusCollectibleArray) {
tl_emoji_status_slices_gen.go#L296: type EmojiStatusCollectibleArray []EmojiStatusCollectible
tl_emoji_status_slices_gen.go#L299: func (s EmojiStatusCollectibleArray) Sort(less func(a, b EmojiStatusCollectible) bool) EmojiStatusCollectibleArray {
tl_emoji_status_slices_gen.go#L307: func (s EmojiStatusCollectibleArray) SortStable(less func(a, b EmojiStatusCollectible) bool) EmojiStatusCollectibleArray {
tl_emoji_status_slices_gen.go#L315: func (s EmojiStatusCollectibleArray) Retain(keep func(x EmojiStatusCollectible) bool) EmojiStatusCollectibleArray {
tl_emoji_status_slices_gen.go#L329: func (s EmojiStatusCollectibleArray) First() (v EmojiStatusCollectible, ok bool) {
tl_emoji_status_slices_gen.go#L337: func (s EmojiStatusCollectibleArray) Last() (v EmojiStatusCollectible, ok bool) {
tl_emoji_status_slices_gen.go#L345: func (s *EmojiStatusCollectibleArray) PopFirst() (v EmojiStatusCollectible, ok bool) {
tl_emoji_status_slices_gen.go#L364: func (s *EmojiStatusCollectibleArray) Pop() (v EmojiStatusCollectible, 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. |