mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2025-03-29 11:09:52 +03:00
add channel updated data
This commit is contained in:
parent
a26bc83d80
commit
2e4ba1e681
1 changed files with 4 additions and 0 deletions
|
@ -729,4 +729,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