struct Abartos::Application::Interaction::Response::ChannelMessageWithSource
- Abartos::Application::Interaction::Response::ChannelMessageWithSource
- Abartos::Application::Interaction::ResponseData
- Struct
- Value
- Object
Defined in:
abartos/application/interaction.crConstructors
- .new(content : Nil | String, flags : Abartos::Application::Interaction::Response::ChannelMessageWithSource::CallbackFlag | Nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #content : String | Nil
- #content=(content : String | Nil)
- #flags : CallbackFlag | Nil
- #flags=(flags : CallbackFlag | Nil)
Instance methods inherited from struct Abartos::Application::Interaction::ResponseData
type : Int32
type,
type=(type : Int32)
type=
Constructor methods inherited from struct Abartos::Application::Interaction::ResponseData
new(pull : JSON::PullParser)
new
Constructor Detail
def self.new(content : Nil | String, flags : Abartos::Application::Interaction::Response::ChannelMessageWithSource::CallbackFlag | Nil)
#