public static class TdApi.EditStoryCover extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
double |
coverFrameTimestamp
New timestamp of the frame, which will be used as video thumbnail.
|
int |
storyId
Identifier of the story to edit.
|
long |
storySenderChatId
Identifier of the chat that posted the story.
|
| Constructor and Description |
|---|
EditStoryCover()
Default constructor for a function, which changes cover of a video story.
|
EditStoryCover(long storySenderChatId,
int storyId,
double coverFrameTimestamp)
Creates a function, which changes cover of a video story.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long storySenderChatId
public int storyId
public double coverFrameTimestamp
public static final int CONSTRUCTOR
public EditStoryCover()
Returns Ok
public EditStoryCover(long storySenderChatId,
int storyId,
double coverFrameTimestamp)
Returns Ok
storySenderChatId - Identifier of the chat that posted the story.storyId - Identifier of the story to edit.coverFrameTimestamp - New timestamp of the frame, which will be used as video thumbnail.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object