Class TdApi.StartLiveStoryResultFail

Enclosing class:
TdApi

public static class TdApi.StartLiveStoryResultFail extends TdApi.StartLiveStoryResult
The live story failed to post with an error to be handled.
  • Field Details

    • errorType

      public TdApi.CanPostStoryResult errorType
      Type of the error; other error types may be returned as regular errors.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • StartLiveStoryResultFail

      public StartLiveStoryResultFail()
      The live story failed to post with an error to be handled.
    • StartLiveStoryResultFail

      public StartLiveStoryResultFail(TdApi.CanPostStoryResult errorType)
      The live story failed to post with an error to be handled.
      Parameters:
      errorType - Type of the error; other error types may be returned as regular errors.
  • Method Details