Use this method to get custom emoji stickers, which can be used as a forum topic icon by any user. Requires no parameters. Returns an Array of Sticker objects.
| Name | Type | Description | Required |
|---|---|---|---|
| token | string | null | array | 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\sticker[] | BPT\types\responseError | bool
Static or normal : Static
request::getForumTopicIconStickers(token: String | null, forgot: Boolean | null, answer: Boolean | null);request::getForumTopicIconStickers(['token' => String | null, 'forgot' => Boolean | null, 'answer' => Boolean | null]);request::getForumTopicIconStickers();