WhatsAppApi.WhatsApp.addFeatures C# (CSharp) 메소드

addFeatures() 보호된 메소드

protected addFeatures ( ) : ProtocolTreeNode
리턴 WhatsAppApi.Helper.ProtocolTreeNode
        protected ProtocolTreeNode addFeatures()
        {
            var child = new ProtocolTreeNode("receipt_acks", null);
            var childList = new List<ProtocolTreeNode>();
            childList.Add(child);
            var parent = new ProtocolTreeNode("stream:features", null, childList, "");
            return parent;
        }