GetChatInviteLinks constructor

GetChatInviteLinks(
  1. {required int chat_id,
  2. required int creator_user_id,
  3. required bool is_revoked,
  4. required int offset_date,
  5. required String offset_invite_link,
  6. required int limit,
  7. int? extra,
  8. int? clientId}
)

Returns invite links for a chat created by specified administrator. Requires administrator privileges and can_invite_users right in the chat to get own links and owner privileges to get other links

Returns ChatInviteLinks

Implementation

GetChatInviteLinks