Optional first_The users's first name
Optional frontendThe primary channel that the user users to chat with the bot
Optional last_The users's last name
Optional localeThe user's locale. Note that this locale can be different than the one that is passed in to [[ChatBubble]]; the bot might have decided to switch locale.
Optional profile_URL of the profile picture
Optional tagsA list of tags set on the user
Optional timezoneThe users's timezone
Optional user_Any additional data
Generated using TypeDoc
Contains the information that is known about the user.
Any key / value properties can be set in the information, using [[ChatBubble.putUserInfo]]. The properties listed here are special, in the sense that they are used by the platform. Some properties (tags, frontend) cannot be updated through the
putUserInfocall.