Class: TD::Types::ChatJoinRequests

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

Overview

Contains a list of requests to join a chat.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#requestsArray<TD::Types::ChatJoinRequest>

List of the requests.

Returns:



6
7
8
# File 'lib/tdlib/types/chat_join_requests.rb', line 6

def requests
  @requests
end

#total_countInteger

Approximate total number of requests found.

Returns:

  • (Integer)

    the current value of total_count



6
7
8
# File 'lib/tdlib/types/chat_join_requests.rb', line 6

def total_count
  @total_count
end