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