Class: TD::Types::ChatJoinRequests
- Defined in:
- lib/tdlib/types/chat_join_requests.rb
Overview
Contains a list of requests to join a chat.
Instance Attribute Summary collapse
-
#requests ⇒ Array<TD::Types::ChatJoinRequest>
List of the requests.
-
#total_count ⇒ Integer
Approximate total number of requests found.
Method Summary
Methods inherited from Base
Instance Attribute Details
#requests ⇒ Array<TD::Types::ChatJoinRequest>
List of the requests.
6 7 8 |
# File 'lib/tdlib/types/chat_join_requests.rb', line 6 def requests @requests end |
#total_count ⇒ Integer
Approximate total number of requests found.
6 7 8 |
# File 'lib/tdlib/types/chat_join_requests.rb', line 6 def total_count @total_count end |