getButtonPress abstract method

Future<ButtonComponentContext> getButtonPress(
  1. Message message
)

Wait for a user to press on any button on a given message and return a context representing the button press.

You might also be interested in:

Implementation

Future<ButtonComponentContext> getButtonPress(Message message);