- Enclosing class:
- TdApi
public static final class TdApi.UpdateStory
extends TdApi.Update
A story was changed.
-
Field Summary
Fields
static final int
Identifier uniquely determining type of the object.
The new information about the story.
-
Constructor Summary
Constructors
-
Method Summary
boolean
int
Returns an identifier uniquely determining type of the object.
int
void
Serialize the TDLib class
-
Field Details
-
story
The new information about the story.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.
- See Also:
-
-
Constructor Details
-
UpdateStory
public UpdateStory()
A story was changed.
-
UpdateStory
A story was changed.
- Parameters:
story
- The new information about the story.
-
-
Method Details
-
getConstructor
public int getConstructor()
Returns an identifier uniquely determining type of the object.
- Specified by:
getConstructor
in class TdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class
- Specified by:
serialize
in class TdApi.Object
- Parameters:
output
- output data stream
- Throws:
IOException
- the serialization failed
-
-