add channel updated data

This commit is contained in:
Pavel 2022-07-25 15:07:44 +03:00 committed by GitHub
commit f2c1365a51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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