Class: TD::Types::ChatActionBar::JoinRequest
- Inherits:
-
TD::Types::ChatActionBar
- Object
- Dry::Struct
- Base
- TD::Types::ChatActionBar
- TD::Types::ChatActionBar::JoinRequest
- Defined in:
- lib/tdlib/types/chat_action_bar/join_request.rb
Overview
The chat is a private chat with an administrator of a chat to which the user sent join request.
Instance Attribute Summary collapse
-
#is_channel ⇒ Boolean
True, if the join request was sent to a channel chat.
-
#request_date ⇒ Integer
Point in time (Unix timestamp) when the join request was sent.
-
#title ⇒ TD::Types::String
Title of the chat to which the join request was sent.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_channel ⇒ Boolean
True, if the join request was sent to a channel chat.
7 8 9 |
# File 'lib/tdlib/types/chat_action_bar/join_request.rb', line 7 def is_channel @is_channel end |
#request_date ⇒ Integer
Point in time (Unix timestamp) when the join request was sent.
7 8 9 |
# File 'lib/tdlib/types/chat_action_bar/join_request.rb', line 7 def request_date @request_date end |
#title ⇒ TD::Types::String
Title of the chat to which the join request was sent.
7 8 9 |
# File 'lib/tdlib/types/chat_action_bar/join_request.rb', line 7 def title @title end |