allowedUpdates property

List<UpdateType>? allowedUpdates
getter/setter pair

List of allowed updates to be received
Can be changed while the bot is running

Implementation

List<UpdateType>? allowedUpdates;