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#L9608: type UpdateUserEmojiStatusArray []UpdateUserEmojiStatus
tl_update_slices_gen.go#L9611: func (s UpdateUserEmojiStatusArray) Sort(less func(a, b UpdateUserEmojiStatus) bool) UpdateUserEmojiStatusArray {
tl_update_slices_gen.go#L9619: func (s UpdateUserEmojiStatusArray) SortStable(less func(a, b UpdateUserEmojiStatus) bool) UpdateUserEmojiStatusArray {
tl_update_slices_gen.go#L9627: func (s UpdateUserEmojiStatusArray) Retain(keep func(x UpdateUserEmojiStatus) bool) UpdateUserEmojiStatusArray {
tl_update_slices_gen.go#L9641: func (s UpdateUserEmojiStatusArray) First() (v UpdateUserEmojiStatus, ok bool) {
tl_update_slices_gen.go#L9649: func (s UpdateUserEmojiStatusArray) Last() (v UpdateUserEmojiStatus, ok bool) {
tl_update_slices_gen.go#L9657: func (s *UpdateUserEmojiStatusArray) PopFirst() (v UpdateUserEmojiStatus, ok bool) {
tl_update_slices_gen.go#L9676: func (s *UpdateUserEmojiStatusArray) Pop() (v UpdateUserEmojiStatus, ok bool) {
![]() |
The pages are generated with Golds v0.8.5. (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. |