struct Discord::Integration
- Discord::Integration
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
discordcr/mappings/guild.crConstructors
Instance Method Summary
- #account : IntegrationAccount
- #account=(account : IntegrationAccount)
- #enabled : Bool
- #enabled=(enabled : Bool)
- #expire_behavior
- #expire_behaviour : UInt8
- #expire_behaviour=(expire_behaviour : UInt8)
- #expire_grace_period : Int32
- #expire_grace_period=(expire_grace_period : Int32)
- #id : Snowflake
- #id=(id : Snowflake)
- #name : String
- #name=(name : String)
- #role_id : Snowflake
- #role_id=(role_id : Snowflake)
- #synced_at : Time
- #synced_at=(synced_at : Time)
- #syncing : Bool
- #syncing=(syncing : Bool)
- #type : String
- #type=(type : String)
- #user : User
- #user=(user : User)