MessageId
This object represents a unique message identifier.
📝 Schema
Field | Type | Description |
---|---|---|
message_id | Integer | Unique message identifier. In specific instances (e.g., message containing a video sent to a big chat), the server might automatically schedule a message instead of sending it immediately. In such cases, this field will be 0 and the relevant message will be unusable until it is actually sent |
⚙️ Get methods
getMessageId()
Retrieves the message_id. This ID is unique for the message.
$messageId = $messageIdObject->getMessageId();
➕ More
tip
For further information, refer to the official Bale documentation for more details.