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