Module tdlight.api

Class TdApi.GroupCallId

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.GroupCallId
Enclosing class:
TdApi

public static final class TdApi.GroupCallId extends TdApi.Object
Contains the group call identifier.
  • Field Details

    • id

      public int id
      Group call identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GroupCallId

      public GroupCallId()
      Contains the group call identifier.
    • GroupCallId

      public GroupCallId(int id)
      Contains the group call identifier.
      Parameters:
      id - int Group call identifier.
    • GroupCallId

      public GroupCallId(DataInput input) throws IOException
      Contains the group call identifier.
      Throws:
      IOException
  • Method Details