joinedAt property

  1. @JsonKey(name: 'joined_ts', defaultValue: 0)
int joinedAt
getter/setter pair

Timestamp when current user joined on this channel

Implementation

@JsonKey(name: 'joined_ts', defaultValue: 0)
int joinedAt;