Package it.tdlight.jni
Class TdApi.MessageVoiceChatScheduled
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageVoiceChatScheduled
- Enclosing class:
- TdApi
A new voice chat was scheduled.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
int
Identifier of the voice chat.int
Point in time (Unix timestamp) when the group call is supposed to be started by an administrator. -
Constructor Summary
ConstructorsConstructorDescriptionA new voice chat was scheduled.MessageVoiceChatScheduled
(int groupCallId, int startDate) A new voice chat was scheduled. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
groupCallId
public int groupCallIdIdentifier of the voice chat. The voice 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
-
MessageVoiceChatScheduled
public MessageVoiceChatScheduled()A new voice chat was scheduled. -
MessageVoiceChatScheduled
public MessageVoiceChatScheduled(int groupCallId, int startDate) A new voice chat was scheduled.- Parameters:
groupCallId
- int Identifier of the voice chat. The voice 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.
-
MessageVoiceChatScheduled
- 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()
-