mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 20:43:26 +02:00
Add support for channel events
This commit is contained in:
@@ -333,4 +333,11 @@ SubscriptionStatus = {
|
||||
Premium = 1,
|
||||
}
|
||||
|
||||
ChannelEvent = {
|
||||
Join = 0,
|
||||
Leave = 1,
|
||||
Invite = 2,
|
||||
Exclude = 3,
|
||||
}
|
||||
|
||||
-- @}
|
||||
|
Reference in New Issue
Block a user