interface Chat.ChannelGetChat implements ChannelChat, GetChat, NonGroupGetChat, NonPrivateGetChat, NonMultiUserGetChat, LargeGetChatimport { type Chat } from "https://dotland.deno.dev/x/grammy@v1.20.2/types.deno.ts"; const { ChannelGetChat } = Chat; Internal type representing channel chats returned from getChat. Propertiesoptionalprofile_accent_color_id: numberIdentifier of the accent color for the chat's profile background. See profile accent colors for more details. Returned only in getChat. optionalprofile_background_custom_emoji_id: stringCustom emoji identifier of the emoji chosen by the chat for its profile background. Returned only in getChat.