struct Discord::PartialGuildMember
- Discord::PartialGuildMember
- 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)
- #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))