Sha256: a69c1f655c270b30c2f0c6d6ec76cefe20a9a49cbe79680ce4451e638cce82b2
Contents?: true
Size: 389 Bytes
Versions: 2
Compression:
Stored size: 389 Bytes
Contents
module TD::Types # Contains statistics about number of new members invited by a user. # # @attr user_id [Integer] User identifier. # @attr added_member_count [Integer] Number of new members invited by the user. class ChatStatisticsInviterInfo < Base attribute :user_id, TD::Types::Coercible::Integer attribute :added_member_count, TD::Types::Coercible::Integer end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/chat_statistics_inviter_info.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/chat_statistics_inviter_info.rb |