Wait Context

class bale.WaitContext(key, check, update)

Bases: object

A class represents information obtained from the bale.Bot.wait_for() method. This class provides details related to the received data.

Examples

conversation Bot

property check

A check whose conditions match “update”.

Type:

bale.BaseCheck instance

property key

The key of waiter.

Type:

str

property update

An update that matches the check conditions.

Type:

bale.Update