Sha256: fe1956f46fb7c2a6420f8d57df580bdb9c556ad9d22e7eb0370f2061d0d6be97
Contents?: true
Size: 306 Bytes
Versions: 7
Compression:
Stored size: 306 Bytes
Contents
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 & 1 rubygems