add channel updated data

This commit is contained in:
Shchedrin Andrei 2022-07-21 16:57:40 +03:00
parent a26bc83d80
commit 2e4ba1e681

View File

@ -729,4 +729,8 @@ type (
WsEventChatsDeletedData struct {
ChatIds []int64 `json:"chat_ids"`
}
WsEventChannelUpdatedData struct {
Channel *ChannelResponseItem `json:"channel"`
}
)