public static class TdApi.StoryPrivacySettingsContacts extends TdApi.StoryPrivacySettings
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
exceptUserIds
User identifiers of the contacts that can't see the story; always unknown and empty for non-owned stories.
|
| Constructor and Description |
|---|
StoryPrivacySettingsContacts()
The story can be viewed by all contacts except chosen users.
|
StoryPrivacySettingsContacts(long[] exceptUserIds)
The story can be viewed by all contacts except chosen users.
|
| 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 StoryPrivacySettingsContacts()
public StoryPrivacySettingsContacts(long[] exceptUserIds)
exceptUserIds - User identifiers of the contacts that can't see the story; always unknown and empty for non-owned stories.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object