Sha256: c5aeacca67f2eca84d6af7a313946d6561c21b0e76b2c36b61ec6de08f65bfcd
Contents?: true
Size: 303 Bytes
Versions: 6
Compression:
Stored size: 303 Bytes
Contents
module TD::Types # Describes the type of a URL linking to an internal Telegram entity. class TMeUrlType < Base %w[ user supergroup chat_invite sticker_set ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/t_me_url_type/#{type}" end end end
Version data entries
6 entries across 6 versions & 2 rubygems