method Client.prototype.setChatMemberRightsimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; setChatMemberRights(chatId: ID,memberId: ID,params?: SetChatMemberRightsParams,)Set the rights of a chat member. ParameterschatId: IDThe identifier of the chat. Must be a supergroup. memberId: IDThe identifier of a member. optionalparams: SetChatMemberRightsParams