github.com/gotd/td/tg.MessagesMessageReactionsList.Reactions (field)
9 uses
github.com/gotd/td/tg (current package)
tl_messages_message_reactions_list_gen.go#L47: Reactions []MessagePeerReaction
tl_messages_message_reactions_list_gen.go#L83: if !(m.Reactions == nil) {
tl_messages_message_reactions_list_gen.go#L117: m.Reactions = from.GetReactions()
tl_messages_message_reactions_list_gen.go#L200: b.PutVectorHeader(len(m.Reactions))
tl_messages_message_reactions_list_gen.go#L201: for idx, v := range m.Reactions {
tl_messages_message_reactions_list_gen.go#L265: m.Reactions = make([]MessagePeerReaction, 0, headerLen%bin.PreallocateLimit)
tl_messages_message_reactions_list_gen.go#L272: m.Reactions = append(m.Reactions, value)
tl_messages_message_reactions_list_gen.go#L332: return m.Reactions
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. |