Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
messages_browser
master
Attachment
Chat
Contacts
Database
Message
MessagePresenter
MessagesBrowser
ORM
Chats
Messages
Queries
AllChats
ChatMessages
Contacts
Time
User
Built with Crystal 1.9.2
2023-10-08 01:34:38 UTC
struct
Chat
Chat
Struct
Value
Object
Defined in:
models/chat.cr
Constructors
.new
(row_id : Int32, id : String, service : String)
Instance Method Summary
#add_participant
(user)
#display_name
#id
: String
#participants
: Set(User)
#row_id
: Int32
#service
: String
Constructor Detail
def self.
new
(row_id : Int32, id : String, service : String)
#
[
View source
]
Instance Method Detail
def
add_participant
(user)
#
[
View source
]
def
display_name
#
[
View source
]
def
id
: String
#
[
View source
]
def
participants
: Set(
User
)
#
[
View source
]
def
row_id
: Int32
#
[
View source
]
def
service
: String
#
[
View source
]