-
Notifications
You must be signed in to change notification settings - Fork 30
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.MessageContains 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 ???© The Disa Open Source Project
If you have any questions please contact opensource@disa.im!
