Package it.tdlight.jni
Class TdApi.UpdateChatVoiceChat
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateChatVoiceChat
- Enclosing class:
- TdApi
public static class TdApi.UpdateChatVoiceChat extends TdApi.Update
A chat voice chat state has changed.
-
Field Summary
Fields Modifier and Type Field Description long
chatId
Chat identifier.static int
CONSTRUCTOR
TdApi.VoiceChat
voiceChat
New value of voiceChat. -
Constructor Summary
Constructors Constructor Description UpdateChatVoiceChat()
A chat voice chat state has changed.UpdateChatVoiceChat(long chatId, TdApi.VoiceChat voiceChat)
A chat voice chat state has changed.UpdateChatVoiceChat(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
-
chatId
public long chatIdChat identifier. -
voiceChat
New value of voiceChat. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
UpdateChatVoiceChat
public UpdateChatVoiceChat()A chat voice chat state has changed. -
UpdateChatVoiceChat
A chat voice chat state has changed.- Parameters:
chatId
- long Chat identifier.voiceChat
- VoiceChat New value of voiceChat.
-
UpdateChatVoiceChat
- 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()
-