class TelegramBot::InputTextMessageContent

Defined in:

telegram_bot/types/input_text_message_content.cr

Constant Summary

FIELDS = {message_text: String, parse_mode: {type: String, nilable: true}, disable_web_page_preview: {type: Bool, nilable: true}}

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_734 : JSON::PullParser) #

[View source]
def self.new(message_text : String, parse_mode : String | Nil = nil, disable_web_page_preview : Bool | Nil = nil) #

[View source]

Instance Method Detail

def disable_web_page_preview : Bool | Nil #

[View source]
def disable_web_page_preview=(_disable_web_page_preview : Bool | Nil) #

[View source]
def message_text : String #

[View source]
def message_text=(_message_text : String) #

[View source]
def parse_mode : String | Nil #

[View source]
def parse_mode=(_parse_mode : String | Nil) #

[View source]
def to_json(json : JSON::Builder) #

[View source]