Message.reply

Sends a new message to the same channel as this message.

  1. Message reply(inout(string) content, string nonce = null, bool tts = false)
    class Message
    reply
    (
    inout(string) content
    ,
    string nonce = null
    ,
    bool tts = false
    )
  2. Message reply(Sendable obj)

Parameters

content
Type: inout(string)

the message contents

nonce
Type: string

the message nonce

tts
Type: bool

whether this is a TTS message

Meta