Record
post-create-new-sticker-set-params
No description available.
record post-create-new-sticker-set-params {
contains-masks: option<bool>,
emojis: string,
mask-position: option<mask-position>,
name: string,
png-sticker: option<string>,
tgs-sticker: option<input-file>,
title: string,
user-id: s32,
}Fields
| Name | Type | Description |
|---|---|---|
| contains-masks | option<bool> | |
| emojis | string | |
| mask-position | option<mask-position> | |
| name | string | |
| png-sticker | option<string> | |
| tgs-sticker | option<input-file> | |
| title | string | |
| user-id | s32 |