telegram.MessageId¶
-
class
telegram.MessageId(message_id, **_kwargs)¶ Bases:
telegram.base.TelegramObjectThis object represents a unique message identifier.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
message_idis equal.-
message_id¶ Unique message identifier
- Type
int
-