global fix and update bot Api

This commit is contained in:
lendry
2026-06-26 13:01:52 +03:00
parent d3ea470d02
commit aa228d84eb
29 changed files with 980 additions and 221 deletions

View File

@@ -220,6 +220,8 @@ message BotChatMessageItem {
int32 messageId = 5;
string createdAt = 6;
optional string replyMarkupJson = 7;
bool isPinned = 8;
optional string pinnedAt = 9;
}
message ListBotChatMessagesResponse {