public static class TdApi.StoryPrivacySettingsEveryone extends TdApi.StoryPrivacySettings
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
exceptUserIds
Identifiers of the users that can't see the story; always unknown and empty for non-owned stories.
|
| Constructor and Description |
|---|
StoryPrivacySettingsEveryone()
The story can be viewed by everyone.
|
StoryPrivacySettingsEveryone(long[] exceptUserIds)
The story can be viewed by everyone.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long[] exceptUserIds
public static final int CONSTRUCTOR
public StoryPrivacySettingsEveryone()
public StoryPrivacySettingsEveryone(long[] exceptUserIds)
exceptUserIds - Identifiers of the users that can't see the story; always unknown and empty for non-owned stories.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object