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