messages.DeletePhoneCallHistory
- class pyrogram.raw.functions.messages.DeletePhoneCallHistory
Delete the entire phone call history.
- Details:
Layer:
223ID:
F9CBE409
- Parameters:
revoke (
bool, optional) – Whether to remove phone call history for participants as well- Returns:
TL Schema
messages.deletePhoneCallHistory#f9cbe409
flags:#
revoke:flags.0?true
= messages.AffectedFoundMessages
Parameter Tree
DeletePhoneCallHistory
└── revoke →
true (optional)Example
await app.invoke(
DeletePhoneCallHistory(
revoke=None,
)
)