Sha256: 23334b650e6023072ccc445be4e796a116b90510d364dab7339d143780f2aeac
Contents?: true
Size: 687 Bytes
Versions: 1
Compression:
Stored size: 687 Bytes
Contents
module TD::Types # Contains statistics about administrator actions done by a user. # # @attr user_id [Integer] Administrator user identifier. # @attr deleted_message_count [Integer] Number of messages deleted by the administrator. # @attr banned_user_count [Integer] Number of users banned by the administrator. # @attr restricted_user_count [Integer] Number of users restricted by the administrator. class ChatStatisticsAdministratorActionsInfo < Base attribute :user_id, TD::Types::Integer attribute :deleted_message_count, TD::Types::Integer attribute :banned_user_count, TD::Types::Integer attribute :restricted_user_count, TD::Types::Integer end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/chat_statistics_administrator_actions_info.rb |