mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-21 20:36:05 +03:00
Merge pull request #13 from gwinn/master
add responsible to dialog struct
This commit is contained in:
commit
25316b5fe9
13
v1/types.go
13
v1/types.go
@ -399,12 +399,13 @@ type (
|
|||||||
}
|
}
|
||||||
|
|
||||||
Dialog struct {
|
Dialog struct {
|
||||||
ID uint64 `json:"id"`
|
ID uint64 `json:"id"`
|
||||||
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"`
|
||||||
CreatedAt string `json:"created_at"`
|
Responsible *Responsible `json:"responsible"`
|
||||||
ClosedAt *string `json:"closed_at"`
|
CreatedAt string `json:"created_at"`
|
||||||
|
ClosedAt *string `json:"closed_at"`
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user