method Client.prototype.setChatPhotoimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; setChatPhoto(chatId: number,photo: FileSource,params?: SetChatPhotoParams,)Set a chat's photo. ParameterschatId: numberThe identifier of the chat. photo: FileSourceA photo to set as the chat's photo. optionalparams: SetChatPhotoParams