Package org.drinkless.tdlib
Class TdApi.StoryOriginHiddenUser
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StoryOrigin
org.drinkless.tdlib.TdApi.StoryOriginHiddenUser
- Enclosing class:
- TdApi
The original story was posted by an unknown user.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.Name of the user or the chat that posted the story. -
Constructor Summary
ConstructorsConstructorDescriptionThe original story was posted by an unknown user.StoryOriginHiddenUser
(String posterName) The original story was posted by an unknown user. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
posterName
Name of the user or the chat that posted the story. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
StoryOriginHiddenUser
public StoryOriginHiddenUser()The original story was posted by an unknown user. -
StoryOriginHiddenUser
The original story was posted by an unknown user.- Parameters:
posterName
- Name of the user or the chat that posted the story.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-