Sha256: 83e114687f39e11826b04059ec86c38ad56ccaf56744a7f68b21a4fbdc7b19db
Contents?: true
Size: 371 Bytes
Versions: 8
Compression:
Stored size: 371 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class Game < Base attribute :title, String attribute :description, String attribute :photo, Array[PhotoSize] attribute :text, String attribute :text_entities, Array[MessageEntity] attribute :animation, Animation end end end end
Version data entries
8 entries across 8 versions & 1 rubygems