method Client.prototype.setMessageTtlimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; setMessageTtl(chatId: ID, messageTtl: number): Promise<void>Set the time to live of the messages of a chat. User-only. ParameterschatId: IDThe identifier of the chat. messageTtl: numberThe time to live of the messages in seconds. ReturnsPromise<void>