interface ChatMemberBannedimport { type ChatMemberBanned } from "https://deno.land/x/grammy@v1.10.1/platform.deno.ts"; Represents a chat member that was banned in the chat and can't return to the chat or view chat messages. Propertiesstatus: "kicked"The member's status in the chat, always “kicked” user: UserInformation about the user until_date: numberDate when restrictions will be lifted for this user; unix time. If 0, then the user is banned forever