Module tdlight.api

Class TdApi.UpdateChatDefaultDisableNotification

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateChatDefaultDisableNotification
Enclosing class:
TdApi

public static final class TdApi.UpdateChatDefaultDisableNotification extends TdApi.Update
The value of the default disableNotification parameter, used when a message is sent to the chat, was changed.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • defaultDisableNotification

      public boolean defaultDisableNotification
      The 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

      public UpdateChatDefaultDisableNotification(DataInput input) throws IOException
      The value of the default disableNotification parameter, used when a message is sent to the chat, was changed.
      Throws:
      IOException
  • Method Details