tootle-linux-client/src/API/Conversation.vala

7 lines
159 B
Vala
Raw Normal View History

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