type github.com/gotd/td/tg.UpdateBotMessageReactionsArray
16 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1459: func (s UpdateClassArray) AsUpdateBotMessageReactions() (to UpdateBotMessageReactionsArray) {
tl_update_slices_gen.go#L10716: type UpdateBotMessageReactionsArray []UpdateBotMessageReactions
tl_update_slices_gen.go#L10719: func (s UpdateBotMessageReactionsArray) Sort(less func(a, b UpdateBotMessageReactions) bool) UpdateBotMessageReactionsArray {
tl_update_slices_gen.go#L10727: func (s UpdateBotMessageReactionsArray) SortStable(less func(a, b UpdateBotMessageReactions) bool) UpdateBotMessageReactionsArray {
tl_update_slices_gen.go#L10735: func (s UpdateBotMessageReactionsArray) Retain(keep func(x UpdateBotMessageReactions) bool) UpdateBotMessageReactionsArray {
tl_update_slices_gen.go#L10749: func (s UpdateBotMessageReactionsArray) First() (v UpdateBotMessageReactions, ok bool) {
tl_update_slices_gen.go#L10757: func (s UpdateBotMessageReactionsArray) Last() (v UpdateBotMessageReactions, ok bool) {
tl_update_slices_gen.go#L10765: func (s *UpdateBotMessageReactionsArray) PopFirst() (v UpdateBotMessageReactions, ok bool) {
tl_update_slices_gen.go#L10784: func (s *UpdateBotMessageReactionsArray) Pop() (v UpdateBotMessageReactions, ok bool) {
tl_update_slices_gen.go#L10798: func (s UpdateBotMessageReactionsArray) SortByDate() UpdateBotMessageReactionsArray {
tl_update_slices_gen.go#L10805: func (s UpdateBotMessageReactionsArray) SortStableByDate() UpdateBotMessageReactionsArray {
![]() |
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. |