Sha256: c72b3eec39162913965d6d4f63d202a28c9415529353fed4a9a2a26d1bb13ab1
Contents?: true
Size: 355 Bytes
Versions: 8
Compression:
Stored size: 355 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class KeyboardButton < Base attribute :text, String attribute :request_contact, Boolean attribute :request_location, Boolean attribute :request_poll, KeyboardButtonPollType attribute :web_app, WebAppInfo end end end end
Version data entries
8 entries across 8 versions & 1 rubygems