Sha256: b1ef3148b91014d6285a8be141d8c54096096cc07503897dcbf3d41fc83f71fa
Contents?: true
Size: 218 Bytes
Versions: 2
Compression:
Stored size: 218 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class CopyTextButton < Base attribute :text, Types::String.constrained(min_size: 1, max_size: 256) 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/copy_text_button.rb |
telegram-bot-ruby-2.1.0 | lib/telegram/bot/types/copy_text_button.rb |