Class: TD::Types::ChatInviteLinkCount

Inherits:
Base
  • Object
show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

Number of active invite links.

Returns:

  • (Integer)

    the current value of invite_link_count



7
8
9
# File 'lib/tdlib/types/chat_invite_link_count.rb', line 7

def invite_link_count
  @invite_link_count
end

Number of revoked invite links.

Returns:

  • (Integer)

    the current value of revoked_invite_link_count



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_idInteger

Administrator’s user identifier.

Returns:

  • (Integer)

    the current value of user_id



7
8
9
# File 'lib/tdlib/types/chat_invite_link_count.rb', line 7

def user_id
  @user_id
end