mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-21 20:36:05 +03:00
Added Last Dialog to Chat struct
This commit is contained in:
parent
bc9702741e
commit
d5aa1a0794
@ -353,6 +353,7 @@ type (
|
|||||||
LastMessage Message `json:"last_message"`
|
LastMessage Message `json:"last_message"`
|
||||||
LastUserMessage MessageID `json:"last_user_message"`
|
LastUserMessage MessageID `json:"last_user_message"`
|
||||||
LastActivity string `json:"last_activity"`
|
LastActivity string `json:"last_activity"`
|
||||||
|
LastDialog Dialog `json:"last_dialog"`
|
||||||
CreatedAt string `json:"created_at"`
|
CreatedAt string `json:"created_at"`
|
||||||
UpdatedAt string `json:"updated_at"`
|
UpdatedAt string `json:"updated_at"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user