class TelegramBot::ForceReply
- TelegramBot::ForceReply
- Reference
- Object
Defined in:
telegram_bot/types/force_reply.crConstant Summary
-
FIELDS =
{force_reply: {type: Bool, mustbe: true}, selective: {type: Bool, nilable: true}}
Constructors
Instance Method Summary
- #force_reply : Bool
- #force_reply=(_force_reply : Bool)
- #selective : Bool | Nil
- #selective=(_selective : Bool | Nil)
- #to_json(json : JSON::Builder)