MessageId
This object represents a unique message identifier.
fields
| field | type | required | description |
|---|---|---|---|
message_id | number | required | 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. |
import
import type { MessageId } from "@yaebal/types";used by
methods
official Bot API docs: https://core.telegram.org/bots/api/#messageid