struct Abartos::Application::Interaction::Request::Ping

Defined in:

abartos/application/interaction.cr

Constructors

Instance methods inherited from struct Abartos::Application::Interaction::Request

application_id : Snowflake application_id, application_id=(application_id : Snowflake) application_id=, channel_id : Snowflake | Nil channel_id, channel_id=(channel_id : Snowflake | Nil) channel_id=, guild_id : Snowflake | Nil guild_id, guild_id=(guild_id : Snowflake | Nil) guild_id=, id : Snowflake id, id=(id : Snowflake) id=, type : Int32 type, type=(type : Int32) type=, version : Int32 version, version=(version : Int32) version=

Constructor methods inherited from struct Abartos::Application::Interaction::Request

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]