method Client.prototype.banChatMemberimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; banChatMember(chatId: ID,memberId: ID,params?: BanChatMemberParams,)Ban a member from a chat. ParameterschatId: IDThe identifier of the chat. memberId: IDThe identifier of the member. optionalparams: BanChatMemberParams