Use this method to get a sticker set. On success, a StickerSet object is returned.
| Name | Type | Description | Required |
|---|---|---|---|
| name | string | array | Name of the sticker set | yes |
| token | string | null | You can use this method on another bot with specify this parameter | no |
| forgot | bool | null | You can set to not receive request result, dont set it or pass null for turn it off | no |
| answer | bool | null | You can set to answer to webhook, dont set it or pass null for turn it off | no |
Output : BPT\types\stickerSet | BPT\types\responseError | bool
Static or normal : Static
request::getStickerSet(name: string, token: String | null, forgot: Boolean | null, answer: Boolean | null);request::getStickerSet(['name' => string, 'token' => String | null, 'forgot' => Boolean | null, 'answer' => Boolean | null]);request::getStickerSet(name: string);request::getStickerSet(['name' => string]);