ntnet_conversation
Vars | |
active_clients | Chat clients who are active or minimized. |
---|---|
channel_operator | The "Administrator" of the channel, the creator starts as channel's operator by default. |
id | ID using the UID. |
messages | Associative list of all messages sent in the conversation. id > message |
muted_clients | Chat clients currently muted by the operator, rendering them unable to ping other people. |
next_message_id | ID used for next message, increments each use. Convert to string before use. |
ntnrc_uid | A static UID to ensure no conversations are the same. |
offline_clients | Chat clients who have exited out of the program. |
password | The password to join a channel, set by an Administrator. |
title | The title of the conversation, seen in the UI. |
Var Details
active_clients
Chat clients who are active or minimized.
channel_operator
The "Administrator" of the channel, the creator starts as channel's operator by default.
id
ID using the UID.
messages
Associative list of all messages sent in the conversation. id > message
muted_clients
Chat clients currently muted by the operator, rendering them unable to ping other people.
next_message_id
ID used for next message, increments each use. Convert to string before use.
ntnrc_uid
A static UID to ensure no conversations are the same.
offline_clients
Chat clients who have exited out of the program.
password
The password to join a channel, set by an Administrator.
title
The title of the conversation, seen in the UI.