SimpleUpdateProcessor¶
- class telegram.ext.SimpleUpdateProcessor(max_concurrent_updates)[source]¶
Bases:
telegram.ext.BaseUpdateProcessor
Instance of
telegram.ext.BaseUpdateProcessor
that immediately awaits the coroutine, i.e. does not apply any additional processing. This is used by default whentelegram.ext.ApplicationBuilder.concurrent_updates
isint
.Available In
Added in version 20.4.