messages.EditExportedChatInvite
- class pyrogram.raw.functions.messages.EditExportedChatInvite
Edit an exported chat invite
- Details:
Layer:
194
ID:
BDCA2F75
- Parameters:
peer (
InputPeer
) – Chatlink (
str
) – Invite linkrevoked (
bool
, optional) – Whether to revoke the chat inviteexpire_date (
int
32-bit
, optional) – New expiration dateusage_limit (
int
32-bit
, optional) – Maximum number of users that can join using this linkrequest_needed (
bool
, optional) – Whether admin confirmation is required before admitting each separate user into the chattitle (
str
, optional) – Description of the invite link, visible only to administrators
- Returns: