type T struct {
IDs *tag.T `json:"ids,omitempty"`
Kinds *kinds.T `json:"kinds,omitempty"`
Authors *tag.T `json:"authors,omitempty"`
Tags *tags.T `json:"-,omitempty"`
Since *timestamp.T `json:"since,omitempty"`
Until *timestamp.T `json:"until,omitempty"`
Limit int `json:"limit,omitempty"`
Search B `json:"search,omitempty"`
}
T is the primary query form for requesting events from a nostr relay.