allowedUpdates property

  1. @JsonKey(name: 'allowed_updates')
List<String>? get allowedUpdates
inherited

Optional. A list of update types the bot is subscribed to. Defaults to all update types except chat_member

Implementation

@JsonKey(name: 'allowed_updates')
List<String>? get allowedUpdates;