We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceae025 commit f557fe8Copy full SHA for f557fe8
src/WhatsApp/ContentType.cs
@@ -5,12 +5,12 @@
5
/// </summary>
6
public enum ContentType
7
{
8
- Document,
+ Audio,
9
Contact,
10
- Text,
11
- Location,
+ Document,
12
Image,
+ Location,
13
+ Text,
14
Video,
- Audio,
15
Unknown // For the 'raw' case
16
}
src/WhatsApp/MessageType.cs
@@ -14,11 +14,11 @@ public enum MessageType
Error,
/// <summary>
17
- /// Message contains a status update.
18
- /// </summary>
19
- Status,
20
- /// <summary>
21
/// Message contains a button reply.
22
23
Interactive,
+ /// <summary>
+ /// Message contains a status update.
+ /// </summary>
+ Status,
24
0 commit comments