type github.com/gotd/td/tg.EmojiListArray
12 uses
github.com/gotd/td/tg (current package)
tl_emoji_list_slices_gen.go#L120: func (s EmojiListClassArray) AsEmojiList() (to EmojiListArray) {
tl_emoji_list_slices_gen.go#L188: type EmojiListArray []EmojiList
tl_emoji_list_slices_gen.go#L191: func (s EmojiListArray) Sort(less func(a, b EmojiList) bool) EmojiListArray {
tl_emoji_list_slices_gen.go#L199: func (s EmojiListArray) SortStable(less func(a, b EmojiList) bool) EmojiListArray {
tl_emoji_list_slices_gen.go#L207: func (s EmojiListArray) Retain(keep func(x EmojiList) bool) EmojiListArray {
tl_emoji_list_slices_gen.go#L221: func (s EmojiListArray) First() (v EmojiList, ok bool) {
tl_emoji_list_slices_gen.go#L229: func (s EmojiListArray) Last() (v EmojiList, ok bool) {
tl_emoji_list_slices_gen.go#L237: func (s *EmojiListArray) PopFirst() (v EmojiList, ok bool) {
tl_emoji_list_slices_gen.go#L256: func (s *EmojiListArray) Pop() (v EmojiList, 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. |