File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/RxTelegram.Bot/Interface/BaseTypes/InputPaidMedia Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ public class BaseInputPaidMediaPhoto: BaseInputPaidMedia
14
14
15
15
/// <summary>
16
16
/// File to send. Pass a file_id to send a file that exists on the Telegram servers (recommended),
17
- /// pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://< file_attach_name> ” to upload a new one
18
- /// using multipart/form-data under < file_attach_name> name.
17
+ /// pass an HTTP URL for Telegram to get a file from the Internet, or pass “attach://{ file_attach_name} ” to upload a new one
18
+ /// using multipart/form-data under { file_attach_name} name.
19
19
/// </summary>
20
20
public string Media { get ; set ; }
21
21
}
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ public class BaseInputPaidMediaVideo : BaseInputPaidMedia
15
15
16
16
/// <summary>
17
17
/// File to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to
18
- /// get a file from the Internet, or pass “attach://< file_attach_name > ” to upload a new one using multipart/form-data
19
- /// under </ file_attach_name > name.
18
+ /// get a file from the Internet, or pass “attach://{ file_attach_name} ” to upload a new one using multipart/form-data
19
+ /// under { file_attach_name} name.
20
20
/// </summary>
21
21
public string Media { get ; set ; }
22
22
You can’t perform that action at this time.
0 commit comments