Constructor: availableEffect
Attributes:
Name | Type | Required |
---|---|---|
premium_required | Bool | Optional |
id | long | Yes |
emoticon | string | Yes |
static_icon_id | long | Optional |
effect_sticker_id | long | Yes |
effect_animation_id | long | Optional |
Type: AvailableEffect
Example:
$availableEffect = ['_' => 'availableEffect', 'premium_required' => Bool, 'id' => long, 'emoticon' => 'string', 'static_icon_id' => long, 'effect_sticker_id' => long, 'effect_animation_id' => long];