twapi-v2 0.26.0

Twitter API v2 library.
Documentation
---

url: /2/tweets
method: post
body:
  type: object
  properties:
    - name: direct_message_deep_link
      type: string
    - name: for_super_followers_only
      type: bool
    - name: geo
      type: object
      properties:
        - name: place_id
          type: string
          required: true
    - name: media
      type: object
      properties:
        - name: media_ids
          type: array
          items:
            type: string
          required: true
        - name: tagged_user_ids
          type: array
          items:
            type: string
          required: true
    - name: poll
      type: object
      properties:
        - name: duration_minutes
          type: integer
          required: true
        - name: options
          type: array
          items:
            type: string
          required: true
    - name: quote_tweet_id
      type: string
    - name: reply
      type: object
      properties:
        - name: exclude_reply_user_ids
          type: array
          items:
            type: string
        - name: in_reply_to_tweet_id
          type: string
          required: true
    - name: reply_settings
      type: enum_single
      value: mentionedUsers, following, subscribers, verified
    - name: text
      type: string
response:
  type: object
  properties:
    data:
      type: object
      properties:
        id:
          type: string
        text:
          type: string
        edit_history_tweet_ids:
          type: array
          items:
            type: string
    errors:
      type: array
      items:
        type: object
        ref: errors