Get myself channel identity, and edit

This commit is contained in:
2024-06-08 21:46:06 +08:00
parent c366b1cbe3
commit c9d3de0022
4 changed files with 33 additions and 1 deletions

View File

@ -38,6 +38,7 @@ type ChannelMember struct {
ChannelID uint `json:"channel_id"`
AccountID uint `json:"account_id"`
Nick *string `json:"nick"`
Channel Channel `json:"channel"`
Account Account `json:"account"`
Notify NotifyLevel `json:"notify"`