abstract class History::MessageGroup

Direct Known Subclasses

Defined in:

privateparlor/history/history.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(sender_id : Int64, msid : Int64) #

Creates an instance of MessageGroup

Arguments:

sender_id : the id of the user who originally sent this message

msid : the messaage ID returned when the new message was sent successfully


[View source]

Instance Method Detail

def origin_msid : Int64 #

[View source]
def receivers : Hash(Int64, Int64) #

[View source]
def receivers=(receivers : Hash(Int64, Int64)) #

[View source]
def sender : Int64 #

[View source]
def sent : Time #

[View source]
def sent=(sent : Time) #

[View source]