Tooth/src/API/TagHistory.vala
Evangelos Paterakis 9e3851858f
feat: hashtags
- search results are now ActionRows and display information about usage
- you can now (un)follow hashtags
2023-02-16 00:44:34 +02:00

6 lines
196 B
Vala

public class Tooth.API.TagHistory : Entity {
public string day { get; set; default = ""; }
public string accounts { get; set; default = "0"; }
public string uses { get; set; default = "0"; }
}