java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageVideoChatScheduled
- Enclosing class:
- TdApi
A new video chat was scheduled.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Identifier of the video chat.int
Point in time (Unix timestamp) when the group call is supposed to be started by an administrator. -
Constructor Summary
ConstructorDescriptionA new video chat was scheduled.MessageVideoChatScheduled
(int groupCallId, int startDate) A new video chat was scheduled.A new video chat was scheduled. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
groupCallId
public int groupCallIdIdentifier of the video chat. The video chat can be received through the method getGroupCall. -
startDate
public int startDatePoint in time (Unix timestamp) when the group call is supposed to be started by an administrator. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
MessageVideoChatScheduled
public MessageVideoChatScheduled()A new video chat was scheduled. -
MessageVideoChatScheduled
public MessageVideoChatScheduled(int groupCallId, int startDate) A new video chat was scheduled.- Parameters:
groupCallId
- int Identifier of the video chat. The video chat can be received through the method getGroupCall.startDate
- int Point in time (Unix timestamp) when the group call is supposed to be started by an administrator.
-
MessageVideoChatScheduled
A new video chat was scheduled.- 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()
-