byond - Modules - TypesVar Details - Proc Details

/datum/tgs_message_content

User definable chat message. MUST NOT be overridden.

Vars

embedThe /datum/tgs_chat_embed to embed in the message. Not supported on all chat providers.
textThe string content of the message. Must be provided in New().

Procs

NewCreate 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.