Class TdApi.GroupCallVideoSourceGroup

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.GroupCallVideoSourceGroup
Enclosing class:
TdApi

public static class TdApi.GroupCallVideoSourceGroup extends TdApi.Object
Describes a group of video synchronization source identifiers.
  • Field Details

    • 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:
  • Constructor Details

    • 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 Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR