yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::AgentChatHistoryCodec::CollaborationState Struct Reference

#include <agent_chat_history_codec.h>

Public Attributes

bool active = false
 
std::string session_id
 
std::string session_name
 
std::vector< std::string > participants
 
absl::Time last_synced = absl::InfinitePast()
 

Detailed Description

Definition at line 23 of file agent_chat_history_codec.h.

Member Data Documentation

◆ active

bool yaze::editor::AgentChatHistoryCodec::CollaborationState::active = false

◆ session_id

std::string yaze::editor::AgentChatHistoryCodec::CollaborationState::session_id

◆ session_name

std::string yaze::editor::AgentChatHistoryCodec::CollaborationState::session_name

◆ participants

std::vector<std::string> yaze::editor::AgentChatHistoryCodec::CollaborationState::participants

◆ last_synced

absl::Time yaze::editor::AgentChatHistoryCodec::CollaborationState::last_synced = absl::InfinitePast()

The documentation for this struct was generated from the following file: