type github.com/gotd/td/tg.UpdateBotMessageReactionArray
16 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1446: func (s UpdateClassArray) AsUpdateBotMessageReaction() (to UpdateBotMessageReactionArray) {
tl_update_slices_gen.go#L10620: type UpdateBotMessageReactionArray []UpdateBotMessageReaction
tl_update_slices_gen.go#L10623: func (s UpdateBotMessageReactionArray) Sort(less func(a, b UpdateBotMessageReaction) bool) UpdateBotMessageReactionArray {
tl_update_slices_gen.go#L10631: func (s UpdateBotMessageReactionArray) SortStable(less func(a, b UpdateBotMessageReaction) bool) UpdateBotMessageReactionArray {
tl_update_slices_gen.go#L10639: func (s UpdateBotMessageReactionArray) Retain(keep func(x UpdateBotMessageReaction) bool) UpdateBotMessageReactionArray {
tl_update_slices_gen.go#L10653: func (s UpdateBotMessageReactionArray) First() (v UpdateBotMessageReaction, ok bool) {
tl_update_slices_gen.go#L10661: func (s UpdateBotMessageReactionArray) Last() (v UpdateBotMessageReaction, ok bool) {
tl_update_slices_gen.go#L10669: func (s *UpdateBotMessageReactionArray) PopFirst() (v UpdateBotMessageReaction, ok bool) {
tl_update_slices_gen.go#L10688: func (s *UpdateBotMessageReactionArray) Pop() (v UpdateBotMessageReaction, ok bool) {
tl_update_slices_gen.go#L10702: func (s UpdateBotMessageReactionArray) SortByDate() UpdateBotMessageReactionArray {
tl_update_slices_gen.go#L10709: func (s UpdateBotMessageReactionArray) SortStableByDate() UpdateBotMessageReactionArray {
![]() |
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. |