actorChat property

  1. @JsonKey(name: 'actor_chat')
Chat? get actorChat
inherited

The chat on behalf of which the reaction was changed, if the user is anonymous.

Implementation

@JsonKey(name: 'actor_chat')
Chat? get actorChat;