Class TdApi.UpdateStoryPostSucceeded

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateStoryPostSucceeded
Enclosing class:
TdApi

public static class TdApi.UpdateStoryPostSucceeded extends TdApi.Update
A story has been successfully posted.
  • Field Details

    • story

      public TdApi.Story story
      The posted 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

    • UpdateStoryPostSucceeded

      public UpdateStoryPostSucceeded()
      A story has been successfully posted.
    • UpdateStoryPostSucceeded

      public UpdateStoryPostSucceeded(TdApi.Story story, int oldStoryId)
      A story has been successfully posted.
      Parameters:
      story - The posted 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