Sha256: 33d8ef24dc0f5f36cc4e9f2dbc5d6162f4231b7116db4bc5aa418a7406487a83
Contents?: true
Size: 270 Bytes
Versions: 25
Compression:
Stored size: 270 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 end end end end
Version data entries
25 entries across 25 versions & 2 rubygems