type github.com/gotd/td/tg.EmojiStatusArray
12 uses
github.com/gotd/td/tg (current package)
tl_emoji_status_slices_gen.go#L120: func (s EmojiStatusClassArray) AsEmojiStatus() (to EmojiStatusArray) {
tl_emoji_status_slices_gen.go#L201: type EmojiStatusArray []EmojiStatus
tl_emoji_status_slices_gen.go#L204: func (s EmojiStatusArray) Sort(less func(a, b EmojiStatus) bool) EmojiStatusArray {
tl_emoji_status_slices_gen.go#L212: func (s EmojiStatusArray) SortStable(less func(a, b EmojiStatus) bool) EmojiStatusArray {
tl_emoji_status_slices_gen.go#L220: func (s EmojiStatusArray) Retain(keep func(x EmojiStatus) bool) EmojiStatusArray {
tl_emoji_status_slices_gen.go#L234: func (s EmojiStatusArray) First() (v EmojiStatus, ok bool) {
tl_emoji_status_slices_gen.go#L242: func (s EmojiStatusArray) Last() (v EmojiStatus, ok bool) {
tl_emoji_status_slices_gen.go#L250: func (s *EmojiStatusArray) PopFirst() (v EmojiStatus, ok bool) {
tl_emoji_status_slices_gen.go#L269: func (s *EmojiStatusArray) Pop() (v EmojiStatus, 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. |