mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-21 12:26:06 +03:00
Сhats deleted event data
This commit is contained in:
commit
28241f8a8e
@ -41,6 +41,7 @@ const (
|
||||
WsBotUpdated string = "bot_updated"
|
||||
WsEventChannelUpdated string = "channel_updated"
|
||||
WsEventSettingsUpdated string = "settings_updated"
|
||||
WsEventChatsDeleted string = "chats_deleted"
|
||||
|
||||
ChannelFeatureNone string = "none"
|
||||
ChannelFeatureReceive string = "receive"
|
||||
@ -724,4 +725,8 @@ type (
|
||||
User *UserRef `json:"user"`
|
||||
Online bool `json:"online"`
|
||||
}
|
||||
|
||||
WsEventChatsDeletedData struct {
|
||||
ChatIds []int64 `json:"chat_ids"`
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user