github.com/gotd/td/tg.MessagesReactionsBox.Reactions (field)
8 uses
github.com/gotd/td/tg (current package)
tl_messages_get_recent_reactions_gen.go#L213: return result.Reactions, nil
tl_messages_get_top_reactions_gen.go#L213: return result.Reactions, nil
tl_messages_reactions_gen.go#L408: Reactions MessagesReactionsClass
tl_messages_reactions_gen.go#L420: b.Reactions = v
tl_messages_reactions_gen.go#L426: if b == nil || b.Reactions == nil {
tl_messages_reactions_gen.go#L429: return b.Reactions.Encode(buf)
tl_server_gen.go#L5809: return &MessagesReactionsBox{Reactions: response}, nil
tl_server_gen.go#L5826: return &MessagesReactionsBox{Reactions: response}, nil
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. |