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