Add invite targets for voice channel invites

This commit is contained in:
Zomatree
2021-05-29 00:15:46 -04:00
committed by GitHub
parent f321efd4de
commit b48f510e15
10 changed files with 263 additions and 27 deletions
+1 -1
View File
@@ -431,7 +431,7 @@ class StickerType(Enum):
class InviteTarget(Enum):
unknown = 0
stream = 1
stream = 1
embedded_application = 2
class InteractionType(Enum):