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