Sha256: 0204847f060c86789adce217032b3a66620d7d6ccccda963a017707a59f2161a
Contents?: true
Size: 340 Bytes
Versions: 27
Compression:
Stored size: 340 Bytes
Contents
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
27 entries across 27 versions & 2 rubygems