mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2025-04-03 13:13:33 +03:00
Added Last Dialog to Chat struct
This commit is contained in:
parent
bc9702741e
commit
d5aa1a0794
1 changed files with 1 additions and 0 deletions
|
@ -353,6 +353,7 @@ type (
|
|||
LastMessage Message `json:"last_message"`
|
||||
LastUserMessage MessageID `json:"last_user_message"`
|
||||
LastActivity string `json:"last_activity"`
|
||||
LastDialog Dialog `json:"last_dialog"`
|
||||
CreatedAt string `json:"created_at"`
|
||||
UpdatedAt string `json:"updated_at"`
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue