TrinityCore
WorldPackets::Ticket::SupportTicketChatLine Struct Reference

#include <TicketPackets.h>

Public Member Functions

 SupportTicketChatLine (ByteBuffer &data)
 
 SupportTicketChatLine (time_t timestamp, std::string const &text)
 

Public Attributes

WorldPackets::Timestamp Timestamp
 
std::string Text
 

Detailed Description

Definition at line 108 of file TicketPackets.h.

Constructor & Destructor Documentation

◆ SupportTicketChatLine() [1/2]

WorldPackets::Ticket::SupportTicketChatLine::SupportTicketChatLine ( ByteBuffer data)

Definition at line 92 of file TicketPackets.cpp.

◆ SupportTicketChatLine() [2/2]

WorldPackets::Ticket::SupportTicketChatLine::SupportTicketChatLine ( time_t  timestamp,
std::string const &  text 
)

Definition at line 80 of file TicketPackets.cpp.

Member Data Documentation

◆ Text

std::string WorldPackets::Ticket::SupportTicketChatLine::Text

Definition at line 114 of file TicketPackets.h.

◆ Timestamp

WorldPackets::Timestamp WorldPackets::Ticket::SupportTicketChatLine::Timestamp

Definition at line 113 of file TicketPackets.h.


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