public static class TdApi.SetForumTopicNotificationSettings extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageThreadId
Message thread identifier of the forum topic.
|
TdApi.ChatNotificationSettings |
notificationSettings
New notification settings for the forum topic.
|
| Constructor and Description |
|---|
SetForumTopicNotificationSettings()
Default constructor for a function, which changes the notification settings of a forum topic.
|
SetForumTopicNotificationSettings(long chatId,
long messageThreadId,
TdApi.ChatNotificationSettings notificationSettings)
Creates a function, which changes the notification settings of a forum topic.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageThreadId
public TdApi.ChatNotificationSettings notificationSettings
public static final int CONSTRUCTOR
public SetForumTopicNotificationSettings()
Returns Ok
public SetForumTopicNotificationSettings(long chatId,
long messageThreadId,
TdApi.ChatNotificationSettings notificationSettings)
Returns Ok
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.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object