Detail
Detail
Bugfix
If a table is exported to PDF via a form description, a ClassCastException may occur because the table preload triggered in the process casts to wrappers, but the table row object in the form only implements TLObject.
Solution
Remove cast to wrapper.
Test
No test.