Sha256: d3a4c409462b315a3a3b5b23682c5c7ed9edfc4e3d871d73460ce3cdaf0bc02e
Contents?: true
Size: 380 Bytes
Versions: 4
Compression:
Stored size: 380 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 attribute :custom_emoji_id, String end end end end
Version data entries
4 entries across 4 versions & 1 rubygems