type github.com/gotd/td/tg.UpdateBotMessageReactionArray
16 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1485: func (s UpdateClassArray) AsUpdateBotMessageReaction() (to UpdateBotMessageReactionArray) {
tl_update_slices_gen.go#L10359: type UpdateBotMessageReactionArray []UpdateBotMessageReaction
tl_update_slices_gen.go#L10362: func (s UpdateBotMessageReactionArray) Sort(less func(a, b UpdateBotMessageReaction) bool) UpdateBotMessageReactionArray {
tl_update_slices_gen.go#L10370: func (s UpdateBotMessageReactionArray) SortStable(less func(a, b UpdateBotMessageReaction) bool) UpdateBotMessageReactionArray {
tl_update_slices_gen.go#L10378: func (s UpdateBotMessageReactionArray) Retain(keep func(x UpdateBotMessageReaction) bool) UpdateBotMessageReactionArray {
tl_update_slices_gen.go#L10392: func (s UpdateBotMessageReactionArray) First() (v UpdateBotMessageReaction, ok bool) {
tl_update_slices_gen.go#L10400: func (s UpdateBotMessageReactionArray) Last() (v UpdateBotMessageReaction, ok bool) {
tl_update_slices_gen.go#L10408: func (s *UpdateBotMessageReactionArray) PopFirst() (v UpdateBotMessageReaction, ok bool) {
tl_update_slices_gen.go#L10427: func (s *UpdateBotMessageReactionArray) Pop() (v UpdateBotMessageReaction, ok bool) {
tl_update_slices_gen.go#L10441: func (s UpdateBotMessageReactionArray) SortByDate() UpdateBotMessageReactionArray {
tl_update_slices_gen.go#L10448: func (s UpdateBotMessageReactionArray) SortStableByDate() UpdateBotMessageReactionArray {
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. |