Skip to main content
Corvus Connection

Telegram: Send Message

Telegram
Action
Portent preview
telegram.sendMessagePosts an HTML-formatted message to a saved Telegram channel or group. Wire the text into message and set the target.Enqueues a throttled channel or group send with a link-preview toggle.
SocialAlerts

Inputs

Name
Kind
Type
Flags
inExecexecmultiplexed
messageDataSystem.StringNone

Outputs

Name
Kind
Type
Flags
outExecexecNone

Parameters

Name
Type
Required
Default
Choices
targetSystem.Stringyes""None
linkPreviewSystem.BooleannotrueNone

Lowers to C#

await ctx.Telegram.SendAsync(target, message, new TelegramSendOptions { LinkPreview = linkPreview });