Interface WebhookMessageServiceSrv.Iface

All Known Implementing Classes:
WebhookMessageServiceSrv.Client
Enclosing class:
WebhookMessageServiceSrv

public static interface WebhookMessageServiceSrv.Iface
  • Method Summary

    Modifier and Type Method Description
    void resend​(long webhook_id, String source_id, long event_id)
    Переотправить сообщение, отправка которого провалилась
  • Method Details

    • resend

      void resend​(long webhook_id, String source_id, long event_id) throws WebhookNotFound, org.apache.thrift.TException
      Переотправить сообщение, отправка которого провалилась
      Parameters:
      webhook_id -
      source_id -
      event_id -
      Throws:
      WebhookNotFound
      org.apache.thrift.TException