Message.reply

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

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

Parameters

content inout(string)

the message contents

nonce string

the message nonce

tts bool

whether this is a TTS message

Meta