telegram.MessageId

class telegram.MessageId(*args, **kwargs)[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.

message_id[source]

Unique message identifier

Type

int