diff options
Diffstat (limited to 'src/types/MessageReactionCountUpdated.zig')
| -rw-r--r-- | src/types/MessageReactionCountUpdated.zig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/types/MessageReactionCountUpdated.zig b/src/types/MessageReactionCountUpdated.zig new file mode 100644 index 0000000..48a9f24 --- /dev/null +++ b/src/types/MessageReactionCountUpdated.zig | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | const Chat = @import("Chat.zig"); | ||
| 2 | const ReactionCount = @import("ReactionCount.zig"); | ||
| 3 | |||
| 4 | chat: Chat, | ||
| 5 | message_id: u64, | ||
| 6 | date: u64, | ||
| 7 | reactions: []ReactionCount, | ||