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
      Identifier uniquely determining type of the object.
      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 - Chat identifier.
      messageThreadId - Message thread identifier of the forum topic.
      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.

      Returns Ok

    • SetForumTopicNotificationSettings

      public SetForumTopicNotificationSettings(DataInput input) throws IOException
      Changes the notification settings of a forum topic.

      Returns Ok

      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • 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
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object