acceptBotCommands property

  1. @override
bool acceptBotCommands
final

Whether to accept messages sent by bot accounts as possible commands.

If this is set to false, then other bot users will not be able to execute commands from this bot. If set to true, messages sent by other bots will be parsed anc checked for commands like other messages sent by actual users.

You might also be interested in:

Implementation

@override
final bool acceptBotCommands;