public static class TdApi.UploadStickerFile extends TdApi.Function
Returns File
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.InputSticker |
sticker
Sticker file to upload.
|
long |
userId
Sticker file owner; ignored for regular users.
|
Constructor and Description |
---|
UploadStickerFile()
Default constructor for a function, which uploads a file with a sticker; returns the uploaded file.
|
UploadStickerFile(long userId,
TdApi.InputSticker sticker)
Creates a function, which uploads a file with a sticker; returns the uploaded file.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long userId
public TdApi.InputSticker sticker
public static final int CONSTRUCTOR
public UploadStickerFile()
Returns File
public UploadStickerFile(long userId, TdApi.InputSticker sticker)
Returns File
userId
- Sticker file owner; ignored for regular users.sticker
- Sticker file to upload.public int getConstructor()
getConstructor
in class TdApi.Function