예제 #1
0
 internal FMessage(WhatsAppApi.Account.WhatsUser remote_user, bool from_me)
 {
     this.status         = Status.Undefined;
     this.gap_behind     = true;
     this.User           = remote_user;
     this.identifier_key = new FMessageIdentifierKey(remote_user.GetFullJid(), from_me, TicketManager.GenerateId());
 }
예제 #2
0
 internal FMessage(WhatsAppApi.Account.WhatsUser remote_user, bool from_me)
 {
     this.status = Status.Undefined;
     this.gap_behind = true;
     this.User = remote_user;
     this.identifier_key = new FMessageIdentifierKey(remote_user.GetFullJid(), from_me, TicketManager.GenerateId());
 }
예제 #3
0
 internal FMessage(string remote_jid, bool from_me)
 {
     this.status         = Status.Undefined;
     this.gap_behind     = true;
     this.identifier_key = new FMessageIdentifierKey(remote_jid, from_me, TicketManager.GenerateId());
 }
예제 #4
0
 public FMessage(FMessageIdentifierKey key)
 {
     this.status         = Status.Undefined;
     this.gap_behind     = true;
     this.identifier_key = key;
 }
예제 #5
0
 internal FMessage(string remote_jid, bool from_me)
 {
     this.status = Status.Undefined;
     this.gap_behind = true;
     this.identifier_key = new FMessageIdentifierKey(remote_jid, from_me, TicketManager.GenerateId());
 }
예제 #6
0
 public FMessage(FMessageIdentifierKey key)
 {
     this.status = Status.Undefined;
     this.gap_behind = true;
     this.identifier_key = key;
 }