Class: TD::Types::Update::ChatPendingJoinRequests
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ChatPendingJoinRequests
- Defined in:
- lib/tdlib/types/update/chat_pending_join_requests.rb
Overview
The chat pending join requests were changed.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#pending_join_requests ⇒ TD::Types::ChatJoinRequestsInfo?
The new data about pending join requests; may be null.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
7 8 9 |
# File 'lib/tdlib/types/update/chat_pending_join_requests.rb', line 7 def chat_id @chat_id end |
#pending_join_requests ⇒ TD::Types::ChatJoinRequestsInfo?
The new data about pending join requests; may be null.
7 8 9 |
# File 'lib/tdlib/types/update/chat_pending_join_requests.rb', line 7 def pending_join_requests @pending_join_requests end |