Module tdlight.api

Class TdApi.SetChatNotificationSettings

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.Ok>
it.tdlight.jni.TdApi.SetChatNotificationSettings
Enclosing class:
TdApi

public static final 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
      See Also:
  • Constructor Details

    • SetChatNotificationSettings

      public SetChatNotificationSettings()
      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)
      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 - long Chat identifier.
      notificationSettings - ChatNotificationSettings New notification settings for the chat. If the chat is muted for more than 366 days, it is considered to be muted forever.
    • SetChatNotificationSettings

      public SetChatNotificationSettings(DataInput input) throws IOException
      Changes the notification settings of a chat. Notification settings of a chat with the current user (Saved Messages) can't be changed. Returns Ok
      Throws:
      IOException
  • Method Details