Skip to content

Commit 7406224

Browse files
committed
Merge branch 'master' of https://github.com/AmarnathCJD/gogram
2 parents 8984a3d + 8a5074e commit 7406224

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424

2525
</div>
2626

27+
<div align='center'>
28+
<img src="https://count.getloli.com/get/@gogram-amarnathcdj?theme=moebooru" alt="Counter" />
29+
</div>
30+
2731

2832
<br>
2933

@@ -94,7 +98,7 @@ If you'd like to support Gogram, you can consider:
9498
<li><strong>up-to-date</strong>: 🔄 gogram is always in sync with the latest telegram api changes and additions (<code>tl-parser</code> is used to generate the api layer).</li>
9599
</ul>
96100

97-
#### Current Layer - **204** (Updated on 2025-05-28)
101+
#### Current Layer - **204** (Updated on 2025-05-29)
98102

99103
## doing stuff
100104

schemes/api.tl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2523,6 +2523,7 @@ channels.restrictSponsoredMessages#9ae91519 channel:InputChannel restricted:Bool
25232523
channels.searchPosts#d19f987b hashtag:string offset_rate:int offset_peer:InputPeer offset_id:int limit:int = messages.Messages;
25242524
channels.updatePaidMessagesPrice#fc84653f channel:InputChannel send_paid_messages_stars:long = Updates;
25252525
channels.toggleAutotranslation#167fc0a1 channel:InputChannel enabled:Bool = Updates;
2526+
channels.getMessageAuthor#ece2a0e6 channel:InputChannel id:int = User;
25262527

25272528
bots.sendCustomRequest#aa2769ed custom_method:string params:DataJSON = DataJSON;
25282529
bots.answerWebhookJSONQuery#e6213f4d query_id:long data:DataJSON = Bool;

telegram/init_gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

telegram/methods_gen.go

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)