messages.SendEncrypted
- class pyrogram.raw.functions.messages.SendEncrypted
Sends a text message to a secret chat.
- Details:
Layer:
194
ID:
44FA7A15
- Parameters:
peer (
InputEncryptedChat
) – Secret chat IDrandom_id (
int
64-bit
) – Unique client message ID, necessary to avoid message resendingdata (
bytes
) – TL-serialization of DecryptedMessage type, encrypted with a key that was created during chat initializationsilent (
bool
, optional) – Send encrypted message without a notification
- Returns: