java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageVoiceChatStarted
- Enclosing class:
- TdApi
A newly created voice chat.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
int
Identifier of the voice chat. -
Constructor Summary
ConstructorsConstructorDescriptionA newly created voice chat.MessageVoiceChatStarted
(int groupCallId) A newly created voice chat.MessageVoiceChatStarted
(DataInput input) -
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
-
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()
-