@ -2738,6 +2738,16 @@ class InviteFlags(BaseFlags):
""":class:`bool`: Returns ``True`` if the invite is a guest invite. Guest invites grant temporary membership for the purposes of joining a voice channel."""
return1<<0
@flag_value
defviewed(self):
""":class:`bool`: Returns ``True`` if the invite has been viewed."""
return1<<1
@flag_value
defenhanced(self):
""":class:`bool`: Returns ``True`` if the invite is enhanced."""