Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
CatchUp::Message
Inherits
Struct
<
Value
<
Object
Constructors
new
(time :
Time
, type :
Type
, bridge :
String
, user :
String
, text :
String
)
Source
Class methods
from_fast_irc
(irc_msg :
FastIRC::Message
, is_bridge :
Regex
)
Source
unwrap_bridged_message
(is_bridge :
Regex
, msg :
String
)
Source
Instance methods
bridge
Source
bridge=
(bridge :
String
)
Source
plain_text
Source
text
Source
text=
(text :
String
)
Source
time
Source
time=
(time :
Time
)
Source
type
Source
type=
(type :
CatchUp::Message::Type
)
Source
user
Source
user=
(user :
String
)
Source
Nested types
CatchUp::Message::Type