Skip to content

Commit dc3bd76

Browse files
authored
feat: support POLL_RESULT (46) in MessageType enum (#3131)
* feat: support POLL_RESULT (46) in MessageType enum * oops
1 parent 35d94ca commit dc3bd76

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Discord.Net.Core/Entities/Messages/MessageType.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ public enum MessageType
166166
/// <summary>
167167
/// The message is a purchase notification.
168168
/// </summary>
169-
PurchaseNotification = 44
169+
PurchaseNotification = 44,
170+
171+
/// <summary>
172+
/// The message indicating the result of a poll.
173+
/// </summary>
174+
PollResult = 46,
170175
}
171176
}

0 commit comments

Comments
 (0)