struct PlaceOS::Driver::Interface::ChatBot::Id

Included Modules

Extended Modules

Defined in:

placeos-driver/interface/chat_bot.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(message_id : String, room_id : Nil | String = nil, user_id : Nil | String = nil, org_id : Nil | String = nil) #

[View source]

Instance Method Detail

def message_id : String #

something used to identify the message


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

something used to identify the message


[View source]
def org_id : String | Nil #

The org sending the message.


[View source]
def org_id=(org_id : String | Nil) #

The org sending the message.


[View source]
def room_id : String | Nil #

The room ID of the message.


[View source]
def room_id=(room_id : String | Nil) #

The room ID of the message.


[View source]
def user_id : String | Nil #

The user who sent the message


[View source]
def user_id=(user_id : String | Nil) #

The user who sent the message


[View source]