peyk.platforms.bale.methods.create_new_sticker_set¶
- async peyk.platforms.bale.methods.create_new_sticker_set(self, user_id: int, name: str, title: str, stickers: Sequence[Mapping[str, object]]) bool[source]¶
Creates new sticker set through the Bale API.
- Parameters:
user_id – Identifier of the target user.
name – Value used by this operation.
title – Title to apply to the target resource.
stickers – Value used by this operation.
- Returns:
Result produced by the Bale operation.