File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
TelegramClient-Core.package/TCCRequest.class
TelegramClient-UI.package/TCUChatWindow.class Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ newSendDocumentMessage: aDocumentPath to: aChatId
7
7
' chat_id' - > aChatId.
8
8
' input_message_content' - > (Dictionary newFrom: {
9
9
' @type' - > ' inputMessageDocument' .
10
- ' photo ' - > (Dictionary newFrom: {
10
+ ' document ' - > (Dictionary newFrom: {
11
11
' @type' - > ' inputFileLocal' .
12
12
' path' - > aDocumentPath.
13
13
})
Original file line number Diff line number Diff line change 16
16
"newRequestFile:" : " JB 8/1/2021 11:35" ,
17
17
"newRequestSticker:" : " JK 5/16/2024 21:39" ,
18
18
"newSearchChatFrom:" : " RS 6/23/2021 16:38" ,
19
- "newSendDocumentMessage:to:" : " ED 6/19 /2024 13:52 " ,
19
+ "newSendDocumentMessage:to:" : " JK 6/26 /2024 14:29 " ,
20
20
"newSendFileMessage:to:" : " ED 6/19/2024 13:51" ,
21
21
"newSendMessage:to:" : " 6/7/2024 09:02:10" ,
22
22
"newSendMessage:to:asReplyTo:" : " JS 5/20/2022 10:02" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buttonFileSelectPressed
3
3
4
4
| fileEnding fileObject videoEndings photoEndings |
5
5
6
- photoEndings := #('jpg' 'jpeg' 'png' 'webp' ' gif' 'bmp') .
6
+ photoEndings := #('jpg' 'jpeg' 'png' 'gif' 'bmp') .
7
7
videoEndings := #('mp4' 'webm' 'mov' 'avi') .
8
8
9
9
fileObject := (FileChooser new initializeAsDialogBox open).
Original file line number Diff line number Diff line change 18
18
"addTextInputField" : " jkon 6/17/2024 09:58" ,
19
19
"addTitleBar" : " RS 5/29/2021 18:12" ,
20
20
"addWelcomeMessage" : " RK 8/4/2021 12:07" ,
21
- "buttonFileSelectPressed" : " ED 6/19 /2024 13:54 " ,
21
+ "buttonFileSelectPressed" : " JK 6/26 /2024 14:30 " ,
22
22
"buttonSendPressed" : " ek 6/19/2022 19:07" ,
23
23
"buttonStickerPressed" : " AH 6/23/2024 13:00" ,
24
24
"chatMessageList" : " JB 7/6/2021 14:02" ,
You can’t perform that action at this time.
0 commit comments