pub async fn schedule_poll_completion<P: Poll + 'static>( poll: P, ctx: Context, message_id: u64, duration_secs: u64, )
Schedule a poll to complete after its duration.