mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2025-04-01 20:26:14 +03:00
add channel updated data
This commit is contained in:
commit
f2c1365a51
1 changed files with 4 additions and 0 deletions
|
@ -730,4 +730,8 @@ type (
|
|||
WsEventChatsDeletedData struct {
|
||||
ChatIds []int64 `json:"chat_ids"`
|
||||
}
|
||||
|
||||
WsEventChannelUpdatedData struct {
|
||||
Channel *ChannelResponseItem `json:"channel"`
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue