struct Discord::InviteMetadata
- Discord::InviteMetadata
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
discordcr/mappings/invite.crConstructors
Instance Method Summary
- #channel : InviteChannel
- #channel=(channel : InviteChannel)
- #code : String
- #code=(code : String)
- #created_at : Time
- #created_at=(created_at : Time)
- #guild : InviteGuild
- #guild=(guild : InviteGuild)
- #inviter : User
- #inviter=(inviter : User)
- #max_age : UInt32
- #max_age=(max_age : UInt32)
- #max_uses : UInt32
- #max_uses=(max_uses : UInt32)
- #revoked : Bool
- #revoked=(revoked : Bool)
- #temporary : Bool
- #temporary=(temporary : Bool)
- #users : UInt32
- #users=(users : UInt32)