struct PlaceOS::Driver::Interface::ChatBot::Attachment

Included Modules

Extended Modules

Defined in:

placeos-driver/interface/chat_bot.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, payload : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def name : String #

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

[View source]
def payload : String #

Base64 encoded binary contents


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

Base64 encoded binary contents


[View source]