MicroMsg.sdk.WXTextMessage.Type C# (CSharp) Method

Type() public method

public Type ( ) : int
return int
        public override int Type()
        {
            return TYPE_TEXT;
        }