Class TdApi.UpdateStorySendSucceeded

Enclosing class:
TdApi

public static class TdApi.UpdateStorySendSucceeded extends TdApi.Update
A story has been successfully sent.
  • Field Details

    • story

      public TdApi.Story story
      The sent story.
    • oldStoryId

      public int oldStoryId
      The previous temporary story identifier.
    • CONSTRUCTOR

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

    • UpdateStorySendSucceeded

      public UpdateStorySendSucceeded()
      A story has been successfully sent.
    • UpdateStorySendSucceeded

      public UpdateStorySendSucceeded(TdApi.Story story, int oldStoryId)
      A story has been successfully sent.
      Parameters:
      story - The sent story.
      oldStoryId - The previous temporary story identifier.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR