Skip to content

Bubble Type: Text Bubble

Sebastian Walker edited this page Oct 28, 2015 · 2 revisions
TextBubble.cs

##Description The text bubble is used for displaying simple text messages.
It can contain any string of characters.

##Special Properties

The following properties are special to this bubble type. In addition, there are bubble properties which apply to all bubble types. Those are listed here.

###Message

string bubble.Message

Contains the bubble's message.

Example:

message = bubble.Message;
//status is now equal to Hello World!

###Emoji

List<Emoji.Span> bubble.EmojiSpans

???

Example:

emoji = bubble.EmojiSpans;
//status is now equal to ???

Clone this wiki locally