Class: TD::Types::ChatJoinRequest

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/chat_join_request.rb

Overview

Describes a user that sent a join request and waits for administrator approval.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#bioTD::Types::String

A short bio of the user.

Returns:

  • (TD::Types::String)

    the current value of bio



7
8
9
# File 'lib/tdlib/types/chat_join_request.rb', line 7

def bio
  @bio
end

#dateInteger

Point in time (Unix timestamp) when the user sent the join request.

Returns:

  • (Integer)

    the current value of date



7
8
9
# File 'lib/tdlib/types/chat_join_request.rb', line 7

def date
  @date
end

#user_idInteger

User identifier.

Returns:

  • (Integer)

    the current value of user_id



7
8
9
# File 'lib/tdlib/types/chat_join_request.rb', line 7

def user_id
  @user_id
end