Package org.drinkless.tdlib
Class TdApi.StoryOriginPublicStory
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StoryOrigin
org.drinkless.tdlib.TdApi.StoryOriginPublicStory
- Enclosing class:
- TdApi
The original story was a public story that was posted by a known chat.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Identifier of the chat that posted original story.static final int
Identifier uniquely determining type of the object.int
Story identifier of the original story. -
Constructor Summary
ConstructorsConstructorDescriptionThe original story was a public story that was posted by a known chat.StoryOriginPublicStory
(long chatId, int storyId) The original story was a public story that was posted by a known chat. -
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
-
chatId
public long chatIdIdentifier of the chat that posted original story. -
storyId
public int storyIdStory identifier of the original story. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
StoryOriginPublicStory
public StoryOriginPublicStory()The original story was a public story that was posted by a known chat. -
StoryOriginPublicStory
public StoryOriginPublicStory(long chatId, int storyId) The original story was a public story that was posted by a known chat.- Parameters:
chatId
- Identifier of the chat that posted original story.storyId
- Story identifier of the original 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
-