interface ChatMemberBannedimport { type ChatMemberBanned } from "https://dotland.deno.dev/x/grammy@v1.12.0/types.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