haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.SearchPublicStoriesByVenue

Synopsis

Documentation

data SearchPublicStoriesByVenue Source #

Searches for public stories from the given venue. For optimal performance, the number of returned stories is chosen by TDLib and can be smaller than the specified limit. Returns FoundStories

Constructors

SearchPublicStoriesByVenue 

Fields

  • venue_provider :: Maybe Text

    Provider of the venue

  • venue_id :: Maybe Text

    Identifier of the venue in the provider database

  • offset :: Maybe Text

    Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results

  • limit :: Maybe Int

    The maximum number of stories to be returned; up to 100. For optimal performance, the number of returned stories is chosen by TDLib and can be smaller than the specified limit