public static class TdApi.SetSupergroupStickerSet extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
stickerSetId
New value of the supergroup sticker set identifier.
|
long |
supergroupId
Identifier of the supergroup.
|
| Constructor and Description |
|---|
SetSupergroupStickerSet()
Default constructor for a function, which changes the sticker set of a supergroup; requires canChangeInfo administrator right.
|
SetSupergroupStickerSet(long supergroupId,
long stickerSetId)
Creates a function, which changes the sticker set of a supergroup; requires canChangeInfo administrator right.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long supergroupId
public long stickerSetId
public static final int CONSTRUCTOR
public SetSupergroupStickerSet()
Returns Ok
public SetSupergroupStickerSet(long supergroupId,
long stickerSetId)
Returns Ok
supergroupId - Identifier of the supergroup.stickerSetId - New value of the supergroup sticker set identifier. Use 0 to remove the supergroup sticker set.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object