Class: TD::Types::ChatStatisticsMessageSenderInfo

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

Overview

Contains statistics about messages sent by a user.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#average_character_countInteger

Average number of characters in sent messages.

Returns:

  • (Integer)

    the current value of average_character_count



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

def average_character_count
  @average_character_count
end

#sent_message_countInteger

Number of sent messages.

Returns:

  • (Integer)

    the current value of sent_message_count



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

def sent_message_count
  @sent_message_count
end

#user_idInteger

User identifier.

Returns:

  • (Integer)

    the current value of user_id



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

def user_id
  @user_id
end