Class TdApi.SetChatNotificationSettings

Enclosing class:
TdApi

public static class TdApi.SetChatNotificationSettings extends TdApi.Function<TdApi.Ok>
Changes the notification settings of a chat. Notification settings of a chat with the current user (Saved Messages) can't be changed.

Returns Ok

  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • notificationSettings

      public TdApi.ChatNotificationSettings notificationSettings
      New notification settings for the chat. If the chat is muted for more than 366 days, it is considered to be muted forever.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • SetChatNotificationSettings

      public SetChatNotificationSettings()
      Default constructor for a function, which changes the notification settings of a chat. Notification settings of a chat with the current user (Saved Messages) can't be changed.

      Returns Ok

    • SetChatNotificationSettings

      public SetChatNotificationSettings(long chatId, TdApi.ChatNotificationSettings notificationSettings)
      Creates a function, which changes the notification settings of a chat. Notification settings of a chat with the current user (Saved Messages) can't be changed.

      Returns Ok

      Parameters:
      chatId - Chat identifier.
      notificationSettings - New notification settings for the chat. If the chat is muted for more than 366 days, it is considered to be muted forever.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR