type github.com/gotd/td/tg.UpdateUserEmojiStatusArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1290: func (s UpdateClassArray) AsUpdateUserEmojiStatus() (to UpdateUserEmojiStatusArray) {
tl_update_slices_gen.go#L9101: type UpdateUserEmojiStatusArray []UpdateUserEmojiStatus
tl_update_slices_gen.go#L9104: func (s UpdateUserEmojiStatusArray) Sort(less func(a, b UpdateUserEmojiStatus) bool) UpdateUserEmojiStatusArray {
tl_update_slices_gen.go#L9112: func (s UpdateUserEmojiStatusArray) SortStable(less func(a, b UpdateUserEmojiStatus) bool) UpdateUserEmojiStatusArray {
tl_update_slices_gen.go#L9120: func (s UpdateUserEmojiStatusArray) Retain(keep func(x UpdateUserEmojiStatus) bool) UpdateUserEmojiStatusArray {
tl_update_slices_gen.go#L9134: func (s UpdateUserEmojiStatusArray) First() (v UpdateUserEmojiStatus, ok bool) {
tl_update_slices_gen.go#L9142: func (s UpdateUserEmojiStatusArray) Last() (v UpdateUserEmojiStatus, ok bool) {
tl_update_slices_gen.go#L9150: func (s *UpdateUserEmojiStatusArray) PopFirst() (v UpdateUserEmojiStatus, ok bool) {
tl_update_slices_gen.go#L9169: func (s *UpdateUserEmojiStatusArray) Pop() (v UpdateUserEmojiStatus, 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. |