GroupCallParticipantVideoSourceGroup
- class pyrogram.raw.base.GroupCallParticipantVideoSourceGroup
Describes a group of video synchronization source identifiers
- Constructors:
This base type has 1 constructor available.
Describes a group of video synchronization source identifiers
TL Schema
groupCallParticipantVideoSourceGroup#dcb118b7
semantics:string
sources:Vector<int>
= GroupCallParticipantVideoSourceGroup
Parameter Tree
GroupCallParticipantVideoSourceGroup
├── semantics →
string└── sources →
Vector < int >Example
GroupCallParticipantVideoSourceGroup(
semantics="text",
sources=[0],
)