java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.GroupCallStreams
- Enclosing class:
- TdApi
Represents a list of group call streams.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
A list of group call streams. -
Constructor Summary
ConstructorDescriptionRepresents a list of group call streams.GroupCallStreams
(TdApi.GroupCallStream[] streams) Represents a list of group call streams.GroupCallStreams
(DataInput input) Represents a list of group call streams. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
streams
A list of group call streams. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GroupCallStreams
public GroupCallStreams()Represents a list of group call streams. -
GroupCallStreams
Represents a list of group call streams.- Parameters:
streams
- GroupCallStream[] A list of group call streams.
-
GroupCallStreams
Represents a list of group call streams.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-