struct Discord::GuildMember
- Discord::GuildMember
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
discordcr/mappings/guild.crConstructors
Instance Method Summary
- #communication_disabled_until : Time?
- #communication_disabled_until=(communication_disabled_until : Time?)
- #deaf : Bool?
- #deaf=(deaf : Bool?)
- #joined_at : Time?
- #joined_at=(joined_at : Time?)
-
#mention
Produces a string to mention this member in a message
- #mute : Bool?
- #mute=(mute : Bool?)
- #nick : String?
- #nick=(nick : String?)
- #premium_since : Time?
- #premium_since=(premium_since : Time?)
- #roles : Array(Snowflake)?
- #roles=(roles : Array(Snowflake)?)
- #user : User
- #user=(user : User)