Skip to content

SendResult

Result of queueing a message. Returned by: comms.send()

FieldReturnsMeaning
.statusstring"ok" (queued); "invalid_channel", "channel_limit", "queue_full", "id_exhausted", "invalid_value" all mean no message was sent
.messagestringPlayer-readable explanation
.message_idnumber or NoneThe queued message’s positive integer id when "ok". Matches .id in pending() and receive().packet; use with receive(), cancel(), or update() to target that exact request