ReceiveTelegram
Waits for a specific message in a given chat. Once the message is received, the trigger fires.
Example:
	{
		"type": "ReceiveTelegram",
		"options": {
			"token": "5349923487:FFGrETxa0pA29d02Akslw-lkwjdA92KAH2",
			"chatId": -832345892,
			"message": "secretmessagethatfiresthetrigger"
		}
	}
	
Options:
token
telegram bot token (ask botfather)
Type: string
Default: ""
chatId
chatId of group or chat you want the message be received from.
Type: int
Default: ""
message
actual message that, when received, fires the trigger
Type: string
Default: ""