PhoneCallStarted¶
- class pyrogram.types.PhoneCallStarted
Bases:
ObjectA service message about a phone_call started in the chat.
- Parameters:
id (
int) – Unique call identifier.is_video (
bool) – True, if call was a video call.
Bases: Object
A service message about a phone_call started in the chat.
id (int) – Unique call identifier.
is_video (bool) – True, if call was a video call.