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