java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateChatDefaultDisableNotification
- Enclosing class:
- TdApi
The value of the default disableNotification
parameter, used when a message is sent
to the chat, was changed.
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
boolean
The new defaultDisableNotification value. -
Constructor Summary
ConstructorDescriptionThe value of the default disableNotification parameter, used when a message is sent to the chat, was changed.UpdateChatDefaultDisableNotification
(long chatId, boolean defaultDisableNotification) The value of the default disableNotification parameter, used when a message is sent to the chat, was changed.The value of the default disableNotification parameter, used when a message is sent to the chat, was changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
defaultDisableNotification
public boolean defaultDisableNotificationThe new defaultDisableNotification value. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateChatDefaultDisableNotification
public UpdateChatDefaultDisableNotification()The value of the default disableNotification parameter, used when a message is sent to the chat, was changed. -
UpdateChatDefaultDisableNotification
public UpdateChatDefaultDisableNotification(long chatId, boolean defaultDisableNotification) The value of the default disableNotification parameter, used when a message is sent to the chat, was changed.- Parameters:
chatId
- long Chat identifier.defaultDisableNotification
- boolean The new defaultDisableNotification value.
-
UpdateChatDefaultDisableNotification
The value of the default disableNotification parameter, used when a message is sent to the chat, was changed.- 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()
-