Sha256: 10c46d7c1098904941f3bce471f01640ffb75a287336d30fd49d88b2e12e691e
Contents?: true
Size: 337 Bytes
Versions: 7
Compression:
Stored size: 337 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class MessageEntity < Base attribute :type, String attribute :offset, Integer attribute :length, Integer attribute :url, String attribute :user, User attribute :language, String end end end end
Version data entries
7 entries across 7 versions & 2 rubygems