class Tourmaline::ChatMemberMember inherits Reference # Represents a chat member that has no additional privileges or restrictions. Included modules JSON::Serializable Constructors# .new(status, user) # View source .new(pull : JSON::PullParser) # View source Methods# #status : String # The member's status in the chat, always "member" View source #status=(status : String) # The member's status in the chat, always "member" View source #user : Tourmaline::User # Information about the user View source #user=(user : Tourmaline::User) # Information about the user View source