type github.com/gotd/td/tg.EmojiGroupGreetingArray
12 uses
github.com/gotd/td/tg (current package)
tl_emoji_group_slices_gen.go#L133: func (s EmojiGroupClassArray) AsEmojiGroupGreeting() (to EmojiGroupGreetingArray) {
tl_emoji_group_slices_gen.go#L241: type EmojiGroupGreetingArray []EmojiGroupGreeting
tl_emoji_group_slices_gen.go#L244: func (s EmojiGroupGreetingArray) Sort(less func(a, b EmojiGroupGreeting) bool) EmojiGroupGreetingArray {
tl_emoji_group_slices_gen.go#L252: func (s EmojiGroupGreetingArray) SortStable(less func(a, b EmojiGroupGreeting) bool) EmojiGroupGreetingArray {
tl_emoji_group_slices_gen.go#L260: func (s EmojiGroupGreetingArray) Retain(keep func(x EmojiGroupGreeting) bool) EmojiGroupGreetingArray {
tl_emoji_group_slices_gen.go#L274: func (s EmojiGroupGreetingArray) First() (v EmojiGroupGreeting, ok bool) {
tl_emoji_group_slices_gen.go#L282: func (s EmojiGroupGreetingArray) Last() (v EmojiGroupGreeting, ok bool) {
tl_emoji_group_slices_gen.go#L290: func (s *EmojiGroupGreetingArray) PopFirst() (v EmojiGroupGreeting, ok bool) {
tl_emoji_group_slices_gen.go#L309: func (s *EmojiGroupGreetingArray) Pop() (v EmojiGroupGreeting, 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. |