> ## Documentation Index
> Fetch the complete documentation index at: https://generaltranslation.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# फ़िल्टर किए गए पोस्ट्स स्ट्रीम करें

> सक्रिय नियम-समूह से मेल खाने वाली पोस्ट्स को रीयल-टाइम में स्ट्रीम करता है।



## OpenAPI

````yaml /hi/openapi.json GET /2/tweets/search/stream
openapi: 3.0.0
info:
  description: X API v2 के उपलब्ध एंडपॉइंट्स
  version: '2.157'
  title: X API v2
  termsOfService: https://developer.x.com/en/developer-terms/agreement-and-policy.html
  contact:
    name: X Developers
    url: https://developer.x.com/
  license:
    name: X Developer Agreement and Policy
    url: https://developer.x.com/en/developer-terms/agreement-and-policy.html
servers:
  - description: X API
    url: https://api.x.com
security: []
tags:
  - name: Account Activity
    description: AAA सदस्यताओं को प्राप्त करने और प्रबंधित करने से संबंधित एंडपॉइंट
    externalDocs:
      description: और जानें
      url: >-
        https://docs.x.com/x-api/enterprise-gnip-2.0/fundamentals/account-activity
  - name: Bookmarks
    description: >-
      किसी उपयोगकर्ता के बुकमार्क प्राप्त करने और प्रबंधित करने से संबंधित
      एंडपॉइंट
    externalDocs:
      description: और जानें
      url: https://developer.twitter.com/en/docs/twitter-api/bookmarks
  - name: Compliance
    description: आपके सिस्टम में X डेटा को अनुपालक बनाए रखने से संबंधित एंडपॉइंट
    externalDocs:
      description: और जानें
      url: >-
        https://developer.twitter.com/en/docs/twitter-api/compliance/batch-tweet/introduction
  - name: Connections
    description: स्ट्रीमिंग कनेक्शनों से संबंधित एंडपॉइंट
    externalDocs:
      description: और जानें
      url: https://developer.x.com/en/docs/x-api/connections
  - name: Direct Messages
    description: Direct Messages को प्राप्त करने और प्रबंधित करने से संबंधित एंडपॉइंट
    externalDocs:
      description: और जानें
      url: https://developer.twitter.com/en/docs/twitter-api/direct-messages
  - name: General
    description: सामान्य API कार्यक्षमता के लिए विविध एंडपॉइंट
    externalDocs:
      description: और जानें
      url: https://developer.twitter.com/en/docs/twitter-api
  - name: Lists
    description: सूचियों को प्राप्त करने और प्रबंधित करने से संबंधित एंडपॉइंट
    externalDocs:
      description: और जानें
      url: https://developer.twitter.com/en/docs/twitter-api/lists
  - name: Media
    description: Media से संबंधित एंडपॉइंट
    externalDocs:
      description: और जानें
      url: https://developer.x.com
  - name: MediaUpload
    description: Media अपलोड करने से संबंधित एंडपॉइंट
    externalDocs:
      description: और जानें
      url: https://developer.x.com
  - name: News
    description: समाचार स्टोरीज़ प्राप्त करने के लिए एंडपॉइंट
    externalDocs:
      description: और जानें
      url: https://developer.twitter.com/en/docs/twitter-api/news
  - name: Spaces
    description: Spaces को प्राप्त करने और प्रबंधित करने से संबंधित एंडपॉइंट
    externalDocs:
      description: और जानें
      url: https://developer.twitter.com/en/docs/twitter-api/spaces
  - name: Stream
    description: स्ट्रीमिंग से संबंधित एंडपॉइंट
    externalDocs:
      description: और जानें
      url: https://developer.x.com
  - name: Tweets
    description: Tweets को प्राप्त करने, खोजने और संशोधित करने से संबंधित एंडपॉइंट
    externalDocs:
      description: और जानें
      url: https://developer.twitter.com/en/docs/twitter-api/tweets/lookup
  - name: Users
    description: Users के संबंधों को प्राप्त करने और प्रबंधित करने से संबंधित एंडपॉइंट
    externalDocs:
      description: और जानें
      url: https://developer.twitter.com/en/docs/twitter-api/users/lookup
paths:
  /2/tweets/search/stream:
    get:
      tags:
        - Stream
        - Tweets
      summary: फ़िल्टर किए गए पोस्ट्स स्ट्रीम करें
      description: >-
        सक्रिय नियम-समूह से मेल खाने वाली पोस्ट्स को रीयल-टाइम में स्ट्रीम करता
        है।
      operationId: streamPosts
      parameters:
        - name: backfill_minutes
          in: query
          description: अनुरोधित बैकफिल के मिनटों की संख्या।
          required: false
          schema:
            type: integer
            minimum: 0
            maximum: 5
            format: int32
          style: form
        - name: start_time
          in: query
          description: >-
            YYYY-MM-DDTHH:mm:ssZ. वह सबसे प्रारंभिक UTC टाइमस्टैम्प, जिससे
            पोस्ट्स प्रदान की जाएँगी।
          required: false
          example: '2021-02-01T18:40:40.000Z'
          schema:
            type: string
            format: date-time
          style: form
        - name: end_time
          in: query
          description: >-
            YYYY-MM-DDTHH:mm:ssZ. वह नवीनतम UTC टाइमस्टैम्प, तक जिससे पोस्ट्स
            प्रदान की जाएँगी।
          required: false
          example: '2021-02-14T18:40:40.000Z'
          schema:
            type: string
            format: date-time
          style: form
        - $ref: '#/components/parameters/TweetFieldsParameter'
        - $ref: '#/components/parameters/TweetExpansionsParameter'
        - $ref: '#/components/parameters/MediaFieldsParameter'
        - $ref: '#/components/parameters/PollFieldsParameter'
        - $ref: '#/components/parameters/UserFieldsParameter'
        - $ref: '#/components/parameters/PlaceFieldsParameter'
      responses:
        '200':
          description: अनुरोध सफल रहा है।
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/FilteredStreamingTweetResponse'
        default:
          description: अनुरोध विफल रहा है।
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
            application/problem+json:
              schema:
                $ref: '#/components/schemas/Problem'
      security:
        - BearerToken: []
      externalDocs:
        url: >-
          https://developer.twitter.com/en/docs/twitter-api/tweets/filtered-stream/api-reference/get-tweets-search-stream
components:
  parameters:
    TweetFieldsParameter:
      name: tweet.fields
      in: query
      description: दिखाने के लिए Tweet फ़ील्ड्स की अल्पविराम से अलग की गई सूची।
      required: false
      schema:
        type: array
        description: Tweet ऑब्जेक्ट के लिए उपलब्ध फ़ील्ड्स।
        minItems: 1
        uniqueItems: true
        items:
          type: string
          enum:
            - article
            - attachments
            - author_id
            - card_uri
            - community_id
            - context_annotations
            - conversation_id
            - created_at
            - display_text_range
            - edit_controls
            - edit_history_tweet_ids
            - entities
            - geo
            - id
            - in_reply_to_user_id
            - lang
            - media_metadata
            - non_public_metrics
            - note_tweet
            - organic_metrics
            - possibly_sensitive
            - promoted_metrics
            - public_metrics
            - referenced_tweets
            - reply_settings
            - scopes
            - source
            - suggested_source_links
            - suggested_source_links_with_counts
            - text
            - withheld
        example:
          - article
          - attachments
          - author_id
          - card_uri
          - community_id
          - context_annotations
          - conversation_id
          - created_at
          - display_text_range
          - edit_controls
          - edit_history_tweet_ids
          - entities
          - geo
          - id
          - in_reply_to_user_id
          - lang
          - media_metadata
          - non_public_metrics
          - note_tweet
          - organic_metrics
          - possibly_sensitive
          - promoted_metrics
          - public_metrics
          - referenced_tweets
          - reply_settings
          - scopes
          - source
          - suggested_source_links
          - suggested_source_links_with_counts
          - text
          - withheld
      explode: false
      style: form
    TweetExpansionsParameter:
      name: expansions
      in: query
      description: विस्तार के लिए फ़ील्ड्स की अल्पविराम से अलग की गई सूची।
      schema:
        type: array
        description: >-
          [Tweet](#Tweet) ऑब्जेक्ट के लिए उन फ़ील्ड्स की सूची जिनका आप विस्तार
          कर सकते हैं। अगर किसी फ़ील्ड में ID है, तो उसका विस्तार करके उसे पूर्ण
          ऑब्जेक्ट के रूप में प्राप्त किया जा सकता है।
        minItems: 1
        uniqueItems: true
        items:
          type: string
          enum:
            - article.cover_media
            - article.media_entities
            - attachments.media_keys
            - attachments.media_source_tweet
            - attachments.poll_ids
            - author_id
            - edit_history_tweet_ids
            - entities.mentions.username
            - geo.place_id
            - in_reply_to_user_id
            - entities.note.mentions.username
            - referenced_tweets.id
            - referenced_tweets.id.attachments.media_keys
            - referenced_tweets.id.author_id
        example:
          - article.cover_media
          - article.media_entities
          - attachments.media_keys
          - attachments.media_source_tweet
          - attachments.poll_ids
          - author_id
          - edit_history_tweet_ids
          - entities.mentions.username
          - geo.place_id
          - in_reply_to_user_id
          - entities.note.mentions.username
          - referenced_tweets.id
          - referenced_tweets.id.attachments.media_keys
          - referenced_tweets.id.author_id
      explode: false
      style: form
    MediaFieldsParameter:
      name: media.fields
      in: query
      description: प्रदर्शित करने के लिए Media फ़ील्ड्स की अल्पविराम-से-अलग सूची।
      required: false
      schema:
        type: array
        description: Media ऑब्जेक्ट के लिए उपलब्ध फ़ील्ड्स।
        minItems: 1
        uniqueItems: true
        items:
          type: string
          enum:
            - alt_text
            - duration_ms
            - height
            - media_key
            - non_public_metrics
            - organic_metrics
            - preview_image_url
            - promoted_metrics
            - public_metrics
            - type
            - url
            - variants
            - width
        example:
          - alt_text
          - duration_ms
          - height
          - media_key
          - non_public_metrics
          - organic_metrics
          - preview_image_url
          - promoted_metrics
          - public_metrics
          - type
          - url
          - variants
          - width
      explode: false
      style: form
    PollFieldsParameter:
      name: poll.fields
      in: query
      description: प्रदर्शित करने के लिए Poll फ़ील्ड्स की अल्पविराम-से-अलग सूची।
      required: false
      schema:
        type: array
        description: Poll ऑब्जेक्ट के लिए उपलब्ध फ़ील्ड्स।
        minItems: 1
        uniqueItems: true
        items:
          type: string
          enum:
            - duration_minutes
            - end_datetime
            - id
            - options
            - voting_status
        example:
          - duration_minutes
          - end_datetime
          - id
          - options
          - voting_status
      explode: false
      style: form
    UserFieldsParameter:
      name: user.fields
      in: query
      description: दिखाने के लिए User फ़ील्ड्स की अल्पविराम से अलग की गई सूची।
      required: false
      schema:
        type: array
        description: User ऑब्जेक्ट के लिए उपलब्ध फ़ील्ड्स।
        minItems: 1
        uniqueItems: true
        items:
          type: string
          enum:
            - affiliation
            - confirmed_email
            - connection_status
            - created_at
            - description
            - entities
            - id
            - is_identity_verified
            - location
            - most_recent_tweet_id
            - name
            - parody
            - pinned_tweet_id
            - profile_banner_url
            - profile_image_url
            - protected
            - public_metrics
            - receives_your_dm
            - subscription
            - subscription_type
            - url
            - username
            - verified
            - verified_followers_count
            - verified_type
            - withheld
        example:
          - affiliation
          - confirmed_email
          - connection_status
          - created_at
          - description
          - entities
          - id
          - is_identity_verified
          - location
          - most_recent_tweet_id
          - name
          - parody
          - pinned_tweet_id
          - profile_banner_url
          - profile_image_url
          - protected
          - public_metrics
          - receives_your_dm
          - subscription
          - subscription_type
          - url
          - username
          - verified
          - verified_followers_count
          - verified_type
          - withheld
      explode: false
      style: form
    PlaceFieldsParameter:
      name: place.fields
      in: query
      description: प्रदर्शित करने के लिए Place फ़ील्ड्स की अल्पविराम-से-अलग सूची।
      required: false
      schema:
        type: array
        description: Place ऑब्जेक्ट के लिए उपलब्ध फ़ील्ड्स।
        minItems: 1
        uniqueItems: true
        items:
          type: string
          enum:
            - contained_within
            - country
            - country_code
            - full_name
            - geo
            - id
            - name
            - place_type
        example:
          - contained_within
          - country
          - country_code
          - full_name
          - geo
          - id
          - name
          - place_type
      explode: false
      style: form
  schemas:
    FilteredStreamingTweetResponse:
      type: object
      description: >-
        एक Tweet या त्रुटि, जिसे streaming Tweet API द्वारा लौटाया जा सकता है।
        सफलतापूर्वक स्ट्रीम किए गए Tweet के साथ लौटाए गए मानों में वे नियम शामिल
        होते हैं, जो उपयोगकर्ता ने दिए थे और जिनसे Tweet मेल खाता था।
      properties:
        data:
          $ref: '#/components/schemas/Tweet'
        errors:
          type: array
          minItems: 1
          items:
            $ref: '#/components/schemas/Problem'
        includes:
          $ref: '#/components/schemas/Expansions'
        matching_rules:
          type: array
          description: उन नियमों की सूची जिनसे Tweet मेल खाता है
          items:
            type: object
            required:
              - id
            properties:
              id:
                $ref: '#/components/schemas/RuleId'
              tag:
                $ref: '#/components/schemas/RuleTag'
    Error:
      type: object
      required:
        - code
        - message
      properties:
        code:
          type: integer
          format: int32
        message:
          type: string
    Problem:
      type: object
      description: >-
        IETF RFC 7807 (https://tools.ietf.org/html/rfc7807) में परिभाषित एक HTTP
        Problem Details ऑब्जेक्ट।
      required:
        - type
        - title
      properties:
        detail:
          type: string
        status:
          type: integer
        title:
          type: string
        type:
          type: string
      discriminator:
        propertyName: type
        mapping:
          about:blank:
            $ref: '#/components/schemas/GenericProblem'
          https://api.twitter.com/2/problems/client-disconnected:
            $ref: '#/components/schemas/ClientDisconnectedProblem'
          https://api.twitter.com/2/problems/client-forbidden:
            $ref: '#/components/schemas/ClientForbiddenProblem'
          https://api.twitter.com/2/problems/conflict:
            $ref: '#/components/schemas/ConflictProblem'
          https://api.twitter.com/2/problems/disallowed-resource:
            $ref: '#/components/schemas/DisallowedResourceProblem'
          https://api.twitter.com/2/problems/duplicate-rules:
            $ref: '#/components/schemas/DuplicateRuleProblem'
          https://api.twitter.com/2/problems/invalid-request:
            $ref: '#/components/schemas/InvalidRequestProblem'
          https://api.twitter.com/2/problems/invalid-rules:
            $ref: '#/components/schemas/InvalidRuleProblem'
          https://api.twitter.com/2/problems/noncompliant-rules:
            $ref: '#/components/schemas/NonCompliantRulesProblem'
          https://api.twitter.com/2/problems/not-authorized-for-field:
            $ref: '#/components/schemas/FieldUnauthorizedProblem'
          https://api.twitter.com/2/problems/not-authorized-for-resource:
            $ref: '#/components/schemas/ResourceUnauthorizedProblem'
          https://api.twitter.com/2/problems/operational-disconnect:
            $ref: '#/components/schemas/OperationalDisconnectProblem'
          https://api.twitter.com/2/problems/resource-not-found:
            $ref: '#/components/schemas/ResourceNotFoundProblem'
          https://api.twitter.com/2/problems/resource-unavailable:
            $ref: '#/components/schemas/ResourceUnavailableProblem'
          https://api.twitter.com/2/problems/rule-cap:
            $ref: '#/components/schemas/RulesCapProblem'
          https://api.twitter.com/2/problems/streaming-connection:
            $ref: '#/components/schemas/ConnectionExceptionProblem'
          https://api.twitter.com/2/problems/unsupported-authentication:
            $ref: '#/components/schemas/UnsupportedAuthenticationProblem'
          https://api.twitter.com/2/problems/usage-capped:
            $ref: '#/components/schemas/UsageCapExceededProblem'
    Tweet:
      type: object
      properties:
        attachments:
          type: object
          description: >-
            यह निर्दिष्ट करता है कि इस Tweet में किस type के अटैचमेंट्स (यदि कोई
            हों) मौजूद हैं।
          properties:
            media_keys:
              type: array
              description: >-
                प्रत्येक मीडिया अटैचमेंट के लिए Media Keys की एक सूची (यदि
                मीडिया अटैच किया गया हो)।
              minItems: 1
              items:
                $ref: '#/components/schemas/MediaKey'
            media_source_tweet_id:
              type: array
              description: >-
                उन पोस्ट्स की एक सूची जिनमें इस Tweet का मीडिया मूल रूप से पोस्ट
                किया गया था। उदाहरण के लिए, यदि किसी Tweet का मीडिया किसी दूसरे
                Tweet में फिर से इस्तेमाल किया जाता है, तो यह मूल स्रोत Tweet को
                संदर्भित करता है।
              minItems: 1
              items:
                $ref: '#/components/schemas/TweetId'
            poll_ids:
              type: array
              description: poll id की एक सूची (यदि polls अटैच किए गए हों)।
              minItems: 1
              items:
                $ref: '#/components/schemas/PollId'
        author_id:
          $ref: '#/components/schemas/UserId'
        community_id:
          $ref: '#/components/schemas/CommunityId'
        context_annotations:
          type: array
          minItems: 1
          items:
            $ref: '#/components/schemas/ContextAnnotation'
        conversation_id:
          $ref: '#/components/schemas/TweetId'
        created_at:
          type: string
          description: Tweet के बनाए जाने का समय।
          format: date-time
          example: '2021-01-06T18:40:40.000Z'
        display_text_range:
          $ref: '#/components/schemas/DisplayTextRange'
        edit_controls:
          type: object
          required:
            - is_edit_eligible
            - editable_until
            - edits_remaining
          properties:
            editable_until:
              type: string
              description: वह समय जिसके बाद Tweet को संपादित नहीं किया जा सकता।
              format: date-time
              example: '2021-01-06T18:40:40.000Z'
            edits_remaining:
              type: integer
              description: इस Tweet को संपादित किए जा सकने की संख्या।
            is_edit_eligible:
              type: boolean
              description: यह दर्शाता है कि इस Tweet को संपादित किया जा सकता है या नहीं।
              example: false
        edit_history_tweet_ids:
          type: array
          description: इस Tweet शृंखला में Tweet id की एक सूची।
          minItems: 1
          items:
            $ref: '#/components/schemas/TweetId'
        entities:
          $ref: '#/components/schemas/FullTextEntities'
        geo:
          type: object
          description: >-
            Tweet पर टैग किया गया स्थान, यदि उपयोगकर्ता ने कोई स्थान प्रदान किया
            हो।
          properties:
            coordinates:
              $ref: '#/components/schemas/Point'
            place_id:
              $ref: '#/components/schemas/PlaceId'
        id:
          $ref: '#/components/schemas/TweetId'
        in_reply_to_user_id:
          $ref: '#/components/schemas/UserId'
        lang:
          type: string
          description: >-
            Tweet की भाषा, यदि X ने उसका पता लगाया हो। इसे BCP47 भाषा टैग के रूप
            में लौटाया जाता है।
          example: en
        non_public_metrics:
          type: object
          description: अनुरोध के समय Tweet के लिए गैर-सार्वजनिक सहभागिता मेट्रिक्स।
          properties:
            impression_count:
              type: integer
              description: इस Tweet को देखे जाने की संख्या।
              format: int32
        note_tweet:
          type: object
          description: >-
            Tweet की पूरी सामग्री, जिसमें 280 वर्णों से आगे का टेक्स्ट भी शामिल
            है।
          properties:
            entities:
              type: object
              properties:
                cashtags:
                  type: array
                  minItems: 1
                  items:
                    $ref: '#/components/schemas/CashtagEntity'
                hashtags:
                  type: array
                  minItems: 1
                  items:
                    $ref: '#/components/schemas/HashtagEntity'
                mentions:
                  type: array
                  minItems: 1
                  items:
                    $ref: '#/components/schemas/MentionEntity'
                urls:
                  type: array
                  minItems: 1
                  items:
                    $ref: '#/components/schemas/UrlEntity'
            text:
              $ref: '#/components/schemas/NoteTweetText'
        organic_metrics:
          type: object
          description: >-
            अनुरोध के समय Tweet के लिए ऑर्गैनिक गैर-सार्वजनिक सहभागिता
            मेट्रिक्स।
          required:
            - impression_count
            - retweet_count
            - reply_count
            - like_count
          properties:
            impression_count:
              type: integer
              description: इस Tweet को देखे जाने की संख्या।
            like_count:
              type: integer
              description: इस Tweet को पसंद किए जाने की संख्या।
            reply_count:
              type: integer
              description: इस Tweet पर जवाब दिए जाने की संख्या।
            retweet_count:
              type: integer
              description: इस Tweet को Retweet किए जाने की संख्या।
        possibly_sensitive:
          type: boolean
          description: >-
            यह दर्शाता है कि क्या इस Tweet में संवेदनशील के रूप में चिह्नित URLs
            शामिल हैं, जैसे कि वयस्क दर्शकों के लिए उपयुक्त सामग्री।
          example: false
        promoted_metrics:
          type: object
          description: >-
            अनुरोध के समय Tweet के लिए प्रमोटेड गैर-सार्वजनिक सहभागिता
            मेट्रिक्स।
          properties:
            impression_count:
              type: integer
              description: इस Tweet को देखे जाने की संख्या।
              format: int32
            like_count:
              type: integer
              description: इस Tweet को पसंद किए जाने की संख्या।
              format: int32
            reply_count:
              type: integer
              description: इस Tweet पर जवाब दिए जाने की संख्या।
              format: int32
            retweet_count:
              type: integer
              description: इस Tweet को Retweet किए जाने की संख्या।
              format: int32
        public_metrics:
          type: object
          description: अनुरोध के समय Tweet के लिए सहभागिता मेट्रिक्स।
          required:
            - retweet_count
            - reply_count
            - like_count
            - impression_count
            - bookmark_count
          properties:
            bookmark_count:
              type: integer
              description: इस Tweet को बुकमार्क किए जाने की संख्या।
              format: int32
            impression_count:
              type: integer
              description: इस Tweet को कितनी बार देखा गया है।
              format: int32
            like_count:
              type: integer
              description: इस Tweet को कितनी बार पसंद किया गया है।
            quote_count:
              type: integer
              description: इस Tweet को कितनी बार Quote किया गया है।
            reply_count:
              type: integer
              description: इस Tweet का कितनी बार जवाब दिया गया है।
            retweet_count:
              type: integer
              description: इस Tweet को कितनी बार Retweet किया गया है।
        referenced_tweets:
          type: array
          description: >-
            उन पोस्ट्स की सूची जिनका यह Tweet संदर्भ देता है। उदाहरण के लिए, यदि
            मूल Tweet एक Retweet, एक Quoted Tweet या एक Reply है, तो इसमें उसके
            मूल द्वारा संदर्भित संबंधित Tweet शामिल होगा।
          minItems: 1
          items:
            type: object
            required:
              - type
              - id
            properties:
              id:
                $ref: '#/components/schemas/TweetId'
              type:
                type: string
                enum:
                  - retweeted
                  - quoted
                  - replied_to
        reply_settings:
          $ref: '#/components/schemas/ReplySettingsWithVerifiedUsers'
        scopes:
          type: object
          description: इस Tweet के लिए scopes
          properties:
            followers:
              type: boolean
              description: >-
                यह बताता है कि क्या यह Tweet, Tweet ID के बिना, फ़ॉलोअर्स को
                दिखाई दे सकता है
              example: false
        source:
          type: string
          description: यह अप्रचलित है।
        suggested_source_links:
          type: array
          minItems: 0
          items:
            $ref: '#/components/schemas/UrlEntity'
        suggested_source_links_with_counts:
          type: object
          description: >-
            सुझाए गए स्रोत लिंक और प्रत्येक लिंक को शामिल करने वाले अनुरोधों की
            संख्या।
          properties:
            count:
              type: integer
              description: उन note requests की संख्या जिनमें source link शामिल था।
            url:
              $ref: '#/components/schemas/UrlEntity'
        text:
          $ref: '#/components/schemas/TweetText'
        username:
          $ref: '#/components/schemas/UserName'
        withheld:
          $ref: '#/components/schemas/TweetWithheld'
      example:
        author_id: '2244994945'
        created_at: Wed Jan 06 18:40:40 +0000 2021
        id: '1346889436626259968'
        text: >-
          Learn how to use the user Tweet timeline and user mention timeline
          endpoints in the X API v2 to explore Tweet\u2026
          https:\/\/t.co\/56a0vZUx7i
        username: XDevelopers
    Expansions:
      type: object
      properties:
        media:
          type: array
          minItems: 1
          items:
            $ref: '#/components/schemas/Media'
        places:
          type: array
          minItems: 1
          items:
            $ref: '#/components/schemas/Place'
        polls:
          type: array
          minItems: 1
          items:
            $ref: '#/components/schemas/Poll'
        topics:
          type: array
          minItems: 1
          items:
            $ref: '#/components/schemas/Topic'
        tweets:
          type: array
          minItems: 1
          items:
            $ref: '#/components/schemas/Tweet'
        users:
          type: array
          minItems: 1
          items:
            $ref: '#/components/schemas/User'
    RuleId:
      type: string
      description: इस rule का अद्वितीय पहचानकर्ता।
      pattern: ^[0-9]{1,19}$
      example: '120897978112909812'
    RuleTag:
      type: string
      description: उपयोगकर्ता द्वारा दिए गए rules को लेबल करने के लिए एक टैग।
      example: Non-retweeted coffee Posts
    GenericProblem:
      description: >-
        एक सामान्य समस्या, जिसमें HTTP स्टेटस कोड द्वारा दी गई जानकारी के
        अतिरिक्त कोई और जानकारी नहीं होती।
      allOf:
        - $ref: '#/components/schemas/Problem'
    ClientDisconnectedProblem:
      description: आपका क्लाइंट डिस्कनेक्ट हो गया है।
      allOf:
        - $ref: '#/components/schemas/Problem'
    ClientForbiddenProblem:
      description: >-
        ऐसी समस्या जो दर्शाती है कि आपका क्लाइंट यह अनुरोध करने के लिए अधिकृत
        नहीं है।
      allOf:
        - $ref: '#/components/schemas/Problem'
        - type: object
          properties:
            reason:
              type: string
              enum:
                - official-client-forbidden
                - client-not-enrolled
            registration_url:
              type: string
              format: uri
    ConflictProblem:
      description: यदि एक जॉब पहले से प्रगति में है, तो आप नई जॉब नहीं बना सकते।
      allOf:
        - $ref: '#/components/schemas/Problem'
    DisallowedResourceProblem:
      description: >-
        एक Problem जो दर्शाता है कि अनुरोधित resource इस API के सिद्धांतों का
        उल्लंघन करता है।
      allOf:
        - $ref: '#/components/schemas/Problem'
        - type: object
          required:
            - resource_id
            - resource_type
            - section
          properties:
            resource_id:
              type: string
            resource_type:
              type: string
              enum:
                - user
                - tweet
                - media
                - list
                - space
            section:
              type: string
              enum:
                - data
                - includes
    DuplicateRuleProblem:
      description: आपके द्वारा सबमिट किया गया नियम डुप्लिकेट है।
      allOf:
        - $ref: '#/components/schemas/Problem'
        - type: object
          properties:
            id:
              type: string
            value:
              type: string
    InvalidRequestProblem:
      description: ऐसी समस्या, जो बताती है कि यह अनुरोध अमान्य है।
      allOf:
        - $ref: '#/components/schemas/Problem'
        - type: object
          properties:
            errors:
              type: array
              minItems: 1
              items:
                type: object
                properties:
                  message:
                    type: string
                  parameters:
                    type: object
                    additionalProperties:
                      type: array
                      items:
                        type: string
    InvalidRuleProblem:
      description: आपके द्वारा सबमिट किया गया नियम अमान्य है।
      allOf:
        - $ref: '#/components/schemas/Problem'
    NonCompliantRulesProblem:
      description: ऐसी समस्या जो दर्शाती है कि यूज़र का नियम-समूह अनुपालन में नहीं है।
      allOf:
        - $ref: '#/components/schemas/Problem'
    FieldUnauthorizedProblem:
      description: >-
        ऐसी समस्या जो यह दर्शाती है कि आपको Tweet, उपयोगकर्ता आदि पर किसी विशेष
        फ़ील्ड को देखने की अनुमति नहीं है।
      allOf:
        - $ref: '#/components/schemas/Problem'
        - type: object
          required:
            - resource_type
            - field
            - section
          properties:
            field:
              type: string
            resource_type:
              type: string
              enum:
                - user
                - tweet
                - media
                - list
                - space
            section:
              type: string
              enum:
                - data
                - includes
    ResourceUnauthorizedProblem:
      description: >-
        ऐसी Problem जो दर्शाती है कि आपको किसी विशेष Tweet, User आदि को देखने की
        अनुमति नहीं है।
      allOf:
        - $ref: '#/components/schemas/Problem'
        - type: object
          required:
            - value
            - resource_id
            - resource_type
            - section
            - parameter
          properties:
            parameter:
              type: string
            resource_id:
              type: string
            resource_type:
              type: string
              enum:
                - user
                - tweet
                - media
                - list
                - space
            section:
              type: string
              enum:
                - data
                - includes
            value:
              type: string
    OperationalDisconnectProblem:
      description: परिचालन कारणों से आपका कनेक्शन डिस्कनेक्ट कर दिया गया है।
      allOf:
        - $ref: '#/components/schemas/Problem'
        - type: object
          properties:
            disconnect_type:
              type: string
              enum:
                - OperationalDisconnect
                - UpstreamOperationalDisconnect
                - ForceDisconnect
                - UpstreamUncleanDisconnect
                - SlowReader
                - InternalError
                - ClientApplicationStateDegraded
                - InvalidRules
    ResourceNotFoundProblem:
      description: ऐसी Problem जो दर्शाती है कि दिया गया Tweet, User आदि मौजूद नहीं है।
      allOf:
        - $ref: '#/components/schemas/Problem'
        - type: object
          required:
            - parameter
            - value
            - resource_id
            - resource_type
          properties:
            parameter:
              type: string
              minLength: 1
            resource_id:
              type: string
            resource_type:
              type: string
              enum:
                - user
                - tweet
                - media
                - list
                - space
            value:
              type: string
              description: मान फ़ील्ड के स्कीमा से मेल खाएगा।
    ResourceUnavailableProblem:
      description: >-
        ऐसी Problem जो दर्शाती है कि कोई विशेष Tweet, User आदि आपके लिए उपलब्ध
        नहीं है।
      allOf:
        - $ref: '#/components/schemas/Problem'
        - type: object
          required:
            - parameter
            - resource_id
            - resource_type
          properties:
            parameter:
              type: string
              minLength: 1
            resource_id:
              type: string
            resource_type:
              type: string
              enum:
                - user
                - tweet
                - media
                - list
                - space
    RulesCapProblem:
      description: आप rules की अधिकतम संख्या से अधिक हो गए हैं।
      allOf:
        - $ref: '#/components/schemas/Problem'
    ConnectionExceptionProblem:
      description: एक Problem जो दर्शाता है कि कनेक्शन में कुछ गड़बड़ी है।
      allOf:
        - $ref: '#/components/schemas/Problem'
        - type: object
          properties:
            connection_issue:
              type: string
              enum:
                - TooManyConnections
                - ProvisioningSubscription
                - RuleConfigurationIssue
                - RulesInvalidIssue
    UnsupportedAuthenticationProblem:
      description: ऐसी समस्या जो दर्शाती है कि उपयोग किया गया प्रमाणीकरण समर्थित नहीं है।
      allOf:
        - $ref: '#/components/schemas/Problem'
    UsageCapExceededProblem:
      description: ऐसी समस्या जो दर्शाती है कि उपयोग सीमा पार हो गई है।
      allOf:
        - $ref: '#/components/schemas/Problem'
        - type: object
          properties:
            period:
              type: string
              enum:
                - Daily
                - Monthly
            scope:
              type: string
              enum:
                - Account
                - Product
    MediaKey:
      type: string
      description: इस अटैचमेंट के लिए Media Key पहचानकर्ता।
      pattern: ^([0-9]+)_([0-9]+)$
    TweetId:
      type: string
      description: >-
        इस Tweet का विशिष्ट पहचानकर्ता। इसे स्ट्रिंग के रूप में लौटाया जाता है,
        ताकि उन भाषाओं और टूल्स में जटिलताओं से बचा जा सके जो बड़े पूर्णांकों को
        संभाल नहीं सकते।
      pattern: ^[0-9]{1,19}$
      example: '1346889436626259968'
    PollId:
      type: string
      description: इस Poll का अद्वितीय पहचानकर्ता।
      pattern: ^[0-9]{1,19}$
      example: '1365059861688410112'
    UserId:
      type: string
      description: >-
        इस उपयोगकर्ता का विशिष्ट पहचानकर्ता। इसे स्ट्रिंग के रूप में लौटाया जाता
        है, ताकि उन भाषाओं और टूल्स से जुड़ी जटिलताओं से बचा जा सके जो बड़े
        पूर्णांकों को संभाल नहीं सकते।
      pattern: ^[0-9]{1,19}$
      example: '2244994945'
    CommunityId:
      type: string
      description: इस Community का अद्वितीय पहचानकर्ता।
      pattern: ^[0-9]{1,19}$
      example: '1146654567674912769'
    ContextAnnotation:
      type: object
      description: Tweet के टेक्स्ट से अनुमानित annotation।
      required:
        - domain
        - entity
      properties:
        domain:
          $ref: '#/components/schemas/ContextAnnotationDomainFields'
        entity:
          $ref: '#/components/schemas/ContextAnnotationEntityFields'
    DisplayTextRange:
      type: array
      description: >-
        पोस्ट के उस टेक्स्ट भाग के लिए सीमा-परास (शुरुआती और अंतिम zero-based
        index) को दर्शाता है जो प्रदर्शित किया जाता है। `start`, `end` से छोटा
        होना चाहिए। शुरुआती index समावेशी है, अंतिम index अपवर्जी है।
      minItems: 2
      maxItems: 2
      items:
        type: integer
        minimum: 0
    FullTextEntities:
      type: object
      properties:
        annotations:
          type: array
          minItems: 1
          items:
            description: Tweet टेक्स्ट के आधार पर इकाइयों के लिए एनोटेशन।
            allOf:
              - $ref: '#/components/schemas/EntityIndicesInclusiveInclusive'
              - type: object
                description: एनोटेशन के लिए डेटा को दर्शाता है।
                properties:
                  normalized_text:
                    type: string
                    description: एनोटेशन निर्धारित करने के लिए उपयोग किया गया टेक्स्ट।
                    example: Barack Obama
                  probability:
                    type: number
                    description: एनोटेशन type के लिए कॉन्फिडेंस फ़ैक्टर।
                    minimum: 0
                    maximum: 1
                    format: double
                  type:
                    type: string
                    description: एनोटेशन type।
                    example: Person
        cashtags:
          type: array
          minItems: 1
          items:
            $ref: '#/components/schemas/CashtagEntity'
        hashtags:
          type: array
          minItems: 1
          items:
            $ref: '#/components/schemas/HashtagEntity'
        mentions:
          type: array
          minItems: 1
          items:
            $ref: '#/components/schemas/MentionEntity'
        urls:
          type: array
          minItems: 1
          items:
            $ref: '#/components/schemas/UrlEntity'
    Point:
      type: object
      description: >-
        एक [GeoJson Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)
        ज्यामिति ऑब्जेक्ट।
      required:
        - type
        - coordinates
      properties:
        coordinates:
          $ref: '#/components/schemas/Position'
        type:
          type: string
          enum:
            - Point
          example: Point
    PlaceId:
      type: string
      description: इस स्थान का पहचानकर्ता।
      example: f7eb2fa2fea288b1
    CashtagEntity:
      allOf:
        - $ref: '#/components/schemas/EntityIndicesInclusiveExclusive'
        - $ref: '#/components/schemas/CashtagFields'
    HashtagEntity:
      allOf:
        - $ref: '#/components/schemas/EntityIndicesInclusiveExclusive'
        - $ref: '#/components/schemas/HashtagFields'
    MentionEntity:
      allOf:
        - $ref: '#/components/schemas/EntityIndicesInclusiveExclusive'
        - $ref: '#/components/schemas/MentionFields'
    UrlEntity:
      description: >-
        URL के रूप में पहचाने गए टेक्स्ट के हिस्से और टेक्स्ट के भीतर उसकी
        शुरुआत और अंत की स्थिति को दर्शाता है।
      allOf:
        - $ref: '#/components/schemas/EntityIndicesInclusiveExclusive'
        - $ref: '#/components/schemas/UrlFields'
    NoteTweetText:
      type: string
      description: Tweet की नोट सामग्री।
      example: >-
        Learn how to use the user Tweet timeline and user mention timeline
        endpoints in the X API v2 to explore Tweet\u2026
        https:\/\/t.co\/56a0vZUx7i
    ReplySettingsWithVerifiedUsers:
      type: string
      description: >-
        यह दिखाता है कि Tweet का जवाब कौन दे सकता है। लौटाए गए फ़ील्ड्स हैं
        everyone, mentioned_users, subscribers, verified, और following।
      pattern: ^[A-Za-z]{1,12}$
      enum:
        - everyone
        - mentionedUsers
        - following
        - other
        - subscribers
        - verified
    TweetText:
      type: string
      description: Tweet की सामग्री।
      example: >-
        Learn how to use the user Tweet timeline and user mention timeline
        endpoints in the X API v2 to explore Tweet\u2026
        https:\/\/t.co\/56a0vZUx7i
    UserName:
      type: string
      description: इस उपयोगकर्ता का X हैंडल (स्क्रीन नाम)।
      pattern: ^[A-Za-z0-9_]{1,15}$
    TweetWithheld:
      type: object
      description: >-
        [रोकी गई
        सामग्री](https://help.twitter.com/en/rules-and-policies/tweet-withheld-by-country)
        के लिए रोक से संबंधित विवरण दर्शाता है।
      required:
        - copyright
        - country_codes
      properties:
        copyright:
          type: boolean
          description: >-
            यह दर्शाता है कि सामग्री को कॉपीराइट उल्लंघन के आधार पर रोका जा रहा
            है या नहीं।
        country_codes:
          type: array
          description: उन देशों की सूची देता है जहाँ यह सामग्री उपलब्ध नहीं है।
          minItems: 1
          uniqueItems: true
          items:
            $ref: '#/components/schemas/CountryCode'
        scope:
          type: string
          description: यह दर्शाता है कि रोकी जा रही सामग्री `tweet` है या `user`।
          enum:
            - tweet
            - user
    Media:
      type: object
      required:
        - type
      properties:
        height:
          $ref: '#/components/schemas/MediaHeight'
        media_key:
          $ref: '#/components/schemas/MediaKey'
        type:
          type: string
        width:
          $ref: '#/components/schemas/MediaWidth'
      discriminator:
        propertyName: type
        mapping:
          animated_gif:
            $ref: '#/components/schemas/AnimatedGif'
          photo:
            $ref: '#/components/schemas/Photo'
          video:
            $ref: '#/components/schemas/Video'
    Place:
      type: object
      required:
        - id
        - full_name
      properties:
        contained_within:
          type: array
          minItems: 1
          items:
            $ref: '#/components/schemas/PlaceId'
        country:
          type: string
          description: उस काउंटी का पूरा नाम, जिसमें यह स्थान मौजूद है।
          example: United States
        country_code:
          $ref: '#/components/schemas/CountryCode'
        full_name:
          type: string
          description: इस स्थान का पूरा नाम।
          example: Lakewood, CO
        geo:
          $ref: '#/components/schemas/Geo'
        id:
          $ref: '#/components/schemas/PlaceId'
        name:
          type: string
          description: इस स्थान का मानव-पठनीय नाम।
          example: Lakewood
        place_type:
          $ref: '#/components/schemas/PlaceType'
    Poll:
      type: object
      description: Tweet से संलग्न Poll को निरूपित करता है।
      required:
        - id
        - options
      properties:
        duration_minutes:
          type: integer
          minimum: 5
          maximum: 10080
          format: int32
        end_datetime:
          type: string
          format: date-time
        id:
          $ref: '#/components/schemas/PollId'
        options:
          type: array
          minItems: 2
          maxItems: 4
          items:
            $ref: '#/components/schemas/PollOption'
        voting_status:
          type: string
          enum:
            - open
            - closed
    Topic:
      type: object
      description: Space का वह विषय, जिसे उसके निर्माता ने चुना है।
      required:
        - id
        - name
      properties:
        description:
          type: string
          description: दिए गए विषय का विवरण।
          example: All about technology
        id:
          $ref: '#/components/schemas/TopicId'
        name:
          type: string
          description: दिए गए विषय का नाम।
          example: Technology
    User:
      type: object
      description: X User ऑब्जेक्ट।
      required:
        - id
        - name
        - username
      properties:
        affiliation:
          type: object
          description: किसी उपयोगकर्ता की संबद्धता के बारे में मेटाडेटा।
          properties:
            badge_url:
              type: string
              description: संबद्धता से संबंधित बैज का URL।
              format: uri
            description:
              type: string
              description: संबद्धता का विवरण।
            url:
              type: string
              description: यदि उपलब्ध हो, तो संबद्धता के बारे में विवरण का URL।
              format: uri
            user_id:
              type: array
              minItems: 1
              items:
                $ref: '#/components/schemas/UserId'
        connection_status:
          type: array
          description: दो उपयोगकर्ताओं के बीच संबंध के बारे में विस्तृत जानकारी लौटाता है।
          minItems: 0
          items:
            type: string
            description: उपयोगकर्ताओं के बीच कनेक्शन का प्रकार।
            enum:
              - follow_request_received
              - follow_request_sent
              - blocking
              - followed_by
              - following
              - muting
        created_at:
          type: string
          description: इस User के बनाए जाने का समय।
          format: date-time
        description:
          type: string
          description: >-
            इस User के प्रोफ़ाइल विवरण का टेक्स्ट (जिसे bio भी कहा जाता है), अगर
            User ने दिया हो।
        entities:
          type: object
          description: User के प्रोफ़ाइल विवरण में मिले मेटाडेटा की सूची।
          properties:
            description:
              $ref: '#/components/schemas/FullTextEntities'
            url:
              type: object
              description: >-
                User की प्रोफ़ाइल में दिए गए URL के विस्तृत विवरण, जिनमें
                प्रारंभ और अंत इंडेक्स शामिल हैं।
              properties:
                urls:
                  type: array
                  minItems: 1
                  items:
                    $ref: '#/components/schemas/UrlEntity'
        id:
          $ref: '#/components/schemas/UserId'
        location:
          type: string
          description: >-
            User की प्रोफ़ाइल में दिया गया स्थान, अगर User ने प्रदान किया हो।
            चूँकि यह एक मुक्त-रूप मान है, यह किसी मान्य स्थान का संकेत दे भी
            सकता है और नहीं भी, लेकिन स्थान क्वेरी के साथ खोज करते समय इसका
            अनुमानित मिलान किया जा सकता है।
        most_recent_tweet_id:
          $ref: '#/components/schemas/TweetId'
        name:
          type: string
          description: इस User का परिचित नाम, जैसा उनकी प्रोफ़ाइल पर दिखाया गया है।
        pinned_tweet_id:
          $ref: '#/components/schemas/TweetId'
        profile_banner_url:
          type: string
          description: इस User के प्रोफ़ाइल बैनर का URL।
          format: uri
        profile_image_url:
          type: string
          description: इस User की प्रोफ़ाइल इमेज का URL।
          format: uri
        protected:
          type: boolean
          description: >-
            यह दर्शाता है कि क्या इस User ने अपने पोस्ट्स को सुरक्षित रखने का
            विकल्प चुना है (दूसरे शब्दों में, क्या इस User के पोस्ट्स निजी हैं)।
        public_metrics:
          type: object
          description: इस उपयोगकर्ता के लिए मेट्रिक्स की सूची।
          required:
            - followers_count
            - following_count
            - tweet_count
            - listed_count
          properties:
            followers_count:
              type: integer
              description: इस उपयोगकर्ता को फ़ॉलो करने वाले उपयोगकर्ताओं की संख्या।
            following_count:
              type: integer
              description: >-
                यह उपयोगकर्ता जितने उपयोगकर्ताओं को फ़ॉलो कर रहा है, उनकी
                संख्या।
            like_count:
              type: integer
              description: इस उपयोगकर्ता द्वारा किए गए लाइक्स की संख्या।
            listed_count:
              type: integer
              description: उन सूचियों की संख्या जिनमें यह उपयोगकर्ता शामिल है।
            tweet_count:
              type: integer
              description: इस उपयोगकर्ता द्वारा की गई पोस्ट्स (रीपोस्ट्स सहित) की संख्या।
        receives_your_dm:
          type: boolean
          description: यह बताता है कि क्या आप इस उपयोगकर्ता को DM भेज सकते हैं।
        subscription_type:
          type: string
          description: >-
            उपयोगकर्ता की X Blue सदस्यता का type, उदाहरण: Basic, Premium,
            PremiumPlus या None।
          enum:
            - Basic
            - Premium
            - PremiumPlus
            - None
        url:
          type: string
          description: उपयोगकर्ता की प्रोफ़ाइल में निर्दिष्ट URL।
        username:
          $ref: '#/components/schemas/UserName'
        verified:
          type: boolean
          description: यह बताता है कि क्या यह उपयोगकर्ता सत्यापित X उपयोगकर्ता है।
        verified_type:
          type: string
          description: >-
            उपयोगकर्ता का X Blue सत्यापन type, उदाहरण: blue, government,
            business या none।
          enum:
            - blue
            - government
            - business
            - none
        withheld:
          $ref: '#/components/schemas/UserWithheld'
      example:
        created_at: '2013-12-14T04:35:55Z'
        id: '2244994945'
        name: X Dev
        protected: false
        username: TwitterDev
    ContextAnnotationDomainFields:
      type: object
      description: कॉन्टेक्स्ट annotation डोमेन के लिए डेटा को दर्शाता है।
      required:
        - id
      properties:
        description:
          type: string
          description: कॉन्टेक्स्ट annotation डोमेन का विवरण।
        id:
          type: string
          description: कॉन्टेक्स्ट annotation डोमेन के लिए अद्वितीय id।
          pattern: ^[0-9]{1,19}$
        name:
          type: string
          description: कॉन्टेक्स्ट annotation डोमेन का नाम।
    ContextAnnotationEntityFields:
      type: object
      description: कॉन्टेक्स्ट annotation entity के लिए डेटा को दर्शाता है।
      required:
        - id
      properties:
        description:
          type: string
          description: कॉन्टेक्स्ट annotation entity का विवरण।
        id:
          type: string
          description: कॉन्टेक्स्ट annotation entity के लिए अद्वितीय id।
          pattern: ^[0-9]{1,19}$
        name:
          type: string
          description: कॉन्टेक्स्ट annotation entity का नाम।
    EntityIndicesInclusiveInclusive:
      type: object
      description: >-
        किसी पहचानी गई इकाई (उदाहरण के लिए, हैशटैग या मेंशन) के लिए सीमा-सीमा
        (आरंभ और अंत इंडेक्स) को दर्शाता है। `start`, `end` से छोटा होना चाहिए।
        आरंभ इंडेक्स समावेशी है, और अंत इंडेक्स भी समावेशी है।
      required:
        - start
        - end
      properties:
        end:
          type: integer
          description: >-
            इंडेक्स (शून्य-आधारित) जिस स्थान पर यह इकाई समाप्त होती है। इंडेक्स
            समावेशी है।
          minimum: 0
          example: 61
        start:
          type: integer
          description: >-
            इंडेक्स (शून्य-आधारित) जिस स्थान पर यह इकाई शुरू होती है। इंडेक्स
            समावेशी है।
          minimum: 0
          example: 50
    Position:
      type: array
      description: >-
        `[longitude,latitude]` प्रारूप में एक [GeoJson
        Position](https://tools.ietf.org/html/rfc7946#section-3.1.1)।
      minItems: 2
      maxItems: 2
      items:
        type: number
      example:
        - -105.18816086351444
        - 40.247749999999996
    EntityIndicesInclusiveExclusive:
      type: object
      description: >-
        किसी पहचानी गई इकाई (उदाहरण के लिए, हैशटैग या मेंशन) के लिए सीमा-सीमा
        (आरंभ और अंत इंडेक्स) को दर्शाता है। `start`, `end` से छोटा होना चाहिए।
        आरंभ इंडेक्स समावेशी है, जबकि अंत इंडेक्स अपवर्जी है।
      required:
        - start
        - end
      properties:
        end:
          type: integer
          description: >-
            इंडेक्स (शून्य-आधारित) जिस स्थान पर यह इकाई समाप्त होती है। इंडेक्स
            अपवर्जी है।
          minimum: 0
          example: 61
        start:
          type: integer
          description: >-
            इंडेक्स (शून्य-आधारित) जिस स्थान पर यह इकाई शुरू होती है। इंडेक्स
            समावेशी है।
          minimum: 0
          example: 50
    CashtagFields:
      type: object
      description: >-
        Cashtag के रूप में पहचाने गए टेक्स्ट के हिस्से तथा टेक्स्ट में उसकी
        शुरुआत और समाप्ति की स्थिति को दर्शाता है।
      required:
        - tag
      properties:
        tag:
          type: string
          example: TWTR
    HashtagFields:
      type: object
      description: >-
        हैशटैग के रूप में पहचाने गए टेक्स्ट के हिस्से तथा टेक्स्ट में उसकी
        शुरुआत और समाप्ति स्थिति को दर्शाता है।
      required:
        - tag
      properties:
        tag:
          type: string
          description: हैशटैग का टेक्स्ट।
          example: MondayMotivation
    MentionFields:
      type: object
      description: >-
        पाठ के उस हिस्से को दर्शाता है जिसे उपयोगकर्ता उल्लेख के रूप में पहचाना
        गया है, और पाठ के भीतर उसकी शुरुआत और समाप्ति की स्थिति को।
      required:
        - username
      properties:
        id:
          $ref: '#/components/schemas/UserId'
        username:
          $ref: '#/components/schemas/UserName'
    UrlFields:
      type: object
      description: URL के रूप में पहचाने गए टेक्स्ट के हिस्से को दर्शाता है।
      required:
        - url
      properties:
        description:
          type: string
          description: URL लैंडिंग पेज का विवरण।
          example: This is a description of the website.
        display_url:
          type: string
          description: X Client में प्रदर्शित होने वाला URL।
          example: twittercommunity.com/t/introducing-…
        expanded_url:
          $ref: '#/components/schemas/Url'
        images:
          type: array
          minItems: 1
          items:
            $ref: '#/components/schemas/UrlImage'
        media_key:
          $ref: '#/components/schemas/MediaKey'
        status:
          $ref: '#/components/schemas/HttpStatusCode'
        title:
          type: string
          description: उस पेज का शीर्षक, जिस पर URL इंगित करता है।
          example: Introducing the v2 follow lookup endpoints
        unwound_url:
          type: string
          description: पूरी तरह से रिज़ॉल्व किया गया URL।
          format: uri
          example: >-
            https://twittercommunity.com/t/introducing-the-v2-follow-lookup-endpoints/147118
        url:
          $ref: '#/components/schemas/Url'
    CountryCode:
      type: string
      description: दो-अक्षरीय ISO 3166-1 alpha-2 country code।
      pattern: ^[A-Z]{2}$
      example: US
    MediaHeight:
      type: integer
      description: पिक्सेल में मीडिया की ऊंचाई।
      minimum: 0
    MediaWidth:
      type: integer
      description: पिक्सेल में मीडिया की चौड़ाई।
      minimum: 0
    AnimatedGif:
      allOf:
        - $ref: '#/components/schemas/Media'
        - type: object
          properties:
            preview_image_url:
              type: string
              format: uri
            variants:
              $ref: '#/components/schemas/Variants'
    Photo:
      allOf:
        - $ref: '#/components/schemas/Media'
        - type: object
          properties:
            alt_text:
              type: string
            url:
              type: string
              format: uri
    Video:
      allOf:
        - $ref: '#/components/schemas/Media'
        - type: object
          properties:
            duration_ms:
              type: integer
            non_public_metrics:
              type: object
              description: अनुरोध के समय मीडिया के लिए गैर-सार्वजनिक एंगेजमेंट मेट्रिक्स।
              properties:
                playback_0_count:
                  type: integer
                  description: उन उपयोगकर्ताओं की संख्या जिन्होंने वीडियो का 0% देखा।
                  format: int32
                playback_100_count:
                  type: integer
                  description: उन उपयोगकर्ताओं की संख्या जिन्होंने वीडियो का 100% देखा।
                  format: int32
                playback_25_count:
                  type: integer
                  description: वीडियो का 25% देखने वाले उपयोगकर्ताओं की संख्या।
                  format: int32
                playback_50_count:
                  type: integer
                  description: वीडियो का 50% देखने वाले उपयोगकर्ताओं की संख्या।
                  format: int32
                playback_75_count:
                  type: integer
                  description: वीडियो का 75% देखने वाले उपयोगकर्ताओं की संख्या।
                  format: int32
            organic_metrics:
              type: object
              description: >-
                अनुरोध के समय Media के लिए ऑर्गेनिक गैर-सार्वजनिक एंगेजमेंट
                मेट्रिक्स।
              properties:
                playback_0_count:
                  type: integer
                  description: वीडियो का 0% देखने वाले उपयोगकर्ताओं की संख्या।
                  format: int32
                playback_100_count:
                  type: integer
                  description: वीडियो का 100% देखने वाले उपयोगकर्ताओं की संख्या।
                  format: int32
                playback_25_count:
                  type: integer
                  description: वीडियो का 25% देखने वाले उपयोगकर्ताओं की संख्या।
                  format: int32
                playback_50_count:
                  type: integer
                  description: वीडियो का 50% देखने वाले उपयोगकर्ताओं की संख्या।
                  format: int32
                playback_75_count:
                  type: integer
                  description: वीडियो का 75% देखने वाले उपयोगकर्ताओं की संख्या।
                  format: int32
                view_count:
                  type: integer
                  description: इस वीडियो को देखे जाने की संख्या।
                  format: int32
            preview_image_url:
              type: string
              format: uri
            promoted_metrics:
              type: object
              description: >-
                अनुरोध के समय Media के लिए प्रमोटेड गैर-सार्वजनिक एंगेजमेंट
                मेट्रिक्स।
              properties:
                playback_0_count:
                  type: integer
                  description: वीडियो का 0% देखने वाले उपयोगकर्ताओं की संख्या।
                  format: int32
                playback_100_count:
                  type: integer
                  description: वीडियो का 100% देखने वाले उपयोगकर्ताओं की संख्या।
                  format: int32
                playback_25_count:
                  type: integer
                  description: वीडियो का 25% देखने वाले उपयोगकर्ताओं की संख्या।
                  format: int32
                playback_50_count:
                  type: integer
                  description: वीडियो का 50% देखने वाले उपयोगकर्ताओं की संख्या।
                  format: int32
                playback_75_count:
                  type: integer
                  description: वीडियो का 75% देखने वाले उपयोगकर्ताओं की संख्या।
                  format: int32
                view_count:
                  type: integer
                  description: इस वीडियो को देखे जाने की संख्या।
                  format: int32
            public_metrics:
              type: object
              description: अनुरोध के समय Media के लिए एंगेजमेंट मेट्रिक्स।
              properties:
                view_count:
                  type: integer
                  description: इस वीडियो को देखे जाने की संख्या।
                  format: int32
            variants:
              $ref: '#/components/schemas/Variants'
    Geo:
      type: object
      required:
        - type
        - bbox
        - properties
      properties:
        bbox:
          type: array
          minItems: 4
          maxItems: 4
          items:
            type: number
            minimum: -180
            maximum: 180
            format: double
          example:
            - -105.193475
            - 39.60973
            - -105.053164
            - 39.761974
        geometry:
          $ref: '#/components/schemas/Point'
        properties:
          type: object
        type:
          type: string
          enum:
            - Feature
    PlaceType:
      type: string
      enum:
        - poi
        - neighborhood
        - city
        - admin
        - country
        - unknown
      example: city
    PollOption:
      type: object
      description: Poll ऑब्जेक्ट में किसी विकल्प का वर्णन करता है।
      required:
        - position
        - label
        - votes
      properties:
        label:
          $ref: '#/components/schemas/PollOptionLabel'
        position:
          type: integer
          description: Poll में इस विकल्प की स्थिति।
        votes:
          type: integer
          description: इस विकल्प के लिए वोट करने वाले उपयोगकर्ताओं की संख्या।
    TopicId:
      type: string
      description: इस Topic का अद्वितीय पहचानकर्ता।
    UserWithheld:
      type: object
      description: >-
        [रोकी गई
        सामग्री](https://help.twitter.com/en/rules-and-policies/tweet-withheld-by-country)
        के लिए प्रतिबंध संबंधी विवरण बताता है।
      required:
        - country_codes
      properties:
        country_codes:
          type: array
          description: उन देशों की सूची देता है जहाँ यह सामग्री उपलब्ध नहीं है।
          minItems: 1
          uniqueItems: true
          items:
            $ref: '#/components/schemas/CountryCode'
        scope:
          type: string
          description: यह बताता है कि रोकी जा रही सामग्री `user` है।
          enum:
            - user
    Url:
      type: string
      description: मान्य प्रारूप वाला URL।
      format: uri
      example: https://developer.twitter.com/en/docs/twitter-api
    UrlImage:
      type: object
      description: URL इमेज की जानकारी को दर्शाता है।
      properties:
        height:
          $ref: '#/components/schemas/MediaHeight'
        url:
          $ref: '#/components/schemas/Url'
        width:
          $ref: '#/components/schemas/MediaWidth'
    HttpStatusCode:
      type: integer
      description: HTTP स्टेटस कोड।
      minimum: 100
      maximum: 599
    Variants:
      type: array
      description: मीडिया के सभी उपलब्ध variants की array।
      items:
        $ref: '#/components/schemas/Variant'
    PollOptionLabel:
      type: string
      description: Poll के किसी विकल्प का टेक्स्ट।
      minLength: 1
      maxLength: 25
    Variant:
      type: object
      properties:
        bit_rate:
          type: integer
          description: मीडिया की बिट दर।
        content_type:
          type: string
          description: मीडिया का कंटेंट type।
        url:
          type: string
          description: मीडिया का URL।
          format: uri
  securitySchemes:
    BearerToken:
      type: http
      scheme: bearer

````