struct Discord::REST::GatewayBotResponse

Overview

A response to the Get Gateway Bot REST API call.

Included Modules

Defined in:

discordcr/mappings/rest.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def session_start_limit : SessionStartLimit #

[View source]
def session_start_limit=(session_start_limit : SessionStartLimit) #

[View source]
def shards : Int32 #

[View source]
def shards=(shards : Int32) #

[View source]
def url : String #

[View source]
def url=(url : String) #

[View source]