We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message objects can have an array of stickers associated with them.
This will require a new class (Sticker) and an additional field (#stickers) on Message.
Sticker
#stickers
Message
The text was updated successfully, but these errors were encountered:
Do we use #stickers or #sticker_items (following the api)? I'm contemplating adding this so I can remove those pesky stickers more easily :)
#sticker_items
Sorry, something went wrong.
I would say sticker_items with a stickers alias. Since one is correct and the other is more natural
sticker_items
stickers
No branches or pull requests
Message objects can have an array of stickers associated with them.
This will require a new class (
Sticker
) and an additional field (#stickers
) onMessage
.The text was updated successfully, but these errors were encountered: