--- title: danog\MadelineProto\MTProtoSession\Reliable: Manages responses. description: --- # `danog\MadelineProto\MTProtoSession\Reliable` [Back to index](../../../index.md) > Author: Daniil Gentili Manages responses. --- Generated by [danog/phpdoc](https://phpdoc.daniil.it). ## Method list: * `sendMsgsStateInfo(string|int $req_msg_id, array $msg_ids): \Generator` ## Methods: ### `sendMsgsStateInfo(string|int $req_msg_id, array $msg_ids): \Generator` Send state info for message IDs. Parameters: * `$req_msg_id`: `string|int` Message ID of msgs_state_req that initiated this * `$msg_ids`: `array` Message IDs to send info about #### See also: * `\Generator`