FMessage.FMessage C# (CSharp) Method

FMessage() public method

public FMessage ( Key, key ) : System
key Key,
return System
    public FMessage(Key key)
    {
        this.status = Status.Undefined;
        this.gap_behind = true;
        this.key = key;
    }

Same methods

FMessage::FMessage ( WhatsappAccount, remote_user, bool from_me ) : System
FMessage::FMessage ( WhatsappAccount, remote_user, string data, object image ) : System
FMessage::FMessage ( string remote_jid, bool from_me ) : System
FMessage::FMessage ( string remote_jid, string data, object image ) : System