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