Type alias FirstAndLastChatMessage

FirstAndLastChatMessage: InternalMessage & {
    firstMessageDate: number;
    firstMessageId: string;
    lastMessageDate: number;
    lastMessageId: string;
    targetEntityId: MessageTargetEntityId;
    targetEntityType: MessageTargetEntityType;
}

Type declaration