Sha256: bae429e585248f689b722eb88165e6c43de147a2ed62ab4c46b9ebe263c24510
Contents?: true
Size: 252 Bytes
Versions: 4
Compression:
Stored size: 252 Bytes
Contents
module TD::Types # A URL linking to a public supergroup or channel. # # @attr supergroup_id [Integer] Identifier of the supergroup or channel. class TMeUrlType::Supergroup < TMeUrlType attribute :supergroup_id, TD::Types::Integer end end
Version data entries
4 entries across 4 versions & 2 rubygems