owpengram-server/internal
Astra 578eb5a1f6 botapi: implement getChat
Adds the getChat method to the HTTP Bot API gateway. Numeric chat_id only (no
@username). Resolution goes through the shared peer resolvers:

- user: ByID; unknown -> CHAT_NOT_FOUND
- channel/supergroup: ResolveChannel, so a public one resolves even when the bot
  is not a member (projected as a preview); a private one the bot cannot access
  -> CHAT_NOT_FOUND, a banned bot likewise

The Chat projection returns id (bot-api encoded), type ("channel" for a
broadcast, "supergroup" for a megagroup, "private" for a user), title, username,
first/last name, description, is_forum, and the scam/fake/verified flags.
2026-09-09 16:14:49 +01:00
..
admin fix 2026-08-25 00:20:05 +03:00
adminapi fix 2026-08-25 00:20:05 +03:00
app botfather: /start <bot> opens that bot's menu 2026-09-09 15:03:53 +01:00
botapi botapi: implement getChat 2026-09-09 16:14:49 +01:00
branding fix 2026-07-20 23:43:56 +03:00
compat added full gifts support 2026-08-07 10:13:11 +03:00
config added gifs scan at start 2026-08-07 11:02:05 +03:00
domain botapi: implement getChat 2026-09-09 16:14:49 +01:00
hoststats fix for overview panel 2026-08-07 04:26:56 +03:00
links Merge remote-tracking branch 'upstream/main' into merge-gramsrv-9106877 2026-08-03 23:29:20 +03:00
loadharness refactor(mtproto): sync replace result cache with execution ledger 2026-08-02 12:05:00 +08:00
loadtest chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
mtprotoedge Merge remote-tracking branch 'upstream/main' into merge-gramsrv-9106877 2026-08-03 23:29:20 +03:00
observability feat(loadtest): sync add real 500-session capacity harness 2026-08-02 12:05:00 +08:00
otpdelivery fix: sync harden auth, privacy, and PTS state 2026-08-02 14:12:04 +08:00
postresponse fix: sync MTProto startup and egress fixes 2026-07-13 19:05:41 +08:00
readmodelcache chore: refresh gramsrv public release 2026-06-30 14:37:43 +08:00
rpc botapi: implement getChat 2026-09-09 16:14:49 +01:00
seed fix for gif and emojies categories 2026-08-24 22:42:40 +03:00
sfu translated all logs to english 2026-07-25 07:31:27 +03:00
store forum: let non-members preview topic replies in a public channel 2026-09-09 14:43:59 +01:00
telegramloginhttp feat: sync host-based public app links 2026-07-22 21:43:56 +08:00
turnsrv translated all logs to english 2026-07-25 07:31:27 +03:00
web removed all "paid" features - no more stars, gifts, or grams 2026-08-07 01:50:10 +03:00
webauthn feat: sync visible product branding 2026-07-20 16:49:17 +08:00