replyToChannel property

bool replyToChannel
getter/setter pair

Whether the message should also be sent to the channel. Defaults to false. Only works when the parentMessageId is set.

Implementation

bool replyToChannel = false;