stickers property

List<InputSticker> stickers
read / write

List of stickers to be added to the set; must be non-empty. All stickers must have the same format. For TGS stickers, uploadStickerFile must be used before the sticker is shown.

Implementation

late List<InputSticker> stickers;