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 via an invite link.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#approver_user_idInteger

User identifier of the chat administrator, approved user join request.

Returns:

  • (Integer)

    the current value of approver_user_id



9
10
11
# File 'lib/tdlib/types/chat_invite_link_member.rb', line 9

def approver_user_id
  @approver_user_id
end

#joined_chat_dateInteger

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

Returns:

  • (Integer)

    the current value of joined_chat_date



9
10
11
# File 'lib/tdlib/types/chat_invite_link_member.rb', line 9

def joined_chat_date
  @joined_chat_date
end

#user_idInteger

User identifier.

Returns:

  • (Integer)

    the current value of user_id



9
10
11
# File 'lib/tdlib/types/chat_invite_link_member.rb', line 9

def user_id
  @user_id
end

True, if the user has joined the chat using an invite link for a chat folder.

Returns:

  • (Boolean)

    the current value of via_chat_folder_invite_link



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