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
public static class TdApi.MessageVoiceChatScheduled extends TdApi.MessageContent
A new voice chat was scheduled.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
groupCallId
Identifier of the voice chat.int
startDate
Point in time (Unix timestamp) when the group call is supposed to be started by an administrator. -
Constructor Summary
Constructors Constructor Description MessageVoiceChatScheduled()
A new voice chat was scheduled.MessageVoiceChatScheduled(int groupCallId, int startDate)
A new voice chat was scheduled.MessageVoiceChatScheduled(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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()
-