Merge pull request #14 from gwinn/master

bots self filter
This commit is contained in:
Alex Lushpai 2018-09-11 14:15:39 +03:00 committed by GitHub
commit a08d7a1a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"`