public static class TdApi.ChatPhotoSticker extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
TdApi.BackgroundFill |
backgroundFill
The fill to be used as background for the sticker; rotation angle in backgroundFillGradient isn't supported.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatPhotoStickerType |
type
Type of the sticker.
|
| Constructor and Description |
|---|
ChatPhotoSticker()
Information about the sticker, which was used to create the chat photo.
|
ChatPhotoSticker(TdApi.ChatPhotoStickerType type,
TdApi.BackgroundFill backgroundFill)
Information about the sticker, which was used to create the chat photo.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatPhotoStickerType type
public TdApi.BackgroundFill backgroundFill
public static final int CONSTRUCTOR
public ChatPhotoSticker()
public ChatPhotoSticker(TdApi.ChatPhotoStickerType type, TdApi.BackgroundFill backgroundFill)
type - Type of the sticker.backgroundFill - The fill to be used as background for the sticker; rotation angle in backgroundFillGradient isn't supported.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object