java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventVoiceChatCreated
- Enclosing class:
- TdApi
A voice chat was created.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Identifier of the voice chat. -
Constructor Summary
ConstructorDescriptionA voice chat was created.ChatEventVoiceChatCreated
(int groupCallId) A voice chat was created. -
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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
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()
-