🚀 Launch tech preview

This commit is contained in:
2024-03-31 01:27:41 +08:00
parent 56af8688f6
commit ec1cf74207
2 changed files with 5 additions and 1 deletions

View File

@ -16,6 +16,7 @@ type Channel struct {
Members []ChannelMember `json:"members"`
Messages []Message `json:"messages"`
Type ChannelType `json:"type"`
Account Account `json:"account"`
AccountID uint `json:"account_id"`
RealmID uint `json:"realm_id"`
}