blocksSogsMsgReqsTimestamp: number;// if the convo is blinded and the user has denied contact through sogs, this field be set to the user's latest message timestamp
expirationType: DisappearingMessageConversationType;// the type of expiring messages for this conversation
expirationType: DisappearingMessageConversationModeType;// disappearing messages setting for this conversation
lastDisappearingMessageChangeTimestamp: number;// to avoid applying a change of disappear change when our current one was applied more recently
hasOutdatedClient?: string;// to warn the user that the person he is talking to is using an old client which might cause issues
exporttypeDisappearingMessageConversationType =typeofDisappearingMessageConversationSetting[number];// TODO we should make this type a bit more hardcoded than being just resolved as a string
exporttypeDisappearingMessageConversationModeType =typeofDisappearingMessageConversationModes[number];// TODO we should make this type a bit more hardcoded than being just resolved as a string