Class: TD::Types::SupergroupMembersFilter::Contacts

Inherits:
TD::Types::SupergroupMembersFilter show all
Defined in:
lib/tdlib/types/supergroup_members_filter/contacts.rb

Overview

Returns contacts of the user, which are members of the supergroup or channel.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#queryString

Query to search for.

Returns:

  • (String)

    the current value of query



5
6
7
# File 'lib/tdlib/types/supergroup_members_filter/contacts.rb', line 5

def query
  @query
end