class Tourmaline::Message

Overview

This object represents a message.

Included Modules

Defined in:

lib/tourmaline/src/tourmaline/types/api.cr
lib/tourmaline/src/tourmaline/types/custom/message.cr
private-parlor-xt/client.cr

Instance Method Summary

Instance Method Detail

def preformatted=(preformatted : Bool | Nil) #

Set to true if the message is preformatted (in case a command handler alters the message before an update handler gets it)

Set to false otherwise


[View source]
def preformatted? : Bool | Nil #

Set to true if the message is preformatted (in case a command handler alters the message before an update handler gets it)

Set to false otherwise


[View source]