Class: TD::Types::ChatActionBar::JoinRequest

Inherits:
TD::Types::ChatActionBar show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#is_channelBoolean

True, if the join request was sent to a channel chat.

Returns:

  • (Boolean)

    the current value of is_channel



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

def is_channel
  @is_channel
end

#request_dateInteger

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

Returns:

  • (Integer)

    the current value of request_date



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

def request_date
  @request_date
end

#titleTD::Types::String

Title of the chat to which the join request was sent.

Returns:

  • (TD::Types::String)

    the current value of title



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

def title
  @title
end