mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2025-03-30 11:30:12 +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 {
|
WsEventChatsDeletedData struct {
|
||||||
ChatIds []int64 `json:"chat_ids"`
|
ChatIds []int64 `json:"chat_ids"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
WsEventChannelUpdatedData struct {
|
||||||
|
Channel *ChannelResponseItem `json:"channel"`
|
||||||
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue