SendTelegram

Sends a message to a given room. The user needs to be part of that room already.

Example:


	{
		"type": "SendTelegram",
		"options": {
			"token": "5349923487:FFGrETxa0pA29d02Akslw-lkwjdA92KAH2",
			"chatId": -832345892,
			"message": "attention, intruders got my device!",
			"testMessage": "this is just a test, no worries"
		}
	}
	

Options:

token

telegram bot token (ask botfather)

Type: string

Default: ""

chatId

chatId of group or chat you want the message be sent to.

Type: int

Default: ""

message

actual message that should be sent

Type: string

Default: ""

testMessage

message sent during test run

Type: string

Default: ""