public static class TdApi.SetSupergroupStickerSet extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function