GroupCallParticipantVideoSourceGroup
- class pyrogram.raw.types.GroupCallParticipantVideoSourceGroup
Describes a group of video synchronization source identifiers
Constructor of
GroupCallParticipantVideoSourceGroup.- Details:
Layer:
223ID:
DCB118B7
- Parameters:
semantics (
str) – SDP semanticssources (List of
int32-bit) – Source IDs
TL Schema
groupCallParticipantVideoSourceGroup#dcb118b7
semantics:string
sources:Vector<int>
= GroupCallParticipantVideoSourceGroup
Parameter Tree
GroupCallParticipantVideoSourceGroup
├── semantics →
string└── sources →
Vector < int >Example
GroupCallParticipantVideoSourceGroup(
semantics="text",
sources=[0],
)