public static class TdApi.SetStoryPrivacySettings extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.StoryPrivacySettings |
privacySettings
The new privacy settings for the story.
|
int |
storyId
Identifier of the story.
|
| Constructor and Description |
|---|
SetStoryPrivacySettings()
Default constructor for a function, which changes privacy settings of a story.
|
SetStoryPrivacySettings(int storyId,
TdApi.StoryPrivacySettings privacySettings)
Creates a function, which changes privacy settings of a story.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int storyId
public TdApi.StoryPrivacySettings privacySettings
public static final int CONSTRUCTOR
public SetStoryPrivacySettings()
Returns Ok
public SetStoryPrivacySettings(int storyId,
TdApi.StoryPrivacySettings privacySettings)
Returns Ok
storyId - Identifier of the story.privacySettings - The new privacy settings for the story.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object