Package it.tdlight.jni
Class TdApi.MessageVoiceChatStarted
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageVoiceChatStarted
- Enclosing class:
- TdApi
public static class TdApi.MessageVoiceChatStarted extends TdApi.MessageContent
A newly created voice chat.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
groupCallId
Identifier of the voice chat. -
Constructor Summary
Constructors Constructor Description MessageVoiceChatStarted()
A newly created voice chat.MessageVoiceChatStarted(int groupCallId)
A newly created voice chat.MessageVoiceChatStarted(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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
MessageVoiceChatStarted
public MessageVoiceChatStarted()A newly created voice chat. -
MessageVoiceChatStarted
public MessageVoiceChatStarted(int groupCallId)A newly created voice chat.- Parameters:
groupCallId
- int Identifier of the voice chat. The voice chat can be received through the method getGroupCall.
-
MessageVoiceChatStarted
- 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()
-