type github.com/gotd/td/tg.EmojiStatusUntilArray
12 uses
github.com/gotd/td/tg (current package)
tl_emoji_status_slices_gen.go#L133: func (s EmojiStatusClassArray) AsEmojiStatusUntil() (to EmojiStatusUntilArray) {
tl_emoji_status_slices_gen.go#L283: type EmojiStatusUntilArray []EmojiStatusUntil
tl_emoji_status_slices_gen.go#L286: func (s EmojiStatusUntilArray) Sort(less func(a, b EmojiStatusUntil) bool) EmojiStatusUntilArray {
tl_emoji_status_slices_gen.go#L294: func (s EmojiStatusUntilArray) SortStable(less func(a, b EmojiStatusUntil) bool) EmojiStatusUntilArray {
tl_emoji_status_slices_gen.go#L302: func (s EmojiStatusUntilArray) Retain(keep func(x EmojiStatusUntil) bool) EmojiStatusUntilArray {
tl_emoji_status_slices_gen.go#L316: func (s EmojiStatusUntilArray) First() (v EmojiStatusUntil, ok bool) {
tl_emoji_status_slices_gen.go#L324: func (s EmojiStatusUntilArray) Last() (v EmojiStatusUntil, ok bool) {
tl_emoji_status_slices_gen.go#L332: func (s *EmojiStatusUntilArray) PopFirst() (v EmojiStatusUntil, ok bool) {
tl_emoji_status_slices_gen.go#L351: func (s *EmojiStatusUntilArray) Pop() (v EmojiStatusUntil, 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. |