Constructor: emojiStatusCollectible
Attributes:
Name | Type | Required |
---|---|---|
collectible_id | long | Yes |
document_id | long | Yes |
title | string | Yes |
slug | string | Yes |
pattern_document_id | long | Yes |
center_color | int | Yes |
edge_color | int | Yes |
pattern_color | int | Yes |
text_color | int | Yes |
until | int | Optional |
Type: EmojiStatus
Example:
$emojiStatusCollectible = ['_' => 'emojiStatusCollectible', 'collectible_id' => long, 'document_id' => long, 'title' => 'string', 'slug' => 'string', 'pattern_document_id' => long, 'center_color' => int, 'edge_color' => int, 'pattern_color' => int, 'text_color' => int, 'until' => int];