Class: TD::Types::ChatJoinRequestsInfo
- Defined in:
- lib/tdlib/types/chat_join_requests_info.rb
Overview
Contains information about pending join requests for a chat.
Instance Attribute Summary collapse
-
#total_count ⇒ Integer
Total number of pending join requests.
-
#user_ids ⇒ Array<Integer>
Identifiers of at most 3 users sent the newest pending join requests.
Method Summary
Methods inherited from Base
Instance Attribute Details
#total_count ⇒ Integer
Total number of pending join requests.
6 7 8 |
# File 'lib/tdlib/types/chat_join_requests_info.rb', line 6 def total_count @total_count end |
#user_ids ⇒ Array<Integer>
Identifiers of at most 3 users sent the newest pending join requests.
6 7 8 |
# File 'lib/tdlib/types/chat_join_requests_info.rb', line 6 def user_ids @user_ids end |