class TelegramBot::Models::ForceReply
- TelegramBot::Models::ForceReply
- TelegramBot::Models::Base
- Reference
- Object
Overview
https://core.telegram.org/bots/api#forcereply
Defined in:
telegram_bot/models.crConstructors
-
.new(pull : JSON::PullParser)
https://core.telegram.org/bots/api#forcereply
- .new(force_reply : Bool, selective : Bool | Nil = nil)
Instance Method Summary
- #force_reply : Bool
- #force_reply=(force_reply : Bool)
- #selective : Bool | Nil
- #selective=(selective : Bool | Nil)