Class: TD::Types::ChatInviteLinkMember
- Defined in:
- lib/tdlib/types/chat_invite_link_member.rb
Overview
Describes a chat member joined a chat via an invite link.
Instance Attribute Summary collapse
-
#approver_user_id ⇒ Integer
User identifier of the chat administrator, approved user join request.
-
#joined_chat_date ⇒ Integer
Point in time (Unix timestamp) when the user joined the chat.
-
#user_id ⇒ Integer
User identifier.
-
#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
#approver_user_id ⇒ Integer
User identifier of the chat administrator, approved user join request.
9 10 11 |
# File 'lib/tdlib/types/chat_invite_link_member.rb', line 9 def approver_user_id @approver_user_id end |
#joined_chat_date ⇒ Integer
Point in time (Unix timestamp) when the user joined the chat.
9 10 11 |
# File 'lib/tdlib/types/chat_invite_link_member.rb', line 9 def joined_chat_date @joined_chat_date end |
#user_id ⇒ Integer
User identifier.
9 10 11 |
# File 'lib/tdlib/types/chat_invite_link_member.rb', line 9 def user_id @user_id end |
#via_chat_folder_invite_link ⇒ Boolean
True, if the user has joined the chat using an invite link for a chat folder.
9 10 11 |
# File 'lib/tdlib/types/chat_invite_link_member.rb', line 9 def via_chat_folder_invite_link @via_chat_folder_invite_link end |