mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2025-03-29 19:19:53 +03:00
commit
a08d7a1a69
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ type (
|
||||||
BotsRequest struct {
|
BotsRequest struct {
|
||||||
ID uint64 `url:"id,omitempty"`
|
ID uint64 `url:"id,omitempty"`
|
||||||
Active uint8 `url:"active,omitempty"`
|
Active uint8 `url:"active,omitempty"`
|
||||||
|
Self uint8 `url:"self,omitempty"`
|
||||||
Role string `url:"role,omitempty"`
|
Role string `url:"role,omitempty"`
|
||||||
Since string `url:"since,omitempty"`
|
Since string `url:"since,omitempty"`
|
||||||
Until string `url:"until,omitempty"`
|
Until string `url:"until,omitempty"`
|
||||||
|
|
Loading…
Add table
Reference in a new issue