Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Overview

Posts a new message to channel

ChannelMessageResult my$Domain.PostMessage(channelId: string, msg: ChannelMessage)

Arguments

string channelId
of message to process
object

Types

ChannelMessage

{ // Attachments of message Attachments : Array<ChannelMessageAttachment> // Content of message Content : string // Id of message Id : string // References to previously sent message id References : Array<string> // Subject of message Subject : string }

ChannelMessageAttachment

{ // Display name of attachment displayName : string // Extension of file if set to file type. ext : string // Id of attachment. id : string // Type of attachment. type : ( "file" | "url" ) // Url of attachment url : string }

  • No labels