This class represents a single stored chat message. More...
#include <data.hpp>
Public Member Functions | |
| chat_message (const time_t ×tamp, const std::string &user, const std::string &message) | |
| Create a chat message. More... | |
Public Attributes | |
| time_t | timestamp |
| std::string | user |
| std::string | message |
| chat_message::chat_message | ( | const time_t & | timestamp, |
| const std::string & | user, | ||
| const std::string & | message | ||
| ) |
| std::string chat_message::message |
| std::string chat_message::user |
1.8.8