Sha256: 8890d15540b39febf57267984b154846fef5d3b74d9e1ab2935abde71815f714
Contents?: true
Size: 318 Bytes
Versions: 2
Compression:
Stored size: 318 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class InlineQueryResultsButton < Base attribute :text, Types::String attribute? :web_app, WebAppInfo attribute? :start_parameter, Types::String.constrained(min_size: 1, max_size: 64) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-2.2.0 | lib/telegram/bot/types/inline_query_results_button.rb |
telegram-bot-ruby-2.1.0 | lib/telegram/bot/types/inline_query_results_button.rb |