Class TdApi.UpdateStoryDeleted

Enclosing class:
TdApi

public static class TdApi.UpdateStoryDeleted extends TdApi.Update
A story became inaccessible.
  • Field Details

    • storySenderChatId

      public long storySenderChatId
      Identifier of the chat that posted the story.
    • storyId

      public int storyId
      Story identifier.
    • CONSTRUCTOR

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

    • UpdateStoryDeleted

      public UpdateStoryDeleted()
      A story became inaccessible.
    • UpdateStoryDeleted

      public UpdateStoryDeleted(long storySenderChatId, int storyId)
      A story became inaccessible.
      Parameters:
      storySenderChatId - Identifier of the chat that posted the story.
      storyId - 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