UpdateMessageID¶ class pyrogram.raw.types.UpdateMessageID[source]¶ Sent message with random_id client identifier was assigned an identifier. Constructor of Update. Details: Layer: 229 ID: 4E90BFD6 Parameters: id (int 32-bit) – id identifier of a respective Message random_id (int 64-bit) – Previously transferred client random_id identifier. See here » for more info on random ID deduplication and updateMessageID mapping.