type github.com/gotd/td/tg.EmojiKeywordArray
12 uses
github.com/gotd/td/tg (current package)
tl_emoji_keyword_slices_gen.go#L120: func (s EmojiKeywordClassArray) AsEmojiKeyword() (to EmojiKeywordArray) {
tl_emoji_keyword_slices_gen.go#L146: type EmojiKeywordArray []EmojiKeyword
tl_emoji_keyword_slices_gen.go#L149: func (s EmojiKeywordArray) Sort(less func(a, b EmojiKeyword) bool) EmojiKeywordArray {
tl_emoji_keyword_slices_gen.go#L157: func (s EmojiKeywordArray) SortStable(less func(a, b EmojiKeyword) bool) EmojiKeywordArray {
tl_emoji_keyword_slices_gen.go#L165: func (s EmojiKeywordArray) Retain(keep func(x EmojiKeyword) bool) EmojiKeywordArray {
tl_emoji_keyword_slices_gen.go#L179: func (s EmojiKeywordArray) First() (v EmojiKeyword, ok bool) {
tl_emoji_keyword_slices_gen.go#L187: func (s EmojiKeywordArray) Last() (v EmojiKeyword, ok bool) {
tl_emoji_keyword_slices_gen.go#L195: func (s *EmojiKeywordArray) PopFirst() (v EmojiKeyword, ok bool) {
tl_emoji_keyword_slices_gen.go#L214: func (s *EmojiKeywordArray) Pop() (v EmojiKeyword, 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. |