abstract class History::MessageGroup
 
  - History::MessageGroup
- Reference
- Object
Direct Known Subclasses
- HistoryBase::MessageGroupBase
- HistoryFull::MessageGroupFull
- HistoryRatings::MessageGroupRatings
- HistoryWarnings::MessageGroupWarnings
Defined in:
privateparlor/history/history.crConstructors
- 
        .new(sender_id : Int64, msid : Int64)
        
          Creates an instance of MessageGroup
Instance Method Summary
- #origin_msid : Int64
- #receivers : Hash(Int64, Int64)
- #receivers=(receivers : Hash(Int64, Int64))
- #sender : Int64
- #sent : Time
- #sent=(sent : Time)
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