Function tdlib_rs::functions::test_call_vector_string_object
source · pub async fn test_call_vector_string_object(
x: Vec<TestString>,
client_id: i32
) -> Result<TestVectorStringObject, Error>
Expand description
Returns the received vector of objects containing a string; for testing only. This is an offline method. Can be called before authorization
§Arguments
x
- Vector of objects to returnclient_id
- The client id to send the request to