@@ -41,64 +41,64 @@ public function __construct(
4141 * DC ID.
4242 *
4343 */
44- public readonly int $ dcId ,
44+ public int $ dcId ,
4545
4646 /**
4747 * File type.
4848 *
4949 */
50- public readonly FileIdType $ type ,
50+ public FileIdType $ type ,
5151
5252 /**
5353 * File id.
5454 *
5555 */
56- public readonly ?int $ id ,
56+ public ?int $ id ,
5757 /**
5858 * File access hash.
5959 *
6060 */
61- public readonly int $ accessHash ,
61+ public int $ accessHash ,
6262
6363 /**
6464 * Photo size source.
6565 *
6666 */
67- public readonly ?PhotoSizeSource $ photoSizeSource = null ,
67+ public ?PhotoSizeSource $ photoSizeSource = null ,
6868
6969 /**
7070 * Photo volume ID.
7171 *
7272 */
73- public readonly ?int $ volumeId = null ,
73+ public ?int $ volumeId = null ,
7474 /**
7575 * Photo local ID.
7676 *
7777 */
78- public readonly ?int $ localId = null ,
78+ public ?int $ localId = null ,
7979
8080 /**
8181 * File reference.
8282 *
8383 */
84- public readonly ?string $ fileReference = null ,
84+ public ?string $ fileReference = null ,
8585 /**
8686 * File URL for weblocation.
8787 *
8888 */
89- public readonly ?string $ url = null ,
89+ public ?string $ url = null ,
9090
9191 /**
9292 * Bot API file ID version.
9393 *
9494 */
95- public readonly int $ version = 4 ,
95+ public int $ version = 4 ,
9696
9797 /**
9898 * Bot API file ID subversion.
9999 *
100100 */
101- public readonly int $ subVersion = 47 ,
101+ public int $ subVersion = 47 ,
102102 ) {
103103 }
104104
0 commit comments