joinedAt property
Timestamp when current user joined on this channel
Implementation
@JsonKey(name: 'joined_ts', defaultValue: 0)
int joinedAt;
Timestamp when current user joined on this channel
@JsonKey(name: 'joined_ts', defaultValue: 0)
int joinedAt;