bots self filter

This commit is contained in:
Alex Lushpai 2018-09-11 14:14:05 +03:00
parent 25316b5fe9
commit 2aa8e2ca93

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