Class: TD::Types::ChatStatisticsAdministratorActionsInfo
- Defined in:
- lib/tdlib/types/chat_statistics_administrator_actions_info.rb
Overview
Contains statistics about administrator actions done by a user.
Instance Attribute Summary collapse
-
#banned_user_count ⇒ Integer
Number of users banned by the administrator.
-
#deleted_message_count ⇒ Integer
Number of messages deleted by the administrator.
-
#restricted_user_count ⇒ Integer
Number of users restricted by the administrator.
-
#user_id ⇒ Integer
Administrator user identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#banned_user_count ⇒ Integer
Number of users banned by the administrator.
8 9 10 |
# File 'lib/tdlib/types/chat_statistics_administrator_actions_info.rb', line 8 def banned_user_count @banned_user_count end |
#deleted_message_count ⇒ Integer
Number of messages deleted by the administrator.
8 9 10 |
# File 'lib/tdlib/types/chat_statistics_administrator_actions_info.rb', line 8 def @deleted_message_count end |
#restricted_user_count ⇒ Integer
Number of users restricted by the administrator.
8 9 10 |
# File 'lib/tdlib/types/chat_statistics_administrator_actions_info.rb', line 8 def restricted_user_count @restricted_user_count end |
#user_id ⇒ Integer
Administrator user identifier.
8 9 10 |
# File 'lib/tdlib/types/chat_statistics_administrator_actions_info.rb', line 8 def user_id @user_id end |