struct Discord::REST::SessionStartLimit
- Discord::REST::SessionStartLimit
- Struct
- Value
- Object
Overview
Session start limit details included in the Get Gateway Bot REST API call.
Included Modules
- JSON::Serializable
Defined in:
discordcr/mappings/rest.crConstructors
Instance Method Summary
- #remaining : Int32
- #remaining=(remaining : Int32)
- #reset_after : Time::Span
- #reset_after=(reset_after : Time::Span)
- #total : Int32
- #total=(total : Int32)