type github.com/gotd/td/tg.UpdateMessageReactionsArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1238: func (s UpdateClassArray) AsUpdateMessageReactions() (to UpdateMessageReactionsArray) {
tl_update_slices_gen.go#L9280: type UpdateMessageReactionsArray []UpdateMessageReactions
tl_update_slices_gen.go#L9283: func (s UpdateMessageReactionsArray) Sort(less func(a, b UpdateMessageReactions) bool) UpdateMessageReactionsArray {
tl_update_slices_gen.go#L9291: func (s UpdateMessageReactionsArray) SortStable(less func(a, b UpdateMessageReactions) bool) UpdateMessageReactionsArray {
tl_update_slices_gen.go#L9299: func (s UpdateMessageReactionsArray) Retain(keep func(x UpdateMessageReactions) bool) UpdateMessageReactionsArray {
tl_update_slices_gen.go#L9313: func (s UpdateMessageReactionsArray) First() (v UpdateMessageReactions, ok bool) {
tl_update_slices_gen.go#L9321: func (s UpdateMessageReactionsArray) Last() (v UpdateMessageReactions, ok bool) {
tl_update_slices_gen.go#L9329: func (s *UpdateMessageReactionsArray) PopFirst() (v UpdateMessageReactions, ok bool) {
tl_update_slices_gen.go#L9348: func (s *UpdateMessageReactionsArray) Pop() (v UpdateMessageReactions, 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. |