Package org.drinkless.tdlib
Class TdApi.UpdateChatDefaultDisableNotification
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.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
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.booleanThe new defaultDisableNotification value. -
Constructor Summary
ConstructorsConstructorDescriptionThe 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. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
defaultDisableNotification
public boolean defaultDisableNotificationThe new defaultDisableNotification value. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- 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- Chat identifier.defaultDisableNotification- The new defaultDisableNotification value.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-