module Discordrb::MemberAttributes

Mixin for the attributes members and private members should have

Attributes

boosting_since[R]

@return [Time, nil] when this member boosted this server, ‘nil` if they haven’t.

communication_disabled_until[R]

@return [Time] When the user’s timeout will expire.

joined_at[R]

@return [Time] when this member joined the server.

nick[R]

@return [String, nil] the nickname this member has, or ‘nil` if it has none.

nickname[R]

@return [String, nil] the nickname this member has, or ‘nil` if it has none.

roles[R]

@return [Array<Role>] the roles this member has.

server[R]

@return [Server] the server this member is on.

timeout[R]

@return [Time] When the user’s timeout will expire.