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