import { Client } from "https://deno.land/x/mtkruto@0.6.3/5_client.ts";
Get the invite links created for a chat. User-only.
Parameters
chatId: ID
The identifier of the chat.
optional
params: GetCreatedInviteLinksParamsReturns
Promise<InviteLink[]>
The invite links created for the chat. This might be a subset of the results if they were less than limit
. The parameters afterDate
and afterInviteLink
can be used for pagination.