Class: TD::Types::ChatInviteLinkMember
- Defined in:
- lib/tdlib/types/chat_invite_link_member.rb
Overview
Describes a chat member joined a chat by an invite link.
Instance Attribute Summary collapse
-
#joined_chat_date ⇒ Integer
Point in time (Unix timestamp) when the user joined the chat.
-
#user_id ⇒ Integer
User identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#joined_chat_date ⇒ Integer
Point in time (Unix timestamp) when the user joined the chat.
6 7 8 |
# File 'lib/tdlib/types/chat_invite_link_member.rb', line 6 def joined_chat_date @joined_chat_date end |
#user_id ⇒ Integer
User identifier.
6 7 8 |
# File 'lib/tdlib/types/chat_invite_link_member.rb', line 6 def user_id @user_id end |