Channel:hasRead
EditReturns whether or not the message with the given ID has been read. Every call to Channel:push
returns a message ID.
read = Channel:hasRead(id)
Arguments
Name | Type | Description |
id | number | The ID of the message to check. |
Returns
Name | Type | Description |
read | boolean | Whether the message has been read. |