messages.SendEncryptedService¶
- class pyrogram.raw.functions.messages.SendEncryptedService[source]¶
Sends a service message to a secret chat.
Usable by Users Bots- Details:
Layer:
229ID:
32D439A4
- Parameters:
peer (
InputEncryptedChat) – Secret chat IDrandom_id (
int64-bit) – Unique client message ID required to prevent message resending. See here » for more info on random ID deduplication and updateMessageID mapping.data (
bytes) – TL-serialization of DecryptedMessage type, encrypted with a key generated during chat initialization
- Returns: