Add support for channel events

This commit is contained in:
Kamil Chojnowski
2019-01-05 22:22:01 +01:00
parent 07b4b785fc
commit 8301bc74f3
3 changed files with 43 additions and 9 deletions

View File

@@ -333,4 +333,11 @@ SubscriptionStatus = {
Premium = 1,
}
ChannelEvent = {
Join = 0,
Leave = 1,
Invite = 2,
Exclude = 3,
}
-- @}