Package org.drinkless.tdlib
Class TdApi.GroupCallVideoSourceGroup
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.GroupCallVideoSourceGroup
-
- Enclosing class:
- TdApi
public static class TdApi.GroupCallVideoSourceGroup extends TdApi.Object
Describes a group of video synchronization source identifiers.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringsemanticsThe semantics of sources, one of "SIM" or "FID".int[]sourceIdsThe list of synchronization source identifiers.
-
Constructor Summary
Constructors Constructor Description GroupCallVideoSourceGroup()Describes a group of video synchronization source identifiers.GroupCallVideoSourceGroup(String semantics, int[] sourceIds)Describes a group of video synchronization source identifiers.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
semantics
public String semantics
The semantics of sources, one of "SIM" or "FID".
-
sourceIds
public int[] sourceIds
The list of synchronization source identifiers.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GroupCallVideoSourceGroup
public GroupCallVideoSourceGroup()
Describes a group of video synchronization source identifiers.
-
GroupCallVideoSourceGroup
public GroupCallVideoSourceGroup(String semantics, int[] sourceIds)
Describes a group of video synchronization source identifiers.- Parameters:
semantics- The semantics of sources, one of "SIM" or "FID".sourceIds- The list of synchronization source identifiers.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-