Class: TD::Types::TMeUrlType::Supergroup
- Inherits:
-
TD::Types::TMeUrlType
- Object
- Dry::Struct
- Base
- TD::Types::TMeUrlType
- TD::Types::TMeUrlType::Supergroup
- Defined in:
- lib/tdlib/types/t_me_url_type/supergroup.rb
Overview
A URL linking to a public supergroup or channel.
Instance Attribute Summary collapse
-
#supergroup_id ⇒ Integer
Identifier of the supergroup or channel.
Method Summary
Methods inherited from Base
Instance Attribute Details
#supergroup_id ⇒ Integer
Identifier of the supergroup or channel.
5 6 7 |
# File 'lib/tdlib/types/t_me_url_type/supergroup.rb', line 5 def supergroup_id @supergroup_id end |