AddStickerToSetMethod

Method to add a new sticker to a set created by the bot

Members

Mixins

__anonymous
mixin TelegramMethod!"/addStickerToSet"
Undocumented in source.

Variables

emojis
string emojis;

One or more emoji corresponding to the sticker

mask_position
MaskPosition mask_position;

Position where the mask should be placed on faces

name
string name;

Sticker set name

png_sticker
string png_sticker;

Png image with the sticker

user_id
int user_id;

User identifier of sticker set owner

See Also

Meta