Method: MatrixSdk::Protocols::IS#identity_bulk_lookup
- Defined in:
- lib/matrix_sdk/protocols/is.rb
#identity_bulk_lookup(threepids) ⇒ Object
30 31 32 |
# File 'lib/matrix_sdk/protocols/is.rb', line 30 def identity_bulk_lookup(threepids) request(:post, :identity_api_v1, '/bulk_lookup', body: { threepids: threepids }) end |