method Client.prototype.sendAnimationimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; sendAnimation(chatId: ID,animation: FileSource,params?: SendAnimationParams,): Promise<MessageAnimation>Send an animation. ParameterschatId: IDThe chat to send the animation to. animation: FileSourceThe animation to send. optionalparams: SendAnimationParamsReturnsPromise<MessageAnimation>The sent animation.