Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 831 Bytes

AppBskyActorDefsMutedWord.md

File metadata and controls

15 lines (11 loc) · 831 Bytes

BSky.Model.AppBskyActorDefsMutedWord

A word that the account owner has muted.

Properties

Name Type Description Notes
Id string [optional]
Value string The muted word itself.
Targets List<AppBskyActorDefsMutedWordTarget>
ActorTarget string Groups of users to apply the muted word to. If undefined, applies to all users. [optional] [default to ActorTargetEnum.All]
ExpiresAt DateTime The date and time at which the muted word will expire and no longer be applied. [optional]

[Back to Model list] [Back to API list] [Back to README]