telegram-tghub-better-new 0.2.5 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Version.d.ts +1 -1
- package/Version.js +1 -1
- package/package.json +1 -1
- package/tl/api.d.ts +101 -70
- package/tl/apiTl.js +19 -19
package/Version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.2
|
|
1
|
+
export declare const version = "0.3.2";
|
package/Version.js
CHANGED
package/package.json
CHANGED
package/tl/api.d.ts
CHANGED
|
@@ -2851,6 +2851,7 @@ export namespace Api {
|
|
|
2851
2851
|
readDatesPrivate?: boolean;
|
|
2852
2852
|
// flags2: null;
|
|
2853
2853
|
sponsoredEnabled?: boolean;
|
|
2854
|
+
canViewRevenue?: boolean;
|
|
2854
2855
|
id: long;
|
|
2855
2856
|
about?: string;
|
|
2856
2857
|
settings: Api.TypePeerSettings;
|
|
@@ -2901,6 +2902,7 @@ export namespace Api {
|
|
|
2901
2902
|
readDatesPrivate?: boolean;
|
|
2902
2903
|
// flags2: null;
|
|
2903
2904
|
sponsoredEnabled?: boolean;
|
|
2905
|
+
canViewRevenue?: boolean;
|
|
2904
2906
|
id: long;
|
|
2905
2907
|
about?: string;
|
|
2906
2908
|
settings: Api.TypePeerSettings;
|
|
@@ -4030,16 +4032,20 @@ export namespace Api {
|
|
|
4030
4032
|
message: Api.TypeMessage;
|
|
4031
4033
|
}
|
|
4032
4034
|
export class UpdateDeleteScheduledMessages extends VirtualClass<{
|
|
4035
|
+
// flags: null;
|
|
4033
4036
|
peer: Api.TypePeer;
|
|
4034
4037
|
messages: int[];
|
|
4038
|
+
sentMessages?: int[];
|
|
4035
4039
|
}> {
|
|
4036
|
-
CONSTRUCTOR_ID:
|
|
4040
|
+
CONSTRUCTOR_ID: 4071037315;
|
|
4037
4041
|
SUBCLASS_OF_ID: 2676568142;
|
|
4038
4042
|
classType: "constructor";
|
|
4039
4043
|
className: "UpdateDeleteScheduledMessages";
|
|
4040
4044
|
static fromReader(reader: Reader): UpdateDeleteScheduledMessages;
|
|
4045
|
+
// flags: null;
|
|
4041
4046
|
peer: Api.TypePeer;
|
|
4042
4047
|
messages: int[];
|
|
4048
|
+
sentMessages?: int[];
|
|
4043
4049
|
}
|
|
4044
4050
|
export class UpdateTheme extends VirtualClass<{
|
|
4045
4051
|
theme: Api.TypeTheme;
|
|
@@ -15091,6 +15097,13 @@ export namespace Api {
|
|
|
15091
15097
|
classType: "constructor";
|
|
15092
15098
|
className: "StarsTransactionPeerAds";
|
|
15093
15099
|
static fromReader(reader: Reader): StarsTransactionPeerAds;
|
|
15100
|
+
}
|
|
15101
|
+
export class StarsTransactionPeerAPI extends VirtualClass<void> {
|
|
15102
|
+
CONSTRUCTOR_ID: 4184308397;
|
|
15103
|
+
SUBCLASS_OF_ID: 1102483843;
|
|
15104
|
+
classType: "constructor";
|
|
15105
|
+
className: "StarsTransactionPeerAPI";
|
|
15106
|
+
static fromReader(reader: Reader): StarsTransactionPeerAPI;
|
|
15094
15107
|
}
|
|
15095
15108
|
export class StarsTopupOption extends VirtualClass<{
|
|
15096
15109
|
// flags: null;
|
|
@@ -15134,8 +15147,9 @@ export namespace Api {
|
|
|
15134
15147
|
subscriptionPeriod?: int;
|
|
15135
15148
|
giveawayPostId?: int;
|
|
15136
15149
|
stargift?: Api.TypeStarGift;
|
|
15150
|
+
floodskipNumber?: int;
|
|
15137
15151
|
}> {
|
|
15138
|
-
CONSTRUCTOR_ID:
|
|
15152
|
+
CONSTRUCTOR_ID: 903148150;
|
|
15139
15153
|
SUBCLASS_OF_ID: 2257078130;
|
|
15140
15154
|
classType: "constructor";
|
|
15141
15155
|
className: "StarsTransaction";
|
|
@@ -15161,6 +15175,7 @@ export namespace Api {
|
|
|
15161
15175
|
subscriptionPeriod?: int;
|
|
15162
15176
|
giveawayPostId?: int;
|
|
15163
15177
|
stargift?: Api.TypeStarGift;
|
|
15178
|
+
floodskipNumber?: int;
|
|
15164
15179
|
}
|
|
15165
15180
|
export class FoundStory extends VirtualClass<{
|
|
15166
15181
|
peer: Api.TypePeer;
|
|
@@ -15361,26 +15376,32 @@ export namespace Api {
|
|
|
15361
15376
|
export class StarGift extends VirtualClass<{
|
|
15362
15377
|
// flags: null;
|
|
15363
15378
|
limited?: boolean;
|
|
15379
|
+
soldOut?: boolean;
|
|
15364
15380
|
id: long;
|
|
15365
15381
|
sticker: Api.TypeDocument;
|
|
15366
15382
|
stars: long;
|
|
15367
15383
|
availabilityRemains?: int;
|
|
15368
15384
|
availabilityTotal?: int;
|
|
15369
15385
|
convertStars: long;
|
|
15386
|
+
firstSaleDate?: int;
|
|
15387
|
+
lastSaleDate?: int;
|
|
15370
15388
|
}> {
|
|
15371
|
-
CONSTRUCTOR_ID:
|
|
15389
|
+
CONSTRUCTOR_ID: 1237678029;
|
|
15372
15390
|
SUBCLASS_OF_ID: 3273414923;
|
|
15373
15391
|
classType: "constructor";
|
|
15374
15392
|
className: "StarGift";
|
|
15375
15393
|
static fromReader(reader: Reader): StarGift;
|
|
15376
15394
|
// flags: null;
|
|
15377
15395
|
limited?: boolean;
|
|
15396
|
+
soldOut?: boolean;
|
|
15378
15397
|
id: long;
|
|
15379
15398
|
sticker: Api.TypeDocument;
|
|
15380
15399
|
stars: long;
|
|
15381
15400
|
availabilityRemains?: int;
|
|
15382
15401
|
availabilityTotal?: int;
|
|
15383
15402
|
convertStars: long;
|
|
15403
|
+
firstSaleDate?: int;
|
|
15404
|
+
lastSaleDate?: int;
|
|
15384
15405
|
}
|
|
15385
15406
|
export class UserStarGift extends VirtualClass<{
|
|
15386
15407
|
// flags: null;
|
|
@@ -22610,6 +22631,7 @@ export namespace Api {
|
|
|
22610
22631
|
noforwards?: boolean;
|
|
22611
22632
|
updateStickersetsOrder?: boolean;
|
|
22612
22633
|
invertMedia?: boolean;
|
|
22634
|
+
allowPaidFloodskip?: boolean;
|
|
22613
22635
|
peer: Api.TypeEntityLike;
|
|
22614
22636
|
replyTo?: Api.TypeInputReplyTo;
|
|
22615
22637
|
message: string;
|
|
@@ -22634,6 +22656,7 @@ export namespace Api {
|
|
|
22634
22656
|
noforwards?: boolean;
|
|
22635
22657
|
updateStickersetsOrder?: boolean;
|
|
22636
22658
|
invertMedia?: boolean;
|
|
22659
|
+
allowPaidFloodskip?: boolean;
|
|
22637
22660
|
peer: Api.TypeEntityLike;
|
|
22638
22661
|
replyTo?: Api.TypeInputReplyTo;
|
|
22639
22662
|
message: string;
|
|
@@ -22653,6 +22676,7 @@ export namespace Api {
|
|
|
22653
22676
|
noforwards?: boolean;
|
|
22654
22677
|
updateStickersetsOrder?: boolean;
|
|
22655
22678
|
invertMedia?: boolean;
|
|
22679
|
+
allowPaidFloodskip?: boolean;
|
|
22656
22680
|
peer: Api.TypeEntityLike;
|
|
22657
22681
|
replyTo?: Api.TypeInputReplyTo;
|
|
22658
22682
|
media: Api.TypeInputMedia;
|
|
@@ -22677,6 +22701,7 @@ export namespace Api {
|
|
|
22677
22701
|
noforwards?: boolean;
|
|
22678
22702
|
updateStickersetsOrder?: boolean;
|
|
22679
22703
|
invertMedia?: boolean;
|
|
22704
|
+
allowPaidFloodskip?: boolean;
|
|
22680
22705
|
peer: Api.TypeEntityLike;
|
|
22681
22706
|
replyTo?: Api.TypeInputReplyTo;
|
|
22682
22707
|
media: Api.TypeInputMedia;
|
|
@@ -22697,6 +22722,7 @@ export namespace Api {
|
|
|
22697
22722
|
dropAuthor?: boolean;
|
|
22698
22723
|
dropMediaCaptions?: boolean;
|
|
22699
22724
|
noforwards?: boolean;
|
|
22725
|
+
allowPaidFloodskip?: boolean;
|
|
22700
22726
|
fromPeer: Api.TypeEntityLike;
|
|
22701
22727
|
id: int[];
|
|
22702
22728
|
randomId: long[];
|
|
@@ -22718,6 +22744,7 @@ export namespace Api {
|
|
|
22718
22744
|
dropAuthor?: boolean;
|
|
22719
22745
|
dropMediaCaptions?: boolean;
|
|
22720
22746
|
noforwards?: boolean;
|
|
22747
|
+
allowPaidFloodskip?: boolean;
|
|
22721
22748
|
fromPeer: Api.TypeEntityLike;
|
|
22722
22749
|
id: int[];
|
|
22723
22750
|
randomId: long[];
|
|
@@ -23870,6 +23897,7 @@ export namespace Api {
|
|
|
23870
23897
|
noforwards?: boolean;
|
|
23871
23898
|
updateStickersetsOrder?: boolean;
|
|
23872
23899
|
invertMedia?: boolean;
|
|
23900
|
+
allowPaidFloodskip?: boolean;
|
|
23873
23901
|
peer: Api.TypeEntityLike;
|
|
23874
23902
|
replyTo?: Api.TypeInputReplyTo;
|
|
23875
23903
|
multiMedia: Api.TypeInputSingleMedia[];
|
|
@@ -23890,6 +23918,7 @@ export namespace Api {
|
|
|
23890
23918
|
noforwards?: boolean;
|
|
23891
23919
|
updateStickersetsOrder?: boolean;
|
|
23892
23920
|
invertMedia?: boolean;
|
|
23921
|
+
allowPaidFloodskip?: boolean;
|
|
23893
23922
|
peer: Api.TypeEntityLike;
|
|
23894
23923
|
replyTo?: Api.TypeInputReplyTo;
|
|
23895
23924
|
multiMedia: Api.TypeInputSingleMedia[];
|
|
@@ -25657,6 +25686,60 @@ export namespace Api {
|
|
|
25657
25686
|
className: "messages.GetPaidReactionPrivacy";
|
|
25658
25687
|
static fromReader(reader: Reader): GetPaidReactionPrivacy;
|
|
25659
25688
|
}
|
|
25689
|
+
export class ViewSponsoredMessage extends Request<Partial<{
|
|
25690
|
+
peer: Api.TypeEntityLike;
|
|
25691
|
+
randomId: bytes;
|
|
25692
|
+
}>, Bool> {
|
|
25693
|
+
CONSTRUCTOR_ID: 1731909873;
|
|
25694
|
+
SUBCLASS_OF_ID: 4122188204;
|
|
25695
|
+
classType: "request";
|
|
25696
|
+
className: "messages.ViewSponsoredMessage";
|
|
25697
|
+
static fromReader(reader: Reader): ViewSponsoredMessage;
|
|
25698
|
+
peer: Api.TypeEntityLike;
|
|
25699
|
+
randomId: bytes;
|
|
25700
|
+
}
|
|
25701
|
+
export class ClickSponsoredMessage extends Request<Partial<{
|
|
25702
|
+
// flags: null;
|
|
25703
|
+
media?: boolean;
|
|
25704
|
+
fullscreen?: boolean;
|
|
25705
|
+
peer: Api.TypeEntityLike;
|
|
25706
|
+
randomId: bytes;
|
|
25707
|
+
}>, Bool> {
|
|
25708
|
+
CONSTRUCTOR_ID: 252261477;
|
|
25709
|
+
SUBCLASS_OF_ID: 4122188204;
|
|
25710
|
+
classType: "request";
|
|
25711
|
+
className: "messages.ClickSponsoredMessage";
|
|
25712
|
+
static fromReader(reader: Reader): ClickSponsoredMessage;
|
|
25713
|
+
// flags: null;
|
|
25714
|
+
media?: boolean;
|
|
25715
|
+
fullscreen?: boolean;
|
|
25716
|
+
peer: Api.TypeEntityLike;
|
|
25717
|
+
randomId: bytes;
|
|
25718
|
+
}
|
|
25719
|
+
export class ReportSponsoredMessage extends Request<Partial<{
|
|
25720
|
+
peer: Api.TypeEntityLike;
|
|
25721
|
+
randomId: bytes;
|
|
25722
|
+
option: bytes;
|
|
25723
|
+
}>, channels.TypeSponsoredMessageReportResult> {
|
|
25724
|
+
CONSTRUCTOR_ID: 452189112;
|
|
25725
|
+
SUBCLASS_OF_ID: 639834146;
|
|
25726
|
+
classType: "request";
|
|
25727
|
+
className: "messages.ReportSponsoredMessage";
|
|
25728
|
+
static fromReader(reader: Reader): ReportSponsoredMessage;
|
|
25729
|
+
peer: Api.TypeEntityLike;
|
|
25730
|
+
randomId: bytes;
|
|
25731
|
+
option: bytes;
|
|
25732
|
+
}
|
|
25733
|
+
export class GetSponsoredMessages extends Request<Partial<{
|
|
25734
|
+
peer: Api.TypeEntityLike;
|
|
25735
|
+
}>, messages.TypeSponsoredMessages> {
|
|
25736
|
+
CONSTRUCTOR_ID: 2614293561;
|
|
25737
|
+
SUBCLASS_OF_ID: 2134993376;
|
|
25738
|
+
classType: "request";
|
|
25739
|
+
className: "messages.GetSponsoredMessages";
|
|
25740
|
+
static fromReader(reader: Reader): GetSponsoredMessages;
|
|
25741
|
+
peer: Api.TypeEntityLike;
|
|
25742
|
+
}
|
|
25660
25743
|
}
|
|
25661
25744
|
|
|
25662
25745
|
export namespace updates {
|
|
@@ -26616,28 +26699,6 @@ export namespace Api {
|
|
|
26616
26699
|
static fromReader(reader: Reader): ConvertToGigagroup;
|
|
26617
26700
|
channel: Api.TypeEntityLike;
|
|
26618
26701
|
}
|
|
26619
|
-
export class ViewSponsoredMessage extends Request<Partial<{
|
|
26620
|
-
channel: Api.TypeEntityLike;
|
|
26621
|
-
randomId: bytes;
|
|
26622
|
-
}>, Bool> {
|
|
26623
|
-
CONSTRUCTOR_ID: 3199130516;
|
|
26624
|
-
SUBCLASS_OF_ID: 4122188204;
|
|
26625
|
-
classType: "request";
|
|
26626
|
-
className: "channels.ViewSponsoredMessage";
|
|
26627
|
-
static fromReader(reader: Reader): ViewSponsoredMessage;
|
|
26628
|
-
channel: Api.TypeEntityLike;
|
|
26629
|
-
randomId: bytes;
|
|
26630
|
-
}
|
|
26631
|
-
export class GetSponsoredMessages extends Request<Partial<{
|
|
26632
|
-
channel: Api.TypeEntityLike;
|
|
26633
|
-
}>, messages.TypeSponsoredMessages> {
|
|
26634
|
-
CONSTRUCTOR_ID: 3961589695;
|
|
26635
|
-
SUBCLASS_OF_ID: 2134993376;
|
|
26636
|
-
classType: "request";
|
|
26637
|
-
className: "channels.GetSponsoredMessages";
|
|
26638
|
-
static fromReader(reader: Reader): GetSponsoredMessages;
|
|
26639
|
-
channel: Api.TypeEntityLike;
|
|
26640
|
-
}
|
|
26641
26702
|
export class GetSendAs extends Request<Partial<{
|
|
26642
26703
|
peer: Api.TypeEntityLike;
|
|
26643
26704
|
}>, channels.TypeSendAsPeers> {
|
|
@@ -26888,24 +26949,6 @@ export namespace Api {
|
|
|
26888
26949
|
channel: Api.TypeEntityLike;
|
|
26889
26950
|
enabled: Bool;
|
|
26890
26951
|
}
|
|
26891
|
-
export class ClickSponsoredMessage extends Request<Partial<{
|
|
26892
|
-
// flags: null;
|
|
26893
|
-
media?: boolean;
|
|
26894
|
-
fullscreen?: boolean;
|
|
26895
|
-
channel: Api.TypeEntityLike;
|
|
26896
|
-
randomId: bytes;
|
|
26897
|
-
}>, Bool> {
|
|
26898
|
-
CONSTRUCTOR_ID: 21257589;
|
|
26899
|
-
SUBCLASS_OF_ID: 4122188204;
|
|
26900
|
-
classType: "request";
|
|
26901
|
-
className: "channels.ClickSponsoredMessage";
|
|
26902
|
-
static fromReader(reader: Reader): ClickSponsoredMessage;
|
|
26903
|
-
// flags: null;
|
|
26904
|
-
media?: boolean;
|
|
26905
|
-
fullscreen?: boolean;
|
|
26906
|
-
channel: Api.TypeEntityLike;
|
|
26907
|
-
randomId: bytes;
|
|
26908
|
-
}
|
|
26909
26952
|
export class UpdateColor extends Request<Partial<{
|
|
26910
26953
|
// flags: null;
|
|
26911
26954
|
forProfile?: boolean;
|
|
@@ -26984,20 +27027,6 @@ export namespace Api {
|
|
|
26984
27027
|
channel: Api.TypeEntityLike;
|
|
26985
27028
|
stickerset: Api.TypeInputStickerSet;
|
|
26986
27029
|
}
|
|
26987
|
-
export class ReportSponsoredMessage extends Request<Partial<{
|
|
26988
|
-
channel: Api.TypeEntityLike;
|
|
26989
|
-
randomId: bytes;
|
|
26990
|
-
option: bytes;
|
|
26991
|
-
}>, channels.TypeSponsoredMessageReportResult> {
|
|
26992
|
-
CONSTRUCTOR_ID: 2945447609;
|
|
26993
|
-
SUBCLASS_OF_ID: 639834146;
|
|
26994
|
-
classType: "request";
|
|
26995
|
-
className: "channels.ReportSponsoredMessage";
|
|
26996
|
-
static fromReader(reader: Reader): ReportSponsoredMessage;
|
|
26997
|
-
channel: Api.TypeEntityLike;
|
|
26998
|
-
randomId: bytes;
|
|
26999
|
-
option: bytes;
|
|
27000
|
-
}
|
|
27001
27030
|
export class RestrictSponsoredMessages extends Request<Partial<{
|
|
27002
27031
|
channel: Api.TypeEntityLike;
|
|
27003
27032
|
restricted: Bool;
|
|
@@ -28532,40 +28561,40 @@ export namespace Api {
|
|
|
28532
28561
|
export class GetBroadcastRevenueStats extends Request<Partial<{
|
|
28533
28562
|
// flags: null;
|
|
28534
28563
|
dark?: boolean;
|
|
28535
|
-
|
|
28564
|
+
peer: Api.TypeEntityLike;
|
|
28536
28565
|
}>, stats.TypeBroadcastRevenueStats> {
|
|
28537
|
-
CONSTRUCTOR_ID:
|
|
28566
|
+
CONSTRUCTOR_ID: 4152946201;
|
|
28538
28567
|
SUBCLASS_OF_ID: 753807480;
|
|
28539
28568
|
classType: "request";
|
|
28540
28569
|
className: "stats.GetBroadcastRevenueStats";
|
|
28541
28570
|
static fromReader(reader: Reader): GetBroadcastRevenueStats;
|
|
28542
28571
|
// flags: null;
|
|
28543
28572
|
dark?: boolean;
|
|
28544
|
-
|
|
28573
|
+
peer: Api.TypeEntityLike;
|
|
28545
28574
|
}
|
|
28546
28575
|
export class GetBroadcastRevenueWithdrawalUrl extends Request<Partial<{
|
|
28547
|
-
|
|
28576
|
+
peer: Api.TypeEntityLike;
|
|
28548
28577
|
password: Api.TypeInputCheckPasswordSRP;
|
|
28549
28578
|
}>, stats.TypeBroadcastRevenueWithdrawalUrl> {
|
|
28550
|
-
CONSTRUCTOR_ID:
|
|
28579
|
+
CONSTRUCTOR_ID: 2650077869;
|
|
28551
28580
|
SUBCLASS_OF_ID: 3512518885;
|
|
28552
28581
|
classType: "request";
|
|
28553
28582
|
className: "stats.GetBroadcastRevenueWithdrawalUrl";
|
|
28554
28583
|
static fromReader(reader: Reader): GetBroadcastRevenueWithdrawalUrl;
|
|
28555
|
-
|
|
28584
|
+
peer: Api.TypeEntityLike;
|
|
28556
28585
|
password: Api.TypeInputCheckPasswordSRP;
|
|
28557
28586
|
}
|
|
28558
28587
|
export class GetBroadcastRevenueTransactions extends Request<Partial<{
|
|
28559
|
-
|
|
28588
|
+
peer: Api.TypeEntityLike;
|
|
28560
28589
|
offset: int;
|
|
28561
28590
|
limit: int;
|
|
28562
28591
|
}>, stats.TypeBroadcastRevenueTransactions> {
|
|
28563
|
-
CONSTRUCTOR_ID:
|
|
28592
|
+
CONSTRUCTOR_ID: 1889078125;
|
|
28564
28593
|
SUBCLASS_OF_ID: 108456469;
|
|
28565
28594
|
classType: "request";
|
|
28566
28595
|
className: "stats.GetBroadcastRevenueTransactions";
|
|
28567
28596
|
static fromReader(reader: Reader): GetBroadcastRevenueTransactions;
|
|
28568
|
-
|
|
28597
|
+
peer: Api.TypeEntityLike;
|
|
28569
28598
|
offset: int;
|
|
28570
28599
|
limit: int;
|
|
28571
28600
|
}
|
|
@@ -29073,10 +29102,11 @@ export namespace Api {
|
|
|
29073
29102
|
// flags: null;
|
|
29074
29103
|
hashtag?: string;
|
|
29075
29104
|
area?: Api.TypeMediaArea;
|
|
29105
|
+
peer?: Api.TypeEntityLike;
|
|
29076
29106
|
offset: string;
|
|
29077
29107
|
limit: int;
|
|
29078
29108
|
}>, stories.TypeFoundStories> {
|
|
29079
|
-
CONSTRUCTOR_ID:
|
|
29109
|
+
CONSTRUCTOR_ID: 3514894599;
|
|
29080
29110
|
SUBCLASS_OF_ID: 393808693;
|
|
29081
29111
|
classType: "request";
|
|
29082
29112
|
className: "stories.SearchPosts";
|
|
@@ -29084,6 +29114,7 @@ export namespace Api {
|
|
|
29084
29114
|
// flags: null;
|
|
29085
29115
|
hashtag?: string;
|
|
29086
29116
|
area?: Api.TypeMediaArea;
|
|
29117
|
+
peer?: Api.TypeEntityLike;
|
|
29087
29118
|
offset: string;
|
|
29088
29119
|
limit: int;
|
|
29089
29120
|
}
|
|
@@ -29547,7 +29578,7 @@ export namespace Api {
|
|
|
29547
29578
|
export type TypeBroadcastRevenueBalances = BroadcastRevenueBalances;
|
|
29548
29579
|
export type TypeAvailableEffect = AvailableEffect;
|
|
29549
29580
|
export type TypeFactCheck = FactCheck;
|
|
29550
|
-
export type TypeStarsTransactionPeer = StarsTransactionPeerUnsupported | StarsTransactionPeerAppStore | StarsTransactionPeerPlayMarket | StarsTransactionPeerPremiumBot | StarsTransactionPeerFragment | StarsTransactionPeer | StarsTransactionPeerAds;
|
|
29581
|
+
export type TypeStarsTransactionPeer = StarsTransactionPeerUnsupported | StarsTransactionPeerAppStore | StarsTransactionPeerPlayMarket | StarsTransactionPeerPremiumBot | StarsTransactionPeerFragment | StarsTransactionPeer | StarsTransactionPeerAds | StarsTransactionPeerAPI;
|
|
29551
29582
|
export type TypeStarsTopupOption = StarsTopupOption;
|
|
29552
29583
|
export type TypeStarsTransaction = StarsTransaction;
|
|
29553
29584
|
export type TypeFoundStory = FoundStory;
|
|
@@ -29598,12 +29629,12 @@ export namespace Api {
|
|
|
29598
29629
|
| account.RegisterDevice | account.UnregisterDevice | account.UpdateNotifySettings | account.GetNotifySettings | account.ResetNotifySettings | account.UpdateProfile | account.UpdateStatus | account.GetWallPapers | account.ReportPeer | account.CheckUsername | account.UpdateUsername | account.GetPrivacy | account.SetPrivacy | account.DeleteAccount | account.GetAccountTTL | account.SetAccountTTL | account.SendChangePhoneCode | account.ChangePhone | account.UpdateDeviceLocked | account.GetAuthorizations | account.ResetAuthorization | account.GetPassword | account.GetPasswordSettings | account.UpdatePasswordSettings | account.SendConfirmPhoneCode | account.ConfirmPhone | account.GetTmpPassword | account.GetWebAuthorizations | account.ResetWebAuthorization | account.ResetWebAuthorizations | account.GetAllSecureValues | account.GetSecureValue | account.SaveSecureValue | account.DeleteSecureValue | account.GetAuthorizationForm | account.AcceptAuthorization | account.SendVerifyPhoneCode | account.VerifyPhone | account.SendVerifyEmailCode | account.VerifyEmail | account.InitTakeoutSession | account.FinishTakeoutSession | account.ConfirmPasswordEmail | account.ResendPasswordEmail | account.CancelPasswordEmail | account.GetContactSignUpNotification | account.SetContactSignUpNotification | account.GetNotifyExceptions | account.GetWallPaper | account.UploadWallPaper | account.SaveWallPaper | account.InstallWallPaper | account.ResetWallPapers | account.GetAutoDownloadSettings | account.SaveAutoDownloadSettings | account.UploadTheme | account.CreateTheme | account.UpdateTheme | account.SaveTheme | account.InstallTheme | account.GetTheme | account.GetThemes | account.SetContentSettings | account.GetContentSettings | account.GetMultiWallPapers | account.GetGlobalPrivacySettings | account.SetGlobalPrivacySettings | account.ReportProfilePhoto | account.ResetPassword | account.DeclinePasswordReset | account.GetChatThemes | account.SetAuthorizationTTL | account.ChangeAuthorizationSettings | account.GetSavedRingtones | account.SaveRingtone | account.UploadRingtone | account.UpdateEmojiStatus | account.GetDefaultEmojiStatuses | account.GetRecentEmojiStatuses | account.ClearRecentEmojiStatuses | account.ReorderUsernames | account.ToggleUsername | account.GetDefaultProfilePhotoEmojis | account.GetDefaultGroupPhotoEmojis | account.GetAutoSaveSettings | account.SaveAutoSaveSettings | account.DeleteAutoSaveExceptions | account.InvalidateSignInCodes | account.UpdateColor | account.GetDefaultBackgroundEmojis | account.GetChannelDefaultEmojiStatuses | account.GetChannelRestrictedStatusEmojis | account.UpdateBusinessWorkHours | account.UpdateBusinessLocation | account.UpdateBusinessGreetingMessage | account.UpdateBusinessAwayMessage | account.UpdateConnectedBot | account.GetConnectedBots | account.GetBotBusinessConnection | account.UpdateBusinessIntro | account.ToggleConnectedBotPaused | account.DisablePeerConnectedBot | account.UpdateBirthday | account.CreateBusinessChatLink | account.EditBusinessChatLink | account.DeleteBusinessChatLink | account.GetBusinessChatLinks | account.ResolveBusinessChatLink | account.UpdatePersonalChannel | account.ToggleSponsoredMessages | account.GetReactionsNotifySettings | account.SetReactionsNotifySettings
|
|
29599
29630
|
| users.GetUsers | users.GetFullUser | users.SetSecureValueErrors | users.GetIsPremiumRequiredToContact
|
|
29600
29631
|
| contacts.GetContactIDs | contacts.GetStatuses | contacts.GetContacts | contacts.ImportContacts | contacts.DeleteContacts | contacts.DeleteByPhones | contacts.Block | contacts.Unblock | contacts.GetBlocked | contacts.Search | contacts.ResolveUsername | contacts.GetTopPeers | contacts.ResetTopPeerRating | contacts.ResetSaved | contacts.GetSaved | contacts.ToggleTopPeers | contacts.AddContact | contacts.AcceptContact | contacts.GetLocated | contacts.BlockFromReplies | contacts.ResolvePhone | contacts.ExportContactToken | contacts.ImportContactToken | contacts.EditCloseFriends | contacts.SetBlocked | contacts.GetBirthdays
|
|
29601
|
-
| messages.GetMessages | messages.GetDialogs | messages.GetHistory | messages.Search | messages.ReadHistory | messages.DeleteHistory | messages.DeleteMessages | messages.ReceivedMessages | messages.SetTyping | messages.SendMessage | messages.SendMedia | messages.ForwardMessages | messages.ReportSpam | messages.GetPeerSettings | messages.Report | messages.GetChats | messages.GetFullChat | messages.EditChatTitle | messages.EditChatPhoto | messages.AddChatUser | messages.DeleteChatUser | messages.CreateChat | messages.GetDhConfig | messages.RequestEncryption | messages.AcceptEncryption | messages.DiscardEncryption | messages.SetEncryptedTyping | messages.ReadEncryptedHistory | messages.SendEncrypted | messages.SendEncryptedFile | messages.SendEncryptedService | messages.ReceivedQueue | messages.ReportEncryptedSpam | messages.ReadMessageContents | messages.GetStickers | messages.GetAllStickers | messages.GetWebPagePreview | messages.ExportChatInvite | messages.CheckChatInvite | messages.ImportChatInvite | messages.GetStickerSet | messages.InstallStickerSet | messages.UninstallStickerSet | messages.StartBot | messages.GetMessagesViews | messages.EditChatAdmin | messages.MigrateChat | messages.SearchGlobal | messages.ReorderStickerSets | messages.GetDocumentByHash | messages.GetSavedGifs | messages.SaveGif | messages.GetInlineBotResults | messages.SetInlineBotResults | messages.SendInlineBotResult | messages.GetMessageEditData | messages.EditMessage | messages.EditInlineBotMessage | messages.GetBotCallbackAnswer | messages.SetBotCallbackAnswer | messages.GetPeerDialogs | messages.SaveDraft | messages.GetAllDrafts | messages.GetFeaturedStickers | messages.ReadFeaturedStickers | messages.GetRecentStickers | messages.SaveRecentSticker | messages.ClearRecentStickers | messages.GetArchivedStickers | messages.GetMaskStickers | messages.GetAttachedStickers | messages.SetGameScore | messages.SetInlineGameScore | messages.GetGameHighScores | messages.GetInlineGameHighScores | messages.GetCommonChats | messages.GetWebPage | messages.ToggleDialogPin | messages.ReorderPinnedDialogs | messages.GetPinnedDialogs | messages.SetBotShippingResults | messages.SetBotPrecheckoutResults | messages.UploadMedia | messages.SendScreenshotNotification | messages.GetFavedStickers | messages.FaveSticker | messages.GetUnreadMentions | messages.ReadMentions | messages.GetRecentLocations | messages.SendMultiMedia | messages.UploadEncryptedFile | messages.SearchStickerSets | messages.GetSplitRanges | messages.MarkDialogUnread | messages.GetDialogUnreadMarks | messages.ClearAllDrafts | messages.UpdatePinnedMessage | messages.SendVote | messages.GetPollResults | messages.GetOnlines | messages.EditChatAbout | messages.EditChatDefaultBannedRights | messages.GetEmojiKeywords | messages.GetEmojiKeywordsDifference | messages.GetEmojiKeywordsLanguages | messages.GetEmojiURL | messages.GetSearchCounters | messages.RequestUrlAuth | messages.AcceptUrlAuth | messages.HidePeerSettingsBar | messages.GetScheduledHistory | messages.GetScheduledMessages | messages.SendScheduledMessages | messages.DeleteScheduledMessages | messages.GetPollVotes | messages.ToggleStickerSets | messages.GetDialogFilters | messages.GetSuggestedDialogFilters | messages.UpdateDialogFilter | messages.UpdateDialogFiltersOrder | messages.GetOldFeaturedStickers | messages.GetReplies | messages.GetDiscussionMessage | messages.ReadDiscussion | messages.UnpinAllMessages | messages.DeleteChat | messages.DeletePhoneCallHistory | messages.CheckHistoryImport | messages.InitHistoryImport | messages.UploadImportedMedia | messages.StartHistoryImport | messages.GetExportedChatInvites | messages.GetExportedChatInvite | messages.EditExportedChatInvite | messages.DeleteRevokedExportedChatInvites | messages.DeleteExportedChatInvite | messages.GetAdminsWithInvites | messages.GetChatInviteImporters | messages.SetHistoryTTL | messages.CheckHistoryImportPeer | messages.SetChatTheme | messages.GetMessageReadParticipants | messages.GetSearchResultsCalendar | messages.GetSearchResultsPositions | messages.HideChatJoinRequest | messages.HideAllChatJoinRequests | messages.ToggleNoForwards | messages.SaveDefaultSendAs | messages.SendReaction | messages.GetMessagesReactions | messages.GetMessageReactionsList | messages.SetChatAvailableReactions | messages.GetAvailableReactions | messages.SetDefaultReaction | messages.TranslateText | messages.GetUnreadReactions | messages.ReadReactions | messages.SearchSentMedia | messages.GetAttachMenuBots | messages.GetAttachMenuBot | messages.ToggleBotInAttachMenu | messages.RequestWebView | messages.ProlongWebView | messages.RequestSimpleWebView | messages.SendWebViewResultMessage | messages.SendWebViewData | messages.TranscribeAudio | messages.RateTranscribedAudio | messages.GetCustomEmojiDocuments | messages.GetEmojiStickers | messages.GetFeaturedEmojiStickers | messages.ReportReaction | messages.GetTopReactions | messages.GetRecentReactions | messages.ClearRecentReactions | messages.GetExtendedMedia | messages.SetDefaultHistoryTTL | messages.GetDefaultHistoryTTL | messages.SendBotRequestedPeer | messages.GetEmojiGroups | messages.GetEmojiStatusGroups | messages.GetEmojiProfilePhotoGroups | messages.SearchCustomEmoji | messages.TogglePeerTranslations | messages.GetBotApp | messages.RequestAppWebView | messages.SetChatWallPaper | messages.SearchEmojiStickerSets | messages.GetSavedDialogs | messages.GetSavedHistory | messages.DeleteSavedHistory | messages.GetPinnedSavedDialogs | messages.ToggleSavedDialogPin | messages.ReorderPinnedSavedDialogs | messages.GetSavedReactionTags | messages.UpdateSavedReactionTag | messages.GetDefaultTagReactions | messages.GetOutboxReadDate | messages.GetQuickReplies | messages.ReorderQuickReplies | messages.CheckQuickReplyShortcut | messages.EditQuickReplyShortcut | messages.DeleteQuickReplyShortcut | messages.GetQuickReplyMessages | messages.SendQuickReplyMessages | messages.DeleteQuickReplyMessages | messages.ToggleDialogFilterTags | messages.GetMyStickers | messages.GetEmojiStickerGroups | messages.GetAvailableEffects | messages.EditFactCheck | messages.DeleteFactCheck | messages.GetFactCheck | messages.RequestMainWebView | messages.SendPaidReaction | messages.TogglePaidReactionPrivacy | messages.GetPaidReactionPrivacy
|
|
29632
|
+
| messages.GetMessages | messages.GetDialogs | messages.GetHistory | messages.Search | messages.ReadHistory | messages.DeleteHistory | messages.DeleteMessages | messages.ReceivedMessages | messages.SetTyping | messages.SendMessage | messages.SendMedia | messages.ForwardMessages | messages.ReportSpam | messages.GetPeerSettings | messages.Report | messages.GetChats | messages.GetFullChat | messages.EditChatTitle | messages.EditChatPhoto | messages.AddChatUser | messages.DeleteChatUser | messages.CreateChat | messages.GetDhConfig | messages.RequestEncryption | messages.AcceptEncryption | messages.DiscardEncryption | messages.SetEncryptedTyping | messages.ReadEncryptedHistory | messages.SendEncrypted | messages.SendEncryptedFile | messages.SendEncryptedService | messages.ReceivedQueue | messages.ReportEncryptedSpam | messages.ReadMessageContents | messages.GetStickers | messages.GetAllStickers | messages.GetWebPagePreview | messages.ExportChatInvite | messages.CheckChatInvite | messages.ImportChatInvite | messages.GetStickerSet | messages.InstallStickerSet | messages.UninstallStickerSet | messages.StartBot | messages.GetMessagesViews | messages.EditChatAdmin | messages.MigrateChat | messages.SearchGlobal | messages.ReorderStickerSets | messages.GetDocumentByHash | messages.GetSavedGifs | messages.SaveGif | messages.GetInlineBotResults | messages.SetInlineBotResults | messages.SendInlineBotResult | messages.GetMessageEditData | messages.EditMessage | messages.EditInlineBotMessage | messages.GetBotCallbackAnswer | messages.SetBotCallbackAnswer | messages.GetPeerDialogs | messages.SaveDraft | messages.GetAllDrafts | messages.GetFeaturedStickers | messages.ReadFeaturedStickers | messages.GetRecentStickers | messages.SaveRecentSticker | messages.ClearRecentStickers | messages.GetArchivedStickers | messages.GetMaskStickers | messages.GetAttachedStickers | messages.SetGameScore | messages.SetInlineGameScore | messages.GetGameHighScores | messages.GetInlineGameHighScores | messages.GetCommonChats | messages.GetWebPage | messages.ToggleDialogPin | messages.ReorderPinnedDialogs | messages.GetPinnedDialogs | messages.SetBotShippingResults | messages.SetBotPrecheckoutResults | messages.UploadMedia | messages.SendScreenshotNotification | messages.GetFavedStickers | messages.FaveSticker | messages.GetUnreadMentions | messages.ReadMentions | messages.GetRecentLocations | messages.SendMultiMedia | messages.UploadEncryptedFile | messages.SearchStickerSets | messages.GetSplitRanges | messages.MarkDialogUnread | messages.GetDialogUnreadMarks | messages.ClearAllDrafts | messages.UpdatePinnedMessage | messages.SendVote | messages.GetPollResults | messages.GetOnlines | messages.EditChatAbout | messages.EditChatDefaultBannedRights | messages.GetEmojiKeywords | messages.GetEmojiKeywordsDifference | messages.GetEmojiKeywordsLanguages | messages.GetEmojiURL | messages.GetSearchCounters | messages.RequestUrlAuth | messages.AcceptUrlAuth | messages.HidePeerSettingsBar | messages.GetScheduledHistory | messages.GetScheduledMessages | messages.SendScheduledMessages | messages.DeleteScheduledMessages | messages.GetPollVotes | messages.ToggleStickerSets | messages.GetDialogFilters | messages.GetSuggestedDialogFilters | messages.UpdateDialogFilter | messages.UpdateDialogFiltersOrder | messages.GetOldFeaturedStickers | messages.GetReplies | messages.GetDiscussionMessage | messages.ReadDiscussion | messages.UnpinAllMessages | messages.DeleteChat | messages.DeletePhoneCallHistory | messages.CheckHistoryImport | messages.InitHistoryImport | messages.UploadImportedMedia | messages.StartHistoryImport | messages.GetExportedChatInvites | messages.GetExportedChatInvite | messages.EditExportedChatInvite | messages.DeleteRevokedExportedChatInvites | messages.DeleteExportedChatInvite | messages.GetAdminsWithInvites | messages.GetChatInviteImporters | messages.SetHistoryTTL | messages.CheckHistoryImportPeer | messages.SetChatTheme | messages.GetMessageReadParticipants | messages.GetSearchResultsCalendar | messages.GetSearchResultsPositions | messages.HideChatJoinRequest | messages.HideAllChatJoinRequests | messages.ToggleNoForwards | messages.SaveDefaultSendAs | messages.SendReaction | messages.GetMessagesReactions | messages.GetMessageReactionsList | messages.SetChatAvailableReactions | messages.GetAvailableReactions | messages.SetDefaultReaction | messages.TranslateText | messages.GetUnreadReactions | messages.ReadReactions | messages.SearchSentMedia | messages.GetAttachMenuBots | messages.GetAttachMenuBot | messages.ToggleBotInAttachMenu | messages.RequestWebView | messages.ProlongWebView | messages.RequestSimpleWebView | messages.SendWebViewResultMessage | messages.SendWebViewData | messages.TranscribeAudio | messages.RateTranscribedAudio | messages.GetCustomEmojiDocuments | messages.GetEmojiStickers | messages.GetFeaturedEmojiStickers | messages.ReportReaction | messages.GetTopReactions | messages.GetRecentReactions | messages.ClearRecentReactions | messages.GetExtendedMedia | messages.SetDefaultHistoryTTL | messages.GetDefaultHistoryTTL | messages.SendBotRequestedPeer | messages.GetEmojiGroups | messages.GetEmojiStatusGroups | messages.GetEmojiProfilePhotoGroups | messages.SearchCustomEmoji | messages.TogglePeerTranslations | messages.GetBotApp | messages.RequestAppWebView | messages.SetChatWallPaper | messages.SearchEmojiStickerSets | messages.GetSavedDialogs | messages.GetSavedHistory | messages.DeleteSavedHistory | messages.GetPinnedSavedDialogs | messages.ToggleSavedDialogPin | messages.ReorderPinnedSavedDialogs | messages.GetSavedReactionTags | messages.UpdateSavedReactionTag | messages.GetDefaultTagReactions | messages.GetOutboxReadDate | messages.GetQuickReplies | messages.ReorderQuickReplies | messages.CheckQuickReplyShortcut | messages.EditQuickReplyShortcut | messages.DeleteQuickReplyShortcut | messages.GetQuickReplyMessages | messages.SendQuickReplyMessages | messages.DeleteQuickReplyMessages | messages.ToggleDialogFilterTags | messages.GetMyStickers | messages.GetEmojiStickerGroups | messages.GetAvailableEffects | messages.EditFactCheck | messages.DeleteFactCheck | messages.GetFactCheck | messages.RequestMainWebView | messages.SendPaidReaction | messages.TogglePaidReactionPrivacy | messages.GetPaidReactionPrivacy | messages.ViewSponsoredMessage | messages.ClickSponsoredMessage | messages.ReportSponsoredMessage | messages.GetSponsoredMessages
|
|
29602
29633
|
| updates.GetState | updates.GetDifference | updates.GetChannelDifference
|
|
29603
29634
|
| photos.UpdateProfilePhoto | photos.UploadProfilePhoto | photos.DeletePhotos | photos.GetUserPhotos | photos.UploadContactProfilePhoto
|
|
29604
29635
|
| upload.SaveFilePart | upload.GetFile | upload.SaveBigFilePart | upload.GetWebFile | upload.GetCdnFile | upload.ReuploadCdnFile | upload.GetCdnFileHashes | upload.GetFileHashes
|
|
29605
29636
|
| help.GetConfig | help.GetNearestDc | help.GetAppUpdate | help.GetInviteText | help.GetSupport | help.SetBotUpdatesStatus | help.GetCdnConfig | help.GetRecentMeUrls | help.GetTermsOfServiceUpdate | help.AcceptTermsOfService | help.GetDeepLinkInfo | help.GetAppConfig | help.SaveAppLog | help.GetPassportConfig | help.GetSupportName | help.GetUserInfo | help.EditUserInfo | help.GetPromoData | help.HidePromoData | help.DismissSuggestion | help.GetCountriesList | help.GetPremiumPromo | help.GetPeerColors | help.GetPeerProfileColors | help.GetTimezonesList
|
|
29606
|
-
| channels.ReadHistory | channels.DeleteMessages | channels.ReportSpam | channels.GetMessages | channels.GetParticipants | channels.GetParticipant | channels.GetChannels | channels.GetFullChannel | channels.CreateChannel | channels.EditAdmin | channels.EditTitle | channels.EditPhoto | channels.CheckUsername | channels.UpdateUsername | channels.JoinChannel | channels.LeaveChannel | channels.InviteToChannel | channels.DeleteChannel | channels.ExportMessageLink | channels.ToggleSignatures | channels.GetAdminedPublicChannels | channels.EditBanned | channels.GetAdminLog | channels.SetStickers | channels.ReadMessageContents | channels.DeleteHistory | channels.TogglePreHistoryHidden | channels.GetLeftChannels | channels.GetGroupsForDiscussion | channels.SetDiscussionGroup | channels.EditCreator | channels.EditLocation | channels.ToggleSlowMode | channels.GetInactiveChannels | channels.ConvertToGigagroup | channels.
|
|
29637
|
+
| channels.ReadHistory | channels.DeleteMessages | channels.ReportSpam | channels.GetMessages | channels.GetParticipants | channels.GetParticipant | channels.GetChannels | channels.GetFullChannel | channels.CreateChannel | channels.EditAdmin | channels.EditTitle | channels.EditPhoto | channels.CheckUsername | channels.UpdateUsername | channels.JoinChannel | channels.LeaveChannel | channels.InviteToChannel | channels.DeleteChannel | channels.ExportMessageLink | channels.ToggleSignatures | channels.GetAdminedPublicChannels | channels.EditBanned | channels.GetAdminLog | channels.SetStickers | channels.ReadMessageContents | channels.DeleteHistory | channels.TogglePreHistoryHidden | channels.GetLeftChannels | channels.GetGroupsForDiscussion | channels.SetDiscussionGroup | channels.EditCreator | channels.EditLocation | channels.ToggleSlowMode | channels.GetInactiveChannels | channels.ConvertToGigagroup | channels.GetSendAs | channels.DeleteParticipantHistory | channels.ToggleJoinToSend | channels.ToggleJoinRequest | channels.ReorderUsernames | channels.ToggleUsername | channels.DeactivateAllUsernames | channels.ToggleForum | channels.CreateForumTopic | channels.GetForumTopics | channels.GetForumTopicsByID | channels.EditForumTopic | channels.UpdatePinnedForumTopic | channels.DeleteTopicHistory | channels.ReorderPinnedForumTopics | channels.ToggleAntiSpam | channels.ReportAntiSpamFalsePositive | channels.ToggleParticipantsHidden | channels.UpdateColor | channels.ToggleViewForumAsMessages | channels.GetChannelRecommendations | channels.UpdateEmojiStatus | channels.SetBoostsToUnblockRestrictions | channels.SetEmojiStickers | channels.RestrictSponsoredMessages | channels.SearchPosts
|
|
29607
29638
|
| bots.SendCustomRequest | bots.AnswerWebhookJSONQuery | bots.SetBotCommands | bots.ResetBotCommands | bots.GetBotCommands | bots.SetBotMenuButton | bots.GetBotMenuButton | bots.SetBotBroadcastDefaultAdminRights | bots.SetBotGroupDefaultAdminRights | bots.SetBotInfo | bots.GetBotInfo | bots.ReorderUsernames | bots.ToggleUsername | bots.CanSendMessage | bots.AllowSendMessage | bots.InvokeWebViewCustomMethod | bots.GetPopularAppBots | bots.AddPreviewMedia | bots.EditPreviewMedia | bots.DeletePreviewMedia | bots.ReorderPreviewMedias | bots.GetPreviewInfo | bots.GetPreviewMedias
|
|
29608
29639
|
| payments.GetPaymentForm | payments.GetPaymentReceipt | payments.ValidateRequestedInfo | payments.SendPaymentForm | payments.GetSavedInfo | payments.ClearSavedInfo | payments.GetBankCardData | payments.ExportInvoice | payments.AssignAppStoreTransaction | payments.AssignPlayMarketTransaction | payments.CanPurchasePremium | payments.GetPremiumGiftCodeOptions | payments.CheckGiftCode | payments.ApplyGiftCode | payments.GetGiveawayInfo | payments.LaunchPrepaidGiveaway | payments.GetStarsTopupOptions | payments.GetStarsStatus | payments.GetStarsTransactions | payments.SendStarsForm | payments.RefundStarsCharge | payments.GetStarsRevenueStats | payments.GetStarsRevenueWithdrawalUrl | payments.GetStarsRevenueAdsAccountUrl | payments.GetStarsTransactionsByID | payments.GetStarsGiftOptions | payments.GetStarsSubscriptions | payments.ChangeStarsSubscription | payments.FulfillStarsSubscription | payments.GetStarsGiveawayOptions | payments.GetStarGifts | payments.GetUserStarGifts | payments.SaveStarGift | payments.ConvertStarGift
|
|
29609
29640
|
| stickers.CreateStickerSet | stickers.RemoveStickerFromSet | stickers.ChangeStickerPosition | stickers.AddStickerToSet | stickers.SetStickerSetThumb | stickers.CheckShortName | stickers.SuggestShortName | stickers.ChangeSticker | stickers.RenameStickerSet | stickers.DeleteStickerSet | stickers.ReplaceSticker
|
package/tl/apiTl.js
CHANGED
|
@@ -93,7 +93,7 @@ chatParticipants#3cbc93f8 chat_id:long participants:Vector<ChatParticipant> vers
|
|
|
93
93
|
chatPhotoEmpty#37c1011c = ChatPhoto;
|
|
94
94
|
chatPhoto#1c6e1c11 flags:# has_video:flags.0?true photo_id:long stripped_thumb:flags.1?bytes dc_id:int = ChatPhoto;
|
|
95
95
|
messageEmpty#90a6ca84 flags:# id:int peer_id:flags.0?Peer = Message;
|
|
96
|
-
message#94345242 flags:# out:flags.1?true mentioned:flags.4?true media_unread:flags.5?true silent:flags.13?true post:flags.14?true from_scheduled:flags.18?true legacy:flags.19?true edit_hide:flags.21?true pinned:flags.24?true noforwards:flags.26?true invert_media:flags.27?true flags2:# offline:flags2.1?true id:int from_id:flags.8?Peer from_boosts_applied:flags.29?int peer_id:Peer saved_peer_id:flags.28?Peer fwd_from:flags.2?MessageFwdHeader via_bot_id:flags.11?long via_business_bot_id:flags2.0?long reply_to:flags.3?MessageReplyHeader date:int message:string media:flags.9?MessageMedia reply_markup:flags.6?ReplyMarkup entities:flags.7?Vector<MessageEntity> views:flags.10?int forwards:flags.10?int replies:flags.23?MessageReplies edit_date:flags.15?int post_author:flags.16?string grouped_id:flags.17?long reactions:flags.20?MessageReactions restriction_reason:flags.22?Vector<RestrictionReason> ttl_period:flags.25?int quick_reply_shortcut_id:flags.30?int effect:flags2.2?long factcheck:flags2.3?FactCheck = Message;
|
|
96
|
+
message#94345242 flags:# out:flags.1?true mentioned:flags.4?true media_unread:flags.5?true silent:flags.13?true post:flags.14?true from_scheduled:flags.18?true legacy:flags.19?true edit_hide:flags.21?true pinned:flags.24?true noforwards:flags.26?true invert_media:flags.27?true flags2:# offline:flags2.1?true video_processing_pending:flags2.4?true id:int from_id:flags.8?Peer from_boosts_applied:flags.29?int peer_id:Peer saved_peer_id:flags.28?Peer fwd_from:flags.2?MessageFwdHeader via_bot_id:flags.11?long via_business_bot_id:flags2.0?long reply_to:flags.3?MessageReplyHeader date:int message:string media:flags.9?MessageMedia reply_markup:flags.6?ReplyMarkup entities:flags.7?Vector<MessageEntity> views:flags.10?int forwards:flags.10?int replies:flags.23?MessageReplies edit_date:flags.15?int post_author:flags.16?string grouped_id:flags.17?long reactions:flags.20?MessageReactions restriction_reason:flags.22?Vector<RestrictionReason> ttl_period:flags.25?int quick_reply_shortcut_id:flags.30?int effect:flags2.2?long factcheck:flags2.3?FactCheck = Message;
|
|
97
97
|
messageService#2b085862 flags:# out:flags.1?true mentioned:flags.4?true media_unread:flags.5?true silent:flags.13?true post:flags.14?true legacy:flags.19?true id:int from_id:flags.8?Peer peer_id:Peer reply_to:flags.3?MessageReplyHeader date:int action:MessageAction ttl_period:flags.25?int = Message;
|
|
98
98
|
messageMediaEmpty#3ded6320 = MessageMedia;
|
|
99
99
|
messageMediaPhoto#695150d7 flags:# spoiler:flags.3?true photo:flags.0?Photo ttl_seconds:flags.2?int = MessageMedia;
|
|
@@ -196,7 +196,7 @@ inputReportReasonGeoIrrelevant#dbd4feed = ReportReason;
|
|
|
196
196
|
inputReportReasonFake#f5ddd6e7 = ReportReason;
|
|
197
197
|
inputReportReasonIllegalDrugs#a8eb2be = ReportReason;
|
|
198
198
|
inputReportReasonPersonalDetails#9ec7863d = ReportReason;
|
|
199
|
-
userFull#1f58e369 flags:# blocked:flags.0?true phone_calls_available:flags.4?true phone_calls_private:flags.5?true can_pin_message:flags.7?true has_scheduled:flags.12?true video_calls_available:flags.13?true voice_messages_forbidden:flags.20?true translations_disabled:flags.23?true stories_pinned_available:flags.26?true blocked_my_stories_from:flags.27?true wallpaper_overridden:flags.28?true contact_require_premium:flags.29?true read_dates_private:flags.30?true flags2:# sponsored_enabled:flags2.7?true id:long about:flags.1?string settings:PeerSettings personal_photo:flags.21?Photo profile_photo:flags.2?Photo fallback_photo:flags.22?Photo notify_settings:PeerNotifySettings bot_info:flags.3?BotInfo pinned_msg_id:flags.6?int common_chats_count:int folder_id:flags.11?int ttl_period:flags.14?int theme_emoticon:flags.15?string private_forward_name:flags.16?string bot_group_admin_rights:flags.17?ChatAdminRights bot_broadcast_admin_rights:flags.18?ChatAdminRights premium_gifts:flags.19?Vector<PremiumGiftOption> wallpaper:flags.24?WallPaper stories:flags.25?PeerStories business_work_hours:flags2.0?BusinessWorkHours business_location:flags2.1?BusinessLocation business_greeting_message:flags2.2?BusinessGreetingMessage business_away_message:flags2.3?BusinessAwayMessage business_intro:flags2.4?BusinessIntro birthday:flags2.5?Birthday personal_channel_id:flags2.6?long personal_channel_message:flags2.6?int stargifts_count:flags2.8?int = UserFull;
|
|
199
|
+
userFull#1f58e369 flags:# blocked:flags.0?true phone_calls_available:flags.4?true phone_calls_private:flags.5?true can_pin_message:flags.7?true has_scheduled:flags.12?true video_calls_available:flags.13?true voice_messages_forbidden:flags.20?true translations_disabled:flags.23?true stories_pinned_available:flags.26?true blocked_my_stories_from:flags.27?true wallpaper_overridden:flags.28?true contact_require_premium:flags.29?true read_dates_private:flags.30?true flags2:# sponsored_enabled:flags2.7?true can_view_revenue:flags2.9?true id:long about:flags.1?string settings:PeerSettings personal_photo:flags.21?Photo profile_photo:flags.2?Photo fallback_photo:flags.22?Photo notify_settings:PeerNotifySettings bot_info:flags.3?BotInfo pinned_msg_id:flags.6?int common_chats_count:int folder_id:flags.11?int ttl_period:flags.14?int theme_emoticon:flags.15?string private_forward_name:flags.16?string bot_group_admin_rights:flags.17?ChatAdminRights bot_broadcast_admin_rights:flags.18?ChatAdminRights premium_gifts:flags.19?Vector<PremiumGiftOption> wallpaper:flags.24?WallPaper stories:flags.25?PeerStories business_work_hours:flags2.0?BusinessWorkHours business_location:flags2.1?BusinessLocation business_greeting_message:flags2.2?BusinessGreetingMessage business_away_message:flags2.3?BusinessAwayMessage business_intro:flags2.4?BusinessIntro birthday:flags2.5?Birthday personal_channel_id:flags2.6?long personal_channel_message:flags2.6?int stargifts_count:flags2.8?int = UserFull;
|
|
200
200
|
contact#145ade0b user_id:long mutual:Bool = Contact;
|
|
201
201
|
importedContact#c13e3c50 user_id:long client_id:long = ImportedContact;
|
|
202
202
|
contactStatus#16d9703b user_id:long status:UserStatus = ContactStatus;
|
|
@@ -301,7 +301,7 @@ updateFolderPeers#19360dc0 folder_peers:Vector<FolderPeer> pts:int pts_count:int
|
|
|
301
301
|
updatePeerSettings#6a7e7366 peer:Peer settings:PeerSettings = Update;
|
|
302
302
|
updatePeerLocated#b4afcfb0 peers:Vector<PeerLocated> = Update;
|
|
303
303
|
updateNewScheduledMessage#39a51dfb message:Message = Update;
|
|
304
|
-
updateDeleteScheduledMessages#
|
|
304
|
+
updateDeleteScheduledMessages#f2a71983 flags:# peer:Peer messages:Vector<int> sent_messages:flags.0?Vector<int> = Update;
|
|
305
305
|
updateTheme#8216fba3 theme:Theme = Update;
|
|
306
306
|
updateGeoLiveViewed#871fb939 peer:Peer msg_id:int = Update;
|
|
307
307
|
updateLoginToken#564fe691 = Update;
|
|
@@ -1333,8 +1333,9 @@ starsTransactionPeerPremiumBot#250dbaf8 = StarsTransactionPeer;
|
|
|
1333
1333
|
starsTransactionPeerFragment#e92fd902 = StarsTransactionPeer;
|
|
1334
1334
|
starsTransactionPeer#d80da15d peer:Peer = StarsTransactionPeer;
|
|
1335
1335
|
starsTransactionPeerAds#60682812 = StarsTransactionPeer;
|
|
1336
|
+
starsTransactionPeerAPI#f9677aad = StarsTransactionPeer;
|
|
1336
1337
|
starsTopupOption#bd915c0 flags:# extended:flags.1?true stars:long store_product:flags.0?string currency:string amount:long = StarsTopupOption;
|
|
1337
|
-
starsTransaction#
|
|
1338
|
+
starsTransaction#35d4f276 flags:# refund:flags.3?true pending:flags.4?true failed:flags.6?true gift:flags.10?true reaction:flags.11?true id:string stars:long date:int peer:StarsTransactionPeer title:flags.0?string description:flags.1?string photo:flags.2?WebDocument transaction_date:flags.5?int transaction_url:flags.5?string bot_payload:flags.7?bytes msg_id:flags.8?int extended_media:flags.9?Vector<MessageMedia> subscription_period:flags.12?int giveaway_post_id:flags.13?int stargift:flags.14?StarGift floodskip_number:flags.15?int = StarsTransaction;
|
|
1338
1339
|
payments.starsStatus#bbfa316c flags:# balance:long subscriptions:flags.1?Vector<StarsSubscription> subscriptions_next_offset:flags.2?string subscriptions_missing_balance:flags.4?long history:flags.3?Vector<StarsTransaction> next_offset:flags.0?string chats:Vector<Chat> users:Vector<User> = payments.StarsStatus;
|
|
1339
1340
|
foundStory#e87acbc0 peer:Peer story:StoryItem = FoundStory;
|
|
1340
1341
|
stories.foundStories#e2de7737 flags:# count:int stories:Vector<FoundStory> next_offset:flags.0?string chats:Vector<Chat> users:Vector<User> = stories.FoundStories;
|
|
@@ -1353,7 +1354,7 @@ starsSubscription#538ecf18 flags:# canceled:flags.0?true can_refulfill:flags.1?t
|
|
|
1353
1354
|
messageReactor#4ba3a95a flags:# top:flags.0?true my:flags.1?true anonymous:flags.2?true peer_id:flags.3?Peer count:int = MessageReactor;
|
|
1354
1355
|
starsGiveawayOption#94ce852a flags:# extended:flags.0?true default:flags.1?true stars:long yearly_boosts:int store_product:flags.2?string currency:string amount:long winners:Vector<StarsGiveawayWinnersOption> = StarsGiveawayOption;
|
|
1355
1356
|
starsGiveawayWinnersOption#54236209 flags:# default:flags.0?true users:int per_user_stars:long = StarsGiveawayWinnersOption;
|
|
1356
|
-
starGift#
|
|
1357
|
+
starGift#49c577cd flags:# limited:flags.0?true sold_out:flags.1?true id:long sticker:Document stars:long availability_remains:flags.0?int availability_total:flags.0?int convert_stars:long first_sale_date:flags.1?int last_sale_date:flags.1?int = StarGift;
|
|
1357
1358
|
payments.starGiftsNotModified#a388a368 = payments.StarGifts;
|
|
1358
1359
|
payments.starGifts#901689ea hash:int gifts:Vector<StarGift> = payments.StarGifts;
|
|
1359
1360
|
userStarGift#eea49a6e flags:# name_hidden:flags.0?true unsaved:flags.5?true from_id:flags.1?long date:int gift:StarGift message:flags.2?TextWithEntities msg_id:flags.3?int convert_stars:flags.4?long = UserStarGift;
|
|
@@ -1547,9 +1548,9 @@ messages.deleteHistory#b08f922a flags:# just_clear:flags.0?true revoke:flags.1?t
|
|
|
1547
1548
|
messages.deleteMessages#e58e95d2 flags:# revoke:flags.0?true id:Vector<int> = messages.AffectedMessages;
|
|
1548
1549
|
messages.receivedMessages#5a954c0 max_id:int = Vector<ReceivedNotifyMessage>;
|
|
1549
1550
|
messages.setTyping#58943ee2 flags:# peer:InputPeer top_msg_id:flags.0?int action:SendMessageAction = Bool;
|
|
1550
|
-
messages.sendMessage#983f9745 flags:# no_webpage:flags.1?true silent:flags.5?true background:flags.6?true clear_draft:flags.7?true noforwards:flags.14?true update_stickersets_order:flags.15?true invert_media:flags.16?true peer:InputPeer reply_to:flags.0?InputReplyTo message:string random_id:long reply_markup:flags.2?ReplyMarkup entities:flags.3?Vector<MessageEntity> schedule_date:flags.10?int send_as:flags.13?InputPeer quick_reply_shortcut:flags.17?InputQuickReplyShortcut effect:flags.18?long = Updates;
|
|
1551
|
-
messages.sendMedia#7852834e flags:# silent:flags.5?true background:flags.6?true clear_draft:flags.7?true noforwards:flags.14?true update_stickersets_order:flags.15?true invert_media:flags.16?true peer:InputPeer reply_to:flags.0?InputReplyTo media:InputMedia message:string random_id:long reply_markup:flags.2?ReplyMarkup entities:flags.3?Vector<MessageEntity> schedule_date:flags.10?int send_as:flags.13?InputPeer quick_reply_shortcut:flags.17?InputQuickReplyShortcut effect:flags.18?long = Updates;
|
|
1552
|
-
messages.forwardMessages#d5039208 flags:# silent:flags.5?true background:flags.6?true with_my_score:flags.8?true drop_author:flags.11?true drop_media_captions:flags.12?true noforwards:flags.14?true from_peer:InputPeer id:Vector<int> random_id:Vector<long> to_peer:InputPeer top_msg_id:flags.9?int schedule_date:flags.10?int send_as:flags.13?InputPeer quick_reply_shortcut:flags.17?InputQuickReplyShortcut = Updates;
|
|
1551
|
+
messages.sendMessage#983f9745 flags:# no_webpage:flags.1?true silent:flags.5?true background:flags.6?true clear_draft:flags.7?true noforwards:flags.14?true update_stickersets_order:flags.15?true invert_media:flags.16?true allow_paid_floodskip:flags.19?true peer:InputPeer reply_to:flags.0?InputReplyTo message:string random_id:long reply_markup:flags.2?ReplyMarkup entities:flags.3?Vector<MessageEntity> schedule_date:flags.10?int send_as:flags.13?InputPeer quick_reply_shortcut:flags.17?InputQuickReplyShortcut effect:flags.18?long = Updates;
|
|
1552
|
+
messages.sendMedia#7852834e flags:# silent:flags.5?true background:flags.6?true clear_draft:flags.7?true noforwards:flags.14?true update_stickersets_order:flags.15?true invert_media:flags.16?true allow_paid_floodskip:flags.19?true peer:InputPeer reply_to:flags.0?InputReplyTo media:InputMedia message:string random_id:long reply_markup:flags.2?ReplyMarkup entities:flags.3?Vector<MessageEntity> schedule_date:flags.10?int send_as:flags.13?InputPeer quick_reply_shortcut:flags.17?InputQuickReplyShortcut effect:flags.18?long = Updates;
|
|
1553
|
+
messages.forwardMessages#d5039208 flags:# silent:flags.5?true background:flags.6?true with_my_score:flags.8?true drop_author:flags.11?true drop_media_captions:flags.12?true noforwards:flags.14?true allow_paid_floodskip:flags.19?true from_peer:InputPeer id:Vector<int> random_id:Vector<long> to_peer:InputPeer top_msg_id:flags.9?int schedule_date:flags.10?int send_as:flags.13?InputPeer quick_reply_shortcut:flags.17?InputQuickReplyShortcut = Updates;
|
|
1553
1554
|
messages.reportSpam#cf1592db peer:InputPeer = Bool;
|
|
1554
1555
|
messages.getPeerSettings#efd9a6a2 peer:InputPeer = messages.PeerSettings;
|
|
1555
1556
|
messages.report#fc78af9b peer:InputPeer id:Vector<int> option:bytes message:string = ReportResult;
|
|
@@ -1627,7 +1628,7 @@ messages.faveSticker#b9ffc55b id:InputDocument unfave:Bool = Bool;
|
|
|
1627
1628
|
messages.getUnreadMentions#f107e790 flags:# peer:InputPeer top_msg_id:flags.0?int offset_id:int add_offset:int limit:int max_id:int min_id:int = messages.Messages;
|
|
1628
1629
|
messages.readMentions#36e5bf4d flags:# peer:InputPeer top_msg_id:flags.0?int = messages.AffectedHistory;
|
|
1629
1630
|
messages.getRecentLocations#702a40e0 peer:InputPeer limit:int hash:long = messages.Messages;
|
|
1630
|
-
messages.sendMultiMedia#37b74355 flags:# silent:flags.5?true background:flags.6?true clear_draft:flags.7?true noforwards:flags.14?true update_stickersets_order:flags.15?true invert_media:flags.16?true peer:InputPeer reply_to:flags.0?InputReplyTo multi_media:Vector<InputSingleMedia> schedule_date:flags.10?int send_as:flags.13?InputPeer quick_reply_shortcut:flags.17?InputQuickReplyShortcut effect:flags.18?long = Updates;
|
|
1631
|
+
messages.sendMultiMedia#37b74355 flags:# silent:flags.5?true background:flags.6?true clear_draft:flags.7?true noforwards:flags.14?true update_stickersets_order:flags.15?true invert_media:flags.16?true allow_paid_floodskip:flags.19?true peer:InputPeer reply_to:flags.0?InputReplyTo multi_media:Vector<InputSingleMedia> schedule_date:flags.10?int send_as:flags.13?InputPeer quick_reply_shortcut:flags.17?InputQuickReplyShortcut effect:flags.18?long = Updates;
|
|
1631
1632
|
messages.uploadEncryptedFile#5057c497 peer:InputEncryptedChat file:InputEncryptedFile = EncryptedFile;
|
|
1632
1633
|
messages.searchStickerSets#35705b8a flags:# exclude_featured:flags.0?true q:string hash:long = messages.FoundStickerSets;
|
|
1633
1634
|
messages.getSplitRanges#1cff7e08 = Vector<MessageRange>;
|
|
@@ -1755,6 +1756,10 @@ messages.requestMainWebView#c9e01e7b flags:# compact:flags.7?true peer:InputPeer
|
|
|
1755
1756
|
messages.sendPaidReaction#9dd6a67b flags:# peer:InputPeer msg_id:int count:int random_id:long private:flags.0?Bool = Updates;
|
|
1756
1757
|
messages.togglePaidReactionPrivacy#849ad397 peer:InputPeer msg_id:int private:Bool = Bool;
|
|
1757
1758
|
messages.getPaidReactionPrivacy#472455aa = Updates;
|
|
1759
|
+
messages.viewSponsoredMessage#673ad8f1 peer:InputPeer random_id:bytes = Bool;
|
|
1760
|
+
messages.clickSponsoredMessage#f093465 flags:# media:flags.0?true fullscreen:flags.1?true peer:InputPeer random_id:bytes = Bool;
|
|
1761
|
+
messages.reportSponsoredMessage#1af3dbb8 peer:InputPeer random_id:bytes option:bytes = channels.SponsoredMessageReportResult;
|
|
1762
|
+
messages.getSponsoredMessages#9bd2f439 peer:InputPeer = messages.SponsoredMessages;
|
|
1758
1763
|
updates.getState#edd4882a = updates.State;
|
|
1759
1764
|
updates.getDifference#19c2f763 flags:# pts:int pts_limit:flags.1?int pts_total_limit:flags.0?int date:int qts:int qts_limit:flags.2?int = updates.Difference;
|
|
1760
1765
|
updates.getChannelDifference#3173d78 flags:# force:flags.0?true channel:InputChannel filter:ChannelMessagesFilter pts:int limit:int = updates.ChannelDifference;
|
|
@@ -1831,8 +1836,6 @@ channels.editLocation#58e63f6d channel:InputChannel geo_point:InputGeoPoint addr
|
|
|
1831
1836
|
channels.toggleSlowMode#edd49ef0 channel:InputChannel seconds:int = Updates;
|
|
1832
1837
|
channels.getInactiveChannels#11e831ee = messages.InactiveChats;
|
|
1833
1838
|
channels.convertToGigagroup#b290c69 channel:InputChannel = Updates;
|
|
1834
|
-
channels.viewSponsoredMessage#beaedb94 channel:InputChannel random_id:bytes = Bool;
|
|
1835
|
-
channels.getSponsoredMessages#ec210fbf channel:InputChannel = messages.SponsoredMessages;
|
|
1836
1839
|
channels.getSendAs#dc770ee peer:InputPeer = channels.SendAsPeers;
|
|
1837
1840
|
channels.deleteParticipantHistory#367544db channel:InputChannel participant:InputPeer = messages.AffectedHistory;
|
|
1838
1841
|
channels.toggleJoinToSend#e4cb9580 channel:InputChannel enabled:Bool = Updates;
|
|
@@ -1851,14 +1854,12 @@ channels.reorderPinnedForumTopics#2950a18f flags:# force:flags.0?true channel:In
|
|
|
1851
1854
|
channels.toggleAntiSpam#68f3e4eb channel:InputChannel enabled:Bool = Updates;
|
|
1852
1855
|
channels.reportAntiSpamFalsePositive#a850a693 channel:InputChannel msg_id:int = Bool;
|
|
1853
1856
|
channels.toggleParticipantsHidden#6a6e7854 channel:InputChannel enabled:Bool = Updates;
|
|
1854
|
-
channels.clickSponsoredMessage#1445d75 flags:# media:flags.0?true fullscreen:flags.1?true channel:InputChannel random_id:bytes = Bool;
|
|
1855
1857
|
channels.updateColor#d8aa3671 flags:# for_profile:flags.1?true channel:InputChannel color:flags.2?int background_emoji_id:flags.0?long = Updates;
|
|
1856
1858
|
channels.toggleViewForumAsMessages#9738bb15 channel:InputChannel enabled:Bool = Updates;
|
|
1857
1859
|
channels.getChannelRecommendations#25a71742 flags:# channel:flags.0?InputChannel = messages.Chats;
|
|
1858
1860
|
channels.updateEmojiStatus#f0d3e6a8 channel:InputChannel emoji_status:EmojiStatus = Updates;
|
|
1859
1861
|
channels.setBoostsToUnblockRestrictions#ad399cee channel:InputChannel boosts:int = Updates;
|
|
1860
1862
|
channels.setEmojiStickers#3cd930b7 channel:InputChannel stickerset:InputStickerSet = Bool;
|
|
1861
|
-
channels.reportSponsoredMessage#af8ff6b9 channel:InputChannel random_id:bytes option:bytes = channels.SponsoredMessageReportResult;
|
|
1862
1863
|
channels.restrictSponsoredMessages#9ae91519 channel:InputChannel restricted:Bool = Updates;
|
|
1863
1864
|
channels.searchPosts#d19f987b hashtag:string offset_rate:int offset_peer:InputPeer offset_id:int limit:int = messages.Messages;
|
|
1864
1865
|
bots.sendCustomRequest#aa2769ed custom_method:string params:DataJSON = DataJSON;
|
|
@@ -1973,9 +1974,9 @@ stats.getMessagePublicForwards#5f150144 channel:InputChannel msg_id:int offset:s
|
|
|
1973
1974
|
stats.getMessageStats#b6e0a3f5 flags:# dark:flags.0?true channel:InputChannel msg_id:int = stats.MessageStats;
|
|
1974
1975
|
stats.getStoryStats#374fef40 flags:# dark:flags.0?true peer:InputPeer id:int = stats.StoryStats;
|
|
1975
1976
|
stats.getStoryPublicForwards#a6437ef6 peer:InputPeer id:int offset:string limit:int = stats.PublicForwards;
|
|
1976
|
-
stats.getBroadcastRevenueStats#
|
|
1977
|
-
stats.getBroadcastRevenueWithdrawalUrl#
|
|
1978
|
-
stats.getBroadcastRevenueTransactions#
|
|
1977
|
+
stats.getBroadcastRevenueStats#f788ee19 flags:# dark:flags.0?true peer:InputPeer = stats.BroadcastRevenueStats;
|
|
1978
|
+
stats.getBroadcastRevenueWithdrawalUrl#9df4faad peer:InputPeer password:InputCheckPasswordSRP = stats.BroadcastRevenueWithdrawalUrl;
|
|
1979
|
+
stats.getBroadcastRevenueTransactions#70990b6d peer:InputPeer offset:int limit:int = stats.BroadcastRevenueTransactions;
|
|
1979
1980
|
chatlists.exportChatlistInvite#8472478e chatlist:InputChatlist title:string peers:Vector<InputPeer> = chatlists.ExportedChatlistInvite;
|
|
1980
1981
|
chatlists.deleteExportedInvite#719c5c5e chatlist:InputChatlist slug:string = Bool;
|
|
1981
1982
|
chatlists.editExportedInvite#653db63d flags:# chatlist:InputChatlist slug:string title:flags.1?string peers:flags.2?Vector<InputPeer> = ExportedChatlistInvite;
|
|
@@ -2012,7 +2013,7 @@ stories.getChatsToSend#a56a8b60 = messages.Chats;
|
|
|
2012
2013
|
stories.togglePeerStoriesHidden#bd0415c4 peer:InputPeer hidden:Bool = Bool;
|
|
2013
2014
|
stories.getStoryReactionsList#b9b2881f flags:# forwards_first:flags.2?true peer:InputPeer id:int reaction:flags.0?Reaction offset:flags.1?string limit:int = stories.StoryReactionsList;
|
|
2014
2015
|
stories.togglePinnedToTop#b297e9b peer:InputPeer id:Vector<int> = Bool;
|
|
2015
|
-
stories.searchPosts#
|
|
2016
|
+
stories.searchPosts#d1810907 flags:# hashtag:flags.0?string area:flags.1?MediaArea peer:flags.2?InputPeer offset:string limit:int = stories.FoundStories;
|
|
2016
2017
|
premium.getBoostsList#60f67660 flags:# gifts:flags.0?true peer:InputPeer offset:string limit:int = premium.BoostsList;
|
|
2017
2018
|
premium.getMyBoosts#be77b4a = premium.MyBoosts;
|
|
2018
2019
|
premium.applyBoost#6b7da746 flags:# slots:flags.0?Vector<int> peer:InputPeer = premium.MyBoosts;
|
|
@@ -2025,5 +2026,4 @@ smsjobs.updateSettings#93fa0bf flags:# allow_international:flags.0?true = Bool;
|
|
|
2025
2026
|
smsjobs.getStatus#10a698e8 = smsjobs.Status;
|
|
2026
2027
|
smsjobs.getSmsJob#778d902f job_id:string = SmsJob;
|
|
2027
2028
|
smsjobs.finishJob#4f1ebf24 flags:# job_id:string error:flags.0?string = Bool;
|
|
2028
|
-
fragment.getCollectibleInfo#be1e85ba collectible:InputCollectible = fragment.CollectibleInfo
|
|
2029
|
-
`;
|
|
2029
|
+
fragment.getCollectibleInfo#be1e85ba collectible:InputCollectible = fragment.CollectibleInfo;`;
|