mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-22 04:46:05 +03:00
add channel updated data
This commit is contained in:
parent
a26bc83d80
commit
2e4ba1e681
@ -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…
Reference in New Issue
Block a user