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 {
|
||||
ID uint64 `json:"id"`
|
||||
BeginMessageID *uint64 `json:"begin_message_id"`
|
||||
EndingMessageID *uint64 `json:"ending_message_id"`
|
||||
Chat *Chat `json:"chat"`
|
||||
CreatedAt string `json:"created_at"`
|
||||
ClosedAt *string `json:"closed_at"`
|
||||
ID uint64 `json:"id"`
|
||||
BeginMessageID *uint64 `json:"begin_message_id"`
|
||||
EndingMessageID *uint64 `json:"ending_message_id"`
|
||||
Chat *Chat `json:"chat"`
|
||||
Responsible *Responsible `json:"responsible"`
|
||||
CreatedAt string `json:"created_at"`
|
||||
ClosedAt *string `json:"closed_at"`
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user