export type SenderAction = 'mark_seen' | 'typing_on' | 'typing_off';
