github.com/gotd/td/tg.UpdateBotMessageReaction.OldReactions (field)
10 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L24496: OldReactions []ReactionClass
tl_update_gen.go#L24538: if !(u.OldReactions == nil) {
tl_update_gen.go#L24574: u.OldReactions = from.GetOldReactions()
tl_update_gen.go#L24662: b.PutVectorHeader(len(u.OldReactions))
tl_update_gen.go#L24663: for idx, v := range u.OldReactions {
tl_update_gen.go#L24735: u.OldReactions = make([]ReactionClass, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L24742: u.OldReactions = append(u.OldReactions, value)
tl_update_gen.go#L24809: return u.OldReactions
tl_update_gen.go#L24830: return ReactionClassArray(u.OldReactions)
![]() |
The pages are generated with Golds v0.8.4. (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. |