Class: TD::Types::ChatJoinRequest
- 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
-
#bio ⇒ TD::Types::String
A short bio of the user.
-
#date ⇒ Integer
Point in time (Unix timestamp) when the user sent the join request.
-
#user_id ⇒ Integer
User identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#bio ⇒ TD::Types::String
A short bio of the user.
7 8 9 |
# File 'lib/tdlib/types/chat_join_request.rb', line 7 def bio @bio end |
#date ⇒ Integer
Point in time (Unix timestamp) when the user sent the join request.
7 8 9 |
# File 'lib/tdlib/types/chat_join_request.rb', line 7 def date @date end |
#user_id ⇒ Integer
User identifier.
7 8 9 |
# File 'lib/tdlib/types/chat_join_request.rb', line 7 def user_id @user_id end |