Sha256: 88672d669440e37147dffd62370aa264bf38e1c97772beaf33f5b6d410b9a3a7
Contents?: true
Size: 231 Bytes
Versions: 5
Compression:
Stored size: 231 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class MenuButtonCommands < Base attribute :type, Types::String.constrained(eql: 'commands').default('commands') end end end end
Version data entries
5 entries across 5 versions & 1 rubygems