Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
caridina
v0.1.2
Caridina
Connection
ExecError
ConnectionImpl
Errors
RateLimited
Events
Invite
Message
RoomEvent
Sync
Built with Crystal 1.9.2
2023-10-08 04:26:54 UTC
struct
Caridina::Events::RoomEvent
Caridina::Events::RoomEvent
Struct
Value
Object
Defined in:
events.cr
Constructors
.new
(room_id : String, payload : JSON::Any)
Instance Method Summary
#message?
#room_id
: String
#sender
: String
Constructor Detail
def self.
new
(room_id : String, payload : JSON::Any)
#
[
View source
]
Instance Method Detail
def
message?
#
[
View source
]
def
room_id
: String
#
[
View source
]
def
sender
: String
#
[
View source
]