Use this method to get a sticker set. On success, a StickerSet object is returned. This method support both normal and static use
| 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
telegram::getStickerSet(name: string, token: String | null, forgot: Boolean | null, answer: Boolean | null);telegram::getStickerSet(['name' => string, 'token' => String | null, 'forgot' => Boolean | null, 'answer' => Boolean | null]);telegram::getStickerSet(name: string);telegram::getStickerSet(['name' => string]);$this->getStickerSet(name: string, token: String | null, forgot: Boolean | null, answer: Boolean | null);$this->getStickerSet(['name' => string, 'token' => String | null, 'forgot' => Boolean | null, 'answer' => Boolean | null]);$this->getStickerSet(name: string);$this->getStickerSet(['name' => string]);