struct Message
- Message
- Struct
- Value
- Object
Defined in:
models/message.crConstructors
Instance Method Summary
- #attachments : Array(Attachment)
- #attachments=(attachments : Array(Attachment))
- #from_me : Bool
- #has_attachments?
- #local_time
- #mine?
- #row_id : Int32
- #sender : User
- #text : String
- #time : Time
Constructor Detail
def self.new(row_id : Int32, text : String, time : Time, sender : User, from_me : Bool, attachments : Array(Attachment))
#