Type alias AccountSettings

AccountSettings: {
    defaultDisappearingMode?: Pick<IConversation, "ephemeralExpiration" | "ephemeralSettingTimestamp">;
    unarchiveChats: boolean;
}

Type declaration

  • Optional defaultDisappearingMode?: Pick<IConversation, "ephemeralExpiration" | "ephemeralSettingTimestamp">

    the default mode to start new conversations with

  • unarchiveChats: boolean

    unarchive chats when a new message is received

Generated using TypeDoc