Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatOneCalculator committed Sep 22, 2023
1 parent 4b717d4 commit 4988b11
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions megalodon/src/megalodon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -811,21 +811,6 @@ export interface MegalodonInterface {
* @return Status
*/
unpinStatus(id: string): Promise<Response<Entity.Status>>
/**
* POST /api/v1/statuses/:id/react/:name
* @param id The target status id.
* @param name The name of the emoji reaction to add.
* @return Status
*/
reactStatus(id: string, name: string): Promise<Response<Entity.Status>>;
/**
* POST /api/v1/statuses/:id/unreact/:name
*
* @param id The target status id.
* @param name The name of the emoji reaction to remove.
* @return Status
*/
unreactStatus(id: string, name: string): Promise<Response<Entity.Status>>;
// ======================================
// statuses/media
// ======================================
Expand Down

0 comments on commit 4988b11

Please sign in to comment.