@@ -37,7 +37,7 @@ async def answer(client, inline_query):
37
37
title = record .search_text ,
38
38
id = record .id ,
39
39
caption = document .user_display () + '\n ' + "آیدی ربات: @UniLandBot" ,
40
- description = f' مورد علاقه { record .likes } نفر' ,
40
+ description = f"محتوای { record . id } " + f' مورد علاقه { record .likes } نفر' ,
41
41
reply_markup = InlineKeyboardMarkup ([[
42
42
InlineKeyboardButton (
43
43
text = f'👍 { record .likes } ' ,
@@ -56,7 +56,8 @@ async def answer(client, inline_query):
56
56
title = record .search_text ,
57
57
id = record .id ,
58
58
caption = profile .user_display () + '\n ' + "آیدی ربات: @UniLandBot" ,
59
- description = f'مورد علاقه { record .likes } نفر' ,
59
+ description = f"محتوای { record .id } " +
60
+ f' مورد علاقه { record .likes } نفر' ,
60
61
reply_markup = InlineKeyboardMarkup ([[
61
62
InlineKeyboardButton (
62
63
text = f'👍 { record .likes } ' ,
@@ -70,7 +71,8 @@ async def answer(client, inline_query):
70
71
input_message_content = InputTextMessageContent (
71
72
profile .user_display () + '\n ' + "آیدی ربات: @UniLandBot" ),
72
73
id = record .id ,
73
- description = f'مورد علاقه { record .likes } نفر' ,
74
+ description = f"محتوای { record .id } " +
75
+ f' مورد علاقه { record .likes } نفر' ,
74
76
reply_markup = InlineKeyboardMarkup ([[
75
77
InlineKeyboardButton (
76
78
text = f'👍 { record .likes } ' ,
@@ -87,7 +89,8 @@ async def answer(client, inline_query):
87
89
input_message_content = InputTextMessageContent (
88
90
media .user_display () + '\n ' + "آیدی ربات: @UniLandBot" ),
89
91
id = record .id ,
90
- description = f'مورد علاقه { record .likes } نفر' ,
92
+ description = f"محتوای { record .id } " +
93
+ f' مورد علاقه { record .likes } نفر' ,
91
94
reply_markup = InlineKeyboardMarkup ([[
92
95
InlineKeyboardButton (
93
96
text = f'👍 { media .likes } ' ,
0 commit comments