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 via an invite link.
Instance Attribute Summary collapse
-
#invite_link ⇒ TD::Types::ChatInviteLink
Invite link used to join the chat.
-
#via_chat_folder_invite_link ⇒ Boolean
True, if the user has joined the chat using an invite link for a chat folder.
Method Summary
Methods inherited from Base
Instance Attribute Details
#invite_link ⇒ TD::Types::ChatInviteLink
Invite link used to join the chat.
7 8 9 |
# File 'lib/tdlib/types/chat_event_action/member_joined_by_invite_link.rb', line 7 def invite_link @invite_link end |
#via_chat_folder_invite_link ⇒ Boolean
True, if the user has joined the chat using an invite link for a chat folder.
7 8 9 |
# File 'lib/tdlib/types/chat_event_action/member_joined_by_invite_link.rb', line 7 def via_chat_folder_invite_link @via_chat_folder_invite_link end |