@@ -1492,7 +1492,7 @@ export type SendMessageOption = {
1492
1492
*
1493
1493
* - https://telegram.org/blog/protected-content-delete-by-date-and-more#protected-content-in-groups-and-channels
1494
1494
*/
1495
- protect_content ?: boolean ;
1495
+ protectContent ?: boolean ;
1496
1496
1497
1497
/**
1498
1498
* If the message is a reply, ID of the original message
@@ -1533,7 +1533,7 @@ export type ForwardMessageOption = {
1533
1533
*
1534
1534
* - https://telegram.org/blog/protected-content-delete-by-date-and-more#protected-content-in-groups-and-channels
1535
1535
*/
1536
- protect_content ?: boolean ;
1536
+ protectContent ?: boolean ;
1537
1537
} ;
1538
1538
1539
1539
export type CopyMessageOption = {
@@ -1564,7 +1564,7 @@ export type CopyMessageOption = {
1564
1564
*
1565
1565
* - https://telegram.org/blog/protected-content-delete-by-date-and-more#protected-content-in-groups-and-channels
1566
1566
*/
1567
- protect_content ?: boolean ;
1567
+ protectContent ?: boolean ;
1568
1568
1569
1569
/**
1570
1570
* If the message is a reply, ID of the original message
@@ -1621,7 +1621,7 @@ export type SendPhotoOption = {
1621
1621
*
1622
1622
* - https://telegram.org/blog/protected-content-delete-by-date-and-more#protected-content-in-groups-and-channels
1623
1623
*/
1624
- protect_content ?: boolean ;
1624
+ protectContent ?: boolean ;
1625
1625
1626
1626
/**
1627
1627
* If the message is a reply, ID of the original message
@@ -1693,7 +1693,7 @@ export type SendAudioOption = {
1693
1693
*
1694
1694
* - https://telegram.org/blog/protected-content-delete-by-date-and-more#protected-content-in-groups-and-channels
1695
1695
*/
1696
- protect_content ?: boolean ;
1696
+ protectContent ?: boolean ;
1697
1697
1698
1698
/**
1699
1699
* If the message is a reply, ID of the original message
@@ -1750,7 +1750,7 @@ export type SendDocumentOption = {
1750
1750
*
1751
1751
* - https://telegram.org/blog/protected-content-delete-by-date-and-more#protected-content-in-groups-and-channels
1752
1752
*/
1753
- protect_content ?: boolean ;
1753
+ protectContent ?: boolean ;
1754
1754
1755
1755
/**
1756
1756
* If the message is a reply, ID of the original message
@@ -1827,7 +1827,7 @@ export type SendVideoOption = {
1827
1827
*
1828
1828
* - https://telegram.org/blog/protected-content-delete-by-date-and-more#protected-content-in-groups-and-channels
1829
1829
*/
1830
- protect_content ?: boolean ;
1830
+ protectContent ?: boolean ;
1831
1831
1832
1832
/**
1833
1833
* If the message is a reply, ID of the original message
@@ -1899,7 +1899,7 @@ export type SendAnimationOption = {
1899
1899
*
1900
1900
* - https://telegram.org/blog/protected-content-delete-by-date-and-more#protected-content-in-groups-and-channels
1901
1901
*/
1902
- protect_content ?: boolean ;
1902
+ protectContent ?: boolean ;
1903
1903
1904
1904
/**
1905
1905
* If the message is a reply, ID of the original message
@@ -1956,7 +1956,7 @@ export type SendVoiceOption = {
1956
1956
*
1957
1957
* - https://telegram.org/blog/protected-content-delete-by-date-and-more#protected-content-in-groups-and-channels
1958
1958
*/
1959
- protect_content ?: boolean ;
1959
+ protectContent ?: boolean ;
1960
1960
1961
1961
/**
1962
1962
* If the message is a reply, ID of the original message
@@ -2008,7 +2008,7 @@ export type SendVideoNoteOption = {
2008
2008
*
2009
2009
* - https://telegram.org/blog/protected-content-delete-by-date-and-more#protected-content-in-groups-and-channels
2010
2010
*/
2011
- protect_content ?: boolean ;
2011
+ protectContent ?: boolean ;
2012
2012
2013
2013
/**
2014
2014
* If the message is a reply, ID of the original message
@@ -2045,7 +2045,7 @@ export type SendMediaGroupOption = {
2045
2045
*
2046
2046
* - https://telegram.org/blog/protected-content-delete-by-date-and-more#protected-content-in-groups-and-channels
2047
2047
*/
2048
- protect_content ?: boolean ;
2048
+ protectContent ?: boolean ;
2049
2049
2050
2050
/**
2051
2051
* If the message is a reply, ID of the original message
@@ -2073,7 +2073,7 @@ export type SendLocationOption = {
2073
2073
*
2074
2074
* - https://telegram.org/blog/protected-content-delete-by-date-and-more#protected-content-in-groups-and-channels
2075
2075
*/
2076
- protect_content ?: boolean ;
2076
+ protectContent ?: boolean ;
2077
2077
2078
2078
/**
2079
2079
* If the message is a reply, ID of the original message
@@ -2159,7 +2159,7 @@ export type SendVenueOption = {
2159
2159
*
2160
2160
* - https://telegram.org/blog/protected-content-delete-by-date-and-more#protected-content-in-groups-and-channels
2161
2161
*/
2162
- protect_content ?: boolean ;
2162
+ protectContent ?: boolean ;
2163
2163
2164
2164
/**
2165
2165
* If the message is a reply, ID of the original message
@@ -2220,7 +2220,7 @@ export type SendContactOption = {
2220
2220
*
2221
2221
* - https://telegram.org/blog/protected-content-delete-by-date-and-more#protected-content-in-groups-and-channels
2222
2222
*/
2223
- protect_content ?: boolean ;
2223
+ protectContent ?: boolean ;
2224
2224
2225
2225
/**
2226
2226
* If the message is a reply, ID of the original message
@@ -2302,7 +2302,7 @@ export type SendPollOption = {
2302
2302
*
2303
2303
* - https://telegram.org/blog/protected-content-delete-by-date-and-more#protected-content-in-groups-and-channels
2304
2304
*/
2305
- protect_content ?: boolean ;
2305
+ protectContent ?: boolean ;
2306
2306
2307
2307
/**
2308
2308
* If the message is a reply, ID of the original message
@@ -2481,7 +2481,7 @@ export type SendStickerOption = {
2481
2481
*
2482
2482
* - https://telegram.org/blog/protected-content-delete-by-date-and-more#protected-content-in-groups-and-channels
2483
2483
*/
2484
- protect_content ?: boolean ;
2484
+ protectContent ?: boolean ;
2485
2485
2486
2486
/**
2487
2487
* If the message is a reply, ID of the original message
@@ -2609,7 +2609,7 @@ export type SendInvoiceOption = {
2609
2609
*
2610
2610
* - https://telegram.org/blog/protected-content-delete-by-date-and-more#protected-content-in-groups-and-channels
2611
2611
*/
2612
- protect_content ?: boolean ;
2612
+ protectContent ?: boolean ;
2613
2613
2614
2614
/**
2615
2615
* If the message is a reply, ID of the original message
@@ -2683,7 +2683,7 @@ export type SendGameOption = {
2683
2683
*
2684
2684
* - https://telegram.org/blog/protected-content-delete-by-date-and-more#protected-content-in-groups-and-channels
2685
2685
*/
2686
- protect_content ?: boolean ;
2686
+ protectContent ?: boolean ;
2687
2687
2688
2688
/**
2689
2689
* If the message is a reply, ID of the original message
0 commit comments