mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-21 20:36:05 +03:00
bots self filter
This commit is contained in:
parent
25316b5fe9
commit
2aa8e2ca93
@ -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…
Reference in New Issue
Block a user