MessageId¶
- class telegram.MessageId(message_id, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObject
This 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_id
is equal.Returned In
- Parameters:
message_id (
int
) – Unique message identifier.