joinedAt property

  1. @JsonKey.new(name: 'joined_ts')
int? joinedAt
getter/setter pair

The timestamp of when this member joined the channel, in seconds. @since 4.10.0

Implementation

@JsonKey(name: 'joined_ts')
int? joinedAt;