diff --git a/headers.txt b/headers.txt index ce2b90b..011ffe0 100644 --- a/headers.txt +++ b/headers.txt @@ -25,7 +25,7 @@ public class TdApi { } } - public abstract void serialize(DataOutputStream out) throws IOException; + public abstract void serialize(DataOutput out) throws IOException; } public abstract static class Function extends Object {