tgs_message_content
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
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().
Proc Details
New
Create a /datum/tgs_message_content.
- text - The string content of the message.