Module tdlight.api

Class TdApi.SetForumTopicNotificationSettings

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

public static final class TdApi.SetForumTopicNotificationSettings extends TdApi.Function<TdApi.Ok>
Changes the notification settings of a forum topic. Returns Ok
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • messageThreadId

      public long messageThreadId
      Message thread identifier of the forum topic.
    • notificationSettings

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

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • SetForumTopicNotificationSettings

      public SetForumTopicNotificationSettings()
      Changes the notification settings of a forum topic. Returns Ok
    • SetForumTopicNotificationSettings

      public SetForumTopicNotificationSettings(long chatId, long messageThreadId, TdApi.ChatNotificationSettings notificationSettings)
      Changes the notification settings of a forum topic. Returns Ok
      Parameters:
      chatId - long Chat identifier.
      messageThreadId - long Message thread identifier of the forum topic.
      notificationSettings - ChatNotificationSettings New notification settings for the forum topic. If the topic is muted for more than 366 days, it is considered to be muted forever.
    • SetForumTopicNotificationSettings

      public SetForumTopicNotificationSettings(DataInput input) throws IOException
      Changes the notification settings of a forum topic. Returns Ok
      Throws:
      IOException
  • Method Details