GetChatInviteLink constructor

GetChatInviteLink(
  1. {required int chat_id,
  2. required String invite_link,
  3. int? extra,
  4. int? clientId}
)

Returns information about an invite link. Requires administrator privileges and can_invite_users right in the chat to get own links and owner privileges to get other links

Returns ChatInviteLink

Implementation

GetChatInviteLink