Class: TD::Types::TMeUrlType::Supergroup

Inherits:
TD::Types::TMeUrlType show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#supergroup_idInteger

Identifier of the supergroup or channel.

Returns:

  • (Integer)

    the current value of supergroup_id



5
6
7
# File 'lib/tdlib/types/t_me_url_type/supergroup.rb', line 5

def supergroup_id
  @supergroup_id
end