Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PageUpdateOptions

Hierarchy

  • PageUpdateOptions

Index

Properties

cancel: boolean

Do you want to use a cancel message?

cancelFormat: string

If cancel is true, then this is the format the cancel message will follow. Use %u to reference the user.

invalidPage: string

The message that is sent when it receives an invalid page. Use %u to reference the user.

message: string

The initial message to send. Use %u to reference the user.

singleListen: boolean

Should it stop listening after it recieves the first message?

success: string

The message sent when it has received a valid page. Use %u to reference the user, %n to get the number they gave.

time: number

How long should it listen for messages?

Generated using TypeDoc