Sha256: dc195f09e0e1340072141780992e243e442ef44d70c1507188d3caeb3310dc30
Contents?: true
Size: 283 Bytes
Versions: 3
Compression:
Stored size: 283 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class BotCommandScopeChat < Base attribute :type, Types::String.constrained(eql: 'chat').default('chat') attribute :chat_id, Types::Integer | Types::String end end end end
Version data entries
3 entries across 3 versions & 1 rubygems