From 2aa8e2ca93ecfc281e52e2e15f79e7f174756d89 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Tue, 11 Sep 2018 14:14:05 +0300 Subject: [PATCH] bots self filter --- v1/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/v1/types.go b/v1/types.go index 71a02e8..ca68a36 100644 --- a/v1/types.go +++ b/v1/types.go @@ -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"`