twapi-v2 0.26.0

Twitter API v2 library.
Documentation
---

url: /2/users/:id/muting
method: post
paths:
  - name: id
    type: string
body:
  type: object
  properties:
    - name: target_user_id
      type: string
      required: true
response:
  type: object
  properties:
    data:
      type: object
      properties:
        muting:
          type: bool