GroupCallParticipantVideoSourceGroup

class pyrogram.raw.base.GroupCallParticipantVideoSourceGroup

Describes a group of video synchronization source identifiers

Constructors:

This base type has 1 constructor available.

GroupCallParticipantVideoSourceGroup

Describes a group of video synchronization source identifiers

TL Schema

groupCallParticipantVideoSourceGroup#dcb118b7
semantics:string
sources:Vector<int>

= GroupCallParticipantVideoSourceGroup

Parameter Tree

GroupCallParticipantVideoSourceGroup
├── semanticsstring
└── sourcesVector < int >

Example

GroupCallParticipantVideoSourceGroup(
    semantics="text",
    sources=[0],
)