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

Constructor Detail

def self.new(selective : Bool | Nil = nil) #

[View source]