Package org.drinkless.tdlib
Class TdApi.ToggleChatDefaultDisableNotification
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.ToggleChatDefaultDisableNotification
- Enclosing class:
- TdApi
Changes the value of the default disableNotification parameter, used when a message is sent to a chat.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.booleanNew value of defaultDisableNotification. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which changes the value of the default disableNotification parameter, used when a message is sent to a chat.ToggleChatDefaultDisableNotification(long chatId, boolean defaultDisableNotification) Creates a function, which changes the value of the default disableNotification parameter, used when a message is sent to a chat. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
defaultDisableNotification
public boolean defaultDisableNotificationNew value of defaultDisableNotification. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ToggleChatDefaultDisableNotification
public ToggleChatDefaultDisableNotification()Default constructor for a function, which changes the value of the default disableNotification parameter, used when a message is sent to a chat.Returns
Ok -
ToggleChatDefaultDisableNotification
public ToggleChatDefaultDisableNotification(long chatId, boolean defaultDisableNotification) Creates a function, which changes the value of the default disableNotification parameter, used when a message is sent to a chat.Returns
Ok- Parameters:
chatId- Chat identifier.defaultDisableNotification- New value of defaultDisableNotification.
-
-
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
-