Class PayloadGenerator.WhatsAppMessage
Inherited Members
Namespace: QRCoder
Assembly: Subsembly.Scraper.dll
Syntax
public class PayloadGenerator.WhatsAppMessage : PayloadGenerator.Payload
Constructors
WhatsAppMessage(string)
Let's you compose a WhatApp message. When scanned the user is asked to choose a contact who will receive the message.
Declaration
public WhatsAppMessage(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message |
WhatsAppMessage(string, string)
Let's you compose a WhatApp message and send it the receiver number.
Declaration
public WhatsAppMessage(string number, string message)
Parameters
Type | Name | Description |
---|---|---|
string | number | Receiver phone number where the / |
string | message | The message |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |