Class TdApi.InputStoryAreaTypePreviousVenue

Enclosing class:
TdApi

public static class TdApi.InputStoryAreaTypePreviousVenue extends TdApi.InputStoryAreaType
An area pointing to a venue already added to the story.
  • Field Details

    • venueProvider

      public String venueProvider
      Provider of the venue.
    • venueId

      public String venueId
      Identifier of the venue in the provider database.
    • CONSTRUCTOR

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

    • InputStoryAreaTypePreviousVenue

      public InputStoryAreaTypePreviousVenue()
      An area pointing to a venue already added to the story.
    • InputStoryAreaTypePreviousVenue

      public InputStoryAreaTypePreviousVenue(String venueProvider, String venueId)
      An area pointing to a venue already added to the story.
      Parameters:
      venueProvider - Provider of the venue.
      venueId - Identifier of the venue in the provider database.
  • 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