Skip to content

Commit

Permalink
Update src/methods.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: shanedewael <swdewael@gmail.com>
  • Loading branch information
aoberoi and shaydewael committed Mar 19, 2019
1 parent abea79f commit 156ae36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/methods.ts
Expand Up @@ -428,7 +428,7 @@ export type ChatDeleteArguments = TokenOverridable & {
ts: string;
as_user?: boolean
};
export type ChatDeleteScheduledMessagesArguments = TokenOverridable & {
export type ChatDeleteScheduledMessageArguments = TokenOverridable & {
channel: string;
scheduled_message_id: string;
as_user?: boolean
Expand Down

0 comments on commit 156ae36

Please sign in to comment.