Unknown changes that possibly fix and/or break things

This commit is contained in:
Tulir Asokan
2018-04-13 21:25:45 +03:00
parent 7e5e802e90
commit 69c163cfe9
10 changed files with 437 additions and 364 deletions

View File

@ -119,8 +119,7 @@ type Message interface {
SetType(msgtype string)
Type() string
SetText(text string)
Text() string
NotificationContent() string
SetState(state MessageState)
State() MessageState