method Client.prototype.getCreatedInviteLinksimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; getCreatedInviteLinks(chatId: ID, params?: GetCreatedInviteLinksParams): Promise<InviteLink[]>Get the invite links created for a chat. User-only. ParameterschatId: IDThe identifier of the chat. optionalparams: GetCreatedInviteLinksParamsReturnsPromise<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.