diff --git a/v1/types.go b/v1/types.go index d14800a..40b11fa 100644 --- a/v1/types.go +++ b/v1/types.go @@ -729,4 +729,8 @@ type ( WsEventChatsDeletedData struct { ChatIds []int64 `json:"chat_ids"` } + + WsEventChannelUpdatedData struct { + Channel *ChannelResponseItem `json:"channel"` + } )