github.com/gotd/td/tg.UpdateBotMessageReaction.OldReactions (field)
10 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L24184: OldReactions []ReactionClass
tl_update_gen.go#L24223: if !(u.OldReactions == nil) {
tl_update_gen.go#L24259: u.OldReactions = from.GetOldReactions()
tl_update_gen.go#L24347: b.PutVectorHeader(len(u.OldReactions))
tl_update_gen.go#L24348: for idx, v := range u.OldReactions {
tl_update_gen.go#L24420: u.OldReactions = make([]ReactionClass, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L24427: u.OldReactions = append(u.OldReactions, value)
tl_update_gen.go#L24494: return u.OldReactions
tl_update_gen.go#L24515: return ReactionClassArray(u.OldReactions)
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. |