class Tourmaline::MessageId
- Tourmaline::MessageId
- Reference
- Object
Overview
This object represents a unique message identifier.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
Instance Method Summary
-
#message_id : Int32 | Int64
Unique message identifier.
-
#message_id=(message_id : Int32 | Int64)
Unique message identifier.
Constructor Detail
Instance Method Detail
def message_id : Int32 | Int64
#
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
def message_id=(message_id : Int32 | Int64)
#
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