Class: TD::Types::ChatInviteLinkMember

Inherits:
Base
  • Object
show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#joined_chat_dateInteger

Point in time (Unix timestamp) when the user joined the chat.

Returns:

  • (Integer)

    the current value of joined_chat_date



6
7
8
# File 'lib/tdlib/types/chat_invite_link_member.rb', line 6

def joined_chat_date
  @joined_chat_date
end

#user_idInteger

User identifier.

Returns:

  • (Integer)

    the current value of user_id



6
7
8
# File 'lib/tdlib/types/chat_invite_link_member.rb', line 6

def user_id
  @user_id
end