Tooth/src/API/Conversation.vala

7 lines
159 B
Vala
Raw Normal View History

2020-08-01 15:40:56 +00:00
public class Tootle.API.Conversation : Entity, Widgetizable {
2020-06-03 15:06:11 +00:00
public string id { get; construct set; }
public bool unread { get; set; default = false; }
}