method Client.prototype.sendMediaGroupimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; sendMediaGroup(chatId: ID,media: InputMedia[],params?: SendMediaGroupParams,): Promise<Message[]>Send a media group. ParameterschatId: IDThe chat to send the media group to. media: InputMedia[]The media to include in the media group. Animations are not allowed. All of them must be of the same media type, but an exception is that photos and videos can be mixed. optionalparams: SendMediaGroupParamsReturnsPromise<Message[]>The sent messages.