public static class TdApi.InputChatPhotoSticker extends TdApi.InputChatPhoto
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatPhotoSticker |
sticker
Information about the sticker.
|
| Constructor and Description |
|---|
InputChatPhotoSticker()
A sticker on a custom background.
|
InputChatPhotoSticker(TdApi.ChatPhotoSticker sticker)
A sticker on a custom background.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatPhotoSticker sticker
public static final int CONSTRUCTOR
public InputChatPhotoSticker()
public InputChatPhotoSticker(TdApi.ChatPhotoSticker sticker)
sticker - Information about the sticker.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object