Class: TD::Types::ChatStatisticsInviterInfo

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/chat_statistics_inviter_info.rb

Overview

Contains statistics about number of new members invited by a user.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#added_member_countInteger

Number of new members invited by the user.

Returns:

  • (Integer)

    the current value of added_member_count



6
7
8
# File 'lib/tdlib/types/chat_statistics_inviter_info.rb', line 6

def added_member_count
  @added_member_count
end

#user_idInteger

User identifier.

Returns:

  • (Integer)

    the current value of user_id



6
7
8
# File 'lib/tdlib/types/chat_statistics_inviter_info.rb', line 6

def user_id
  @user_id
end