public static class TdApi.InputBackgroundPrevious extends TdApi.InputBackground
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Identifier of the message with the background.
|
| Constructor and Description |
|---|
InputBackgroundPrevious()
A background previously set in the chat; for chat backgrounds only.
|
InputBackgroundPrevious(long messageId)
A background previously set in the chat; for chat backgrounds only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long messageId
public static final int CONSTRUCTOR
public InputBackgroundPrevious()
public InputBackgroundPrevious(long messageId)
messageId - Identifier of the message with the background.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object