class TelegramBot::ForceReply

Defined in:

telegram_bot/types/force_reply.cr

Constant Summary

FIELDS = {force_reply: {type: Bool, mustbe: true}, selective: {type: Bool, nilable: true}}

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(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]
def to_json(json : JSON::Builder) #

[View source]