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#L8773: type UpdateMessageReactionsArray []UpdateMessageReactions
tl_update_slices_gen.go#L8776: func (s UpdateMessageReactionsArray) Sort(less func(a, b UpdateMessageReactions) bool) UpdateMessageReactionsArray {
tl_update_slices_gen.go#L8784: func (s UpdateMessageReactionsArray) SortStable(less func(a, b UpdateMessageReactions) bool) UpdateMessageReactionsArray {
tl_update_slices_gen.go#L8792: func (s UpdateMessageReactionsArray) Retain(keep func(x UpdateMessageReactions) bool) UpdateMessageReactionsArray {
tl_update_slices_gen.go#L8806: func (s UpdateMessageReactionsArray) First() (v UpdateMessageReactions, ok bool) {
tl_update_slices_gen.go#L8814: func (s UpdateMessageReactionsArray) Last() (v UpdateMessageReactions, ok bool) {
tl_update_slices_gen.go#L8822: func (s *UpdateMessageReactionsArray) PopFirst() (v UpdateMessageReactions, ok bool) {
tl_update_slices_gen.go#L8841: func (s *UpdateMessageReactionsArray) Pop() (v UpdateMessageReactions, 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. |