Sha256: b8a9edc6f92a118a72691acfe6cd1c1ab03ceb552ba73d7259b27c987ddc60c2

Contents?: true

Size: 263 Bytes

Versions: 2

Compression:

Stored size: 263 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::Coercible::Integer
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/t_me_url_type/supergroup.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/t_me_url_type/supergroup.rb