class TelegramBot::Models::ReplyKeyboardRemove

Overview

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

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#replykeyboardremove


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

[View source]

Instance Method Detail

def remove_keyboard : Bool #

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

[View source]
def selective : Bool | Nil #

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

[View source]