Class: TD::Types::ChatEventAction::MemberJoinedByRequest
- Inherits:
-
TD::Types::ChatEventAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatEventAction
- TD::Types::ChatEventAction::MemberJoinedByRequest
- Defined in:
- lib/tdlib/types/chat_event_action/member_joined_by_request.rb
Overview
A new member was accepted to the chat by an administrator.
Instance Attribute Summary collapse
-
#approver_user_id ⇒ Integer
User identifier of the chat administrator, approved user join request.
-
#invite_link ⇒ TD::Types::ChatInviteLink?
Invite link used to join the chat; may be null.
Method Summary
Methods inherited from Base
Instance Attribute Details
#approver_user_id ⇒ Integer
User identifier of the chat administrator, approved user join request.
6 7 8 |
# File 'lib/tdlib/types/chat_event_action/member_joined_by_request.rb', line 6 def approver_user_id @approver_user_id end |
#invite_link ⇒ TD::Types::ChatInviteLink?
Invite link used to join the chat; may be null.
6 7 8 |
# File 'lib/tdlib/types/chat_event_action/member_joined_by_request.rb', line 6 def invite_link @invite_link end |