mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-22 04:46:05 +03:00
Merge pull request #13 from gwinn/master
add responsible to dialog struct
This commit is contained in:
commit
25316b5fe9
@ -403,6 +403,7 @@ type (
|
|||||||
BeginMessageID *uint64 `json:"begin_message_id"`
|
BeginMessageID *uint64 `json:"begin_message_id"`
|
||||||
EndingMessageID *uint64 `json:"ending_message_id"`
|
EndingMessageID *uint64 `json:"ending_message_id"`
|
||||||
Chat *Chat `json:"chat"`
|
Chat *Chat `json:"chat"`
|
||||||
|
Responsible *Responsible `json:"responsible"`
|
||||||
CreatedAt string `json:"created_at"`
|
CreatedAt string `json:"created_at"`
|
||||||
ClosedAt *string `json:"closed_at"`
|
ClosedAt *string `json:"closed_at"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user