Class: TD::Types::ChatEventAction::MemberJoinedByInviteLink
- Inherits:
-
TD::Types::ChatEventAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatEventAction
- TD::Types::ChatEventAction::MemberJoinedByInviteLink
- Defined in:
- lib/tdlib/types/chat_event_action/member_joined_by_invite_link.rb
Overview
A new member joined the chat by an invite link.
Instance Attribute Summary collapse
-
#invite_link ⇒ TD::Types::ChatInviteLink
Invite link used to join the chat.
Method Summary
Methods inherited from Base
Instance Attribute Details
#invite_link ⇒ TD::Types::ChatInviteLink
Invite link used to join the chat.
5 6 7 |
# File 'lib/tdlib/types/chat_event_action/member_joined_by_invite_link.rb', line 5 def invite_link @invite_link end |