public static class TdApi.StoryOriginHiddenUser extends TdApi.StoryOrigin
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
senderName
Name of the story sender.
|
| Constructor and Description |
|---|
StoryOriginHiddenUser()
The original story was sent by an unknown user.
|
StoryOriginHiddenUser(java.lang.String senderName)
The original story was sent by an unknown user.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String senderName
public static final int CONSTRUCTOR
public StoryOriginHiddenUser()
public StoryOriginHiddenUser(java.lang.String senderName)
senderName - Name of the story sender.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object