//#region src/channels/chat-type.d.ts type ChatType = "direct" | "group" | "channel"; //#endregion export { ChatType as t };