type github.com/gotd/td/tg.UpdateBotMessageReactionsArray
16 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1498: func (s UpdateClassArray) AsUpdateBotMessageReactions() (to UpdateBotMessageReactionsArray) {
tl_update_slices_gen.go#L10455: type UpdateBotMessageReactionsArray []UpdateBotMessageReactions
tl_update_slices_gen.go#L10458: func (s UpdateBotMessageReactionsArray) Sort(less func(a, b UpdateBotMessageReactions) bool) UpdateBotMessageReactionsArray {
tl_update_slices_gen.go#L10466: func (s UpdateBotMessageReactionsArray) SortStable(less func(a, b UpdateBotMessageReactions) bool) UpdateBotMessageReactionsArray {
tl_update_slices_gen.go#L10474: func (s UpdateBotMessageReactionsArray) Retain(keep func(x UpdateBotMessageReactions) bool) UpdateBotMessageReactionsArray {
tl_update_slices_gen.go#L10488: func (s UpdateBotMessageReactionsArray) First() (v UpdateBotMessageReactions, ok bool) {
tl_update_slices_gen.go#L10496: func (s UpdateBotMessageReactionsArray) Last() (v UpdateBotMessageReactions, ok bool) {
tl_update_slices_gen.go#L10504: func (s *UpdateBotMessageReactionsArray) PopFirst() (v UpdateBotMessageReactions, ok bool) {
tl_update_slices_gen.go#L10523: func (s *UpdateBotMessageReactionsArray) Pop() (v UpdateBotMessageReactions, ok bool) {
tl_update_slices_gen.go#L10537: func (s UpdateBotMessageReactionsArray) SortByDate() UpdateBotMessageReactionsArray {
tl_update_slices_gen.go#L10544: func (s UpdateBotMessageReactionsArray) SortStableByDate() UpdateBotMessageReactionsArray {
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. |