Sha256: 052ae4a2de7206056acba95af10b71094299a5c5e4da74d8f683e636adf3bda7
Contents?: true
Size: 240 Bytes
Versions: 6
Compression:
Stored size: 240 Bytes
Contents
module Telegram module Bot module Types class MessageEntity < Base attribute :type, String attribute :offset, Integer attribute :length, Integer attribute :url, String end end end end
Version data entries
6 entries across 6 versions & 1 rubygems