Class: TD::Types::Update::ChatPendingJoinRequests

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/chat_pending_join_requests.rb

Overview

The chat pending join requests were changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idInteger

Chat identifier.

Returns:

  • (Integer)

    the current value of chat_id



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

def chat_id
  @chat_id
end

#pending_join_requestsTD::Types::ChatJoinRequestsInfo?

The new data about pending join requests; may be null.

Returns:



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

def pending_join_requests
  @pending_join_requests
end