@tsky/client / agent / Muted
Muted
Defined in: client/src/agent.ts:861
Constructors
new Muted()
ts
new Muted(client): Muted
Defined in: client/src/agent.ts:862
Parameters
client
Returns
Properties
client
ts
client: Client;
Defined in: client/src/agent.ts:862
Methods
lists()
ts
lists(limit?, options?): Promise<Paginator<Output>>
Defined in: client/src/agent.ts:867
Enumerates mod lists that the requesting account (actor) currently has muted. Requires auth.
Parameters
limit?
number
options?
Returns
Promise
<Paginator
<Output
>>
profiles()
ts
profiles(limit?, options?): Promise<Paginator<Output>>
Defined in: client/src/agent.ts:888
Enumerates accounts that the requesting account (actor) currently has muted. Requires auth.
Parameters
limit?
number
options?
Returns
Promise
<Paginator
<Output
>>