Add example of emojiID to MessageReactionAdd (#798)
This commit is contained in:
parent
79784e28e8
commit
fb0692b08d
1 changed files with 1 additions and 1 deletions
|
@ -2310,7 +2310,7 @@ func (s *Session) WebhookMessageDelete(webhookID, token, messageID string) (err
|
|||
// MessageReactionAdd creates an emoji reaction to a message.
|
||||
// channelID : The channel ID.
|
||||
// messageID : The message ID.
|
||||
// emojiID : Either the unicode emoji for the reaction, or a guild emoji identifier.
|
||||
// emojiID : Either the unicode emoji for the reaction, or a guild emoji identifier in name:id format (e.g. "hello:1234567654321")
|
||||
func (s *Session) MessageReactionAdd(channelID, messageID, emojiID string) error {
|
||||
|
||||
// emoji such as #⃣ need to have # escaped
|
||||
|
|
Loading…
Reference in a new issue