class TelegramBot::Models::ForceReply

Overview

https://core.telegram.org/bots/api#forcereply

Defined in:

telegram_bot/models.cr

Constructors

Instance Method Summary

Constructor methods inherited from class TelegramBot::Models::Base

new(pull : JSON::PullParser) new

Constructor Detail

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

https://core.telegram.org/bots/api#forcereply


[View source]
def self.new(force_reply : Bool, selective : Bool | Nil = nil) #

[View source]

Instance Method Detail

def force_reply : Bool #

[View source]
def force_reply=(force_reply : Bool) #

[View source]
def selective : Bool | Nil #

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

[View source]