Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
matrix-appservice-cr
master
JsonDiscriminatorWithFallback
MatrixOrg
AppService
Event
RoomEvent
CanonicalAlias
Content
Create
Predecessor
JoinRules
Content
Member
Content
Message
Content
Audio
Info
Emote
File
Info
Image
Info
Location
Info
Notice
ServerNotice
Unknown
UsageLimitReached
Text
Unknown
Video
Info
PowerLevels
Content
Redaction
Content
Unknown
UnsignedData
Registration
Namespace
Server
Transaction
Built with Crystal 1.9.2
2023-10-07 10:56:26 UTC
struct
MatrixOrg::AppService::Event::RoomEvent::Create::Predecessor
MatrixOrg::AppService::Event::RoomEvent::Create::Predecessor
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
app_service/event.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#event_id
: String
#event_id=
(event_id : String)
#room_id
: String
#room_id=
(room_id : String)
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
event_id
: String
#
[
View source
]
def
event_id=
(event_id : String)
#
[
View source
]
def
room_id
: String
#
[
View source
]
def
room_id=
(room_id : String)
#
[
View source
]