Class: TD::Types::ChatInviteLinkCount
- Defined in:
- lib/tdlib/types/chat_invite_link_count.rb
Overview
Describes a chat administrator with a number of active and revoked chat invite links.
Instance Attribute Summary collapse
-
#invite_link_count ⇒ Integer
Number of active invite links.
-
#revoked_invite_link_count ⇒ Integer
Number of revoked invite links.
-
#user_id ⇒ Integer
Administrator’s user identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#invite_link_count ⇒ Integer
Number of active invite links.
7 8 9 |
# File 'lib/tdlib/types/chat_invite_link_count.rb', line 7 def invite_link_count @invite_link_count end |
#revoked_invite_link_count ⇒ Integer
Number of revoked invite links.
7 8 9 |
# File 'lib/tdlib/types/chat_invite_link_count.rb', line 7 def revoked_invite_link_count @revoked_invite_link_count end |
#user_id ⇒ Integer
Administrator’s user identifier.
7 8 9 |
# File 'lib/tdlib/types/chat_invite_link_count.rb', line 7 def user_id @user_id end |