Fix outdated doc.
This commit is contained in:
parent
2efbfab939
commit
43320cb802
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@
|
||||||
package io.element.android.features.messages.impl.timeline.model
|
package io.element.android.features.messages.impl.timeline.model
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @property key the reaction key (e.g. "👍")
|
||||||
|
* @property count the number of users who reacted with this key
|
||||||
* @property isHighlighted true if the reaction has (also) been sent by the current user.
|
* @property isHighlighted true if the reaction has (also) been sent by the current user.
|
||||||
*/
|
*/
|
||||||
data class AggregatedReaction(
|
data class AggregatedReaction(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue