ChatMember constructor

ChatMember(
  1. User user,
  2. PreciseDateTime joinedAt
)

Implementation

ChatMember(this.user, this.joinedAt);