You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function get_status($msg_id) {
// Запрашиваем статус конкретного сообщения по ID
$sms = Array('MessageId' => $msg_id);
$status = $this->client->GetMessageStatus($sms);
return $status->GetMessageStatusResult;
}
The text was updated successfully, but these errors were encountered:
Please also get the status of the sms.
The text was updated successfully, but these errors were encountered: