module Telegram module Bot module Types class KeyboardButton < Base attribute :text, String attribute :request_contact, Boolean attribute :request_location, Boolean attribute :request_poll, KeyboardButtonPollType end end end end