type github.com/gotd/td/tg.InputEmojiStatusCollectibleArray
12 uses
github.com/gotd/td/tg (current package)
tl_emoji_status_slices_gen.go#L146: func (s EmojiStatusClassArray) AsInputEmojiStatusCollectible() (to InputEmojiStatusCollectibleArray) {
tl_emoji_status_slices_gen.go#L378: type InputEmojiStatusCollectibleArray []InputEmojiStatusCollectible
tl_emoji_status_slices_gen.go#L381: func (s InputEmojiStatusCollectibleArray) Sort(less func(a, b InputEmojiStatusCollectible) bool) InputEmojiStatusCollectibleArray {
tl_emoji_status_slices_gen.go#L389: func (s InputEmojiStatusCollectibleArray) SortStable(less func(a, b InputEmojiStatusCollectible) bool) InputEmojiStatusCollectibleArray {
tl_emoji_status_slices_gen.go#L397: func (s InputEmojiStatusCollectibleArray) Retain(keep func(x InputEmojiStatusCollectible) bool) InputEmojiStatusCollectibleArray {
tl_emoji_status_slices_gen.go#L411: func (s InputEmojiStatusCollectibleArray) First() (v InputEmojiStatusCollectible, ok bool) {
tl_emoji_status_slices_gen.go#L419: func (s InputEmojiStatusCollectibleArray) Last() (v InputEmojiStatusCollectible, ok bool) {
tl_emoji_status_slices_gen.go#L427: func (s *InputEmojiStatusCollectibleArray) PopFirst() (v InputEmojiStatusCollectible, ok bool) {
tl_emoji_status_slices_gen.go#L446: func (s *InputEmojiStatusCollectibleArray) Pop() (v InputEmojiStatusCollectible, 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. |