tgs_message_content ![code/__DEFINES/tgs.dm 352](git.png)
User definable chat message. MUST NOT be overridden.
Vars | |
embed | The /datum/tgs_chat_embed to embed in the message. Not supported on all chat providers. |
---|---|
text | The string content of the message. Must be provided in New(). |
Procs | |
New | Create a /datum/tgs_message_content. |
Var Details
embed ![code/__DEFINES/tgs.dm 359](git.png)
The /datum/tgs_chat_embed to embed in the message. Not supported on all chat providers.
text ![code/__DEFINES/tgs.dm 354](git.png)
The string content of the message. Must be provided in New().
Proc Details
New
Create a /datum/tgs_message_content.
- text - The string content of the message.