add webapp button
This commit is contained in:
parent
467c4644df
commit
840a1406d6
|
|
@ -142,7 +142,7 @@ async def t_inline_query_node_content(query: types.InlineQuery, memory=None, use
|
||||||
}],
|
}],
|
||||||
[{
|
[{
|
||||||
'text': user.translated('viewTrack_button'),
|
'text': user.translated('viewTrack_button'),
|
||||||
'url': f"https://t.me/{CLIENT_TELEGRAM_BOT_USERNAME}?start=C{content.cid.serialize_v2()}"
|
'url': f"https://t.me/MY_Web3Bot/content?startapp={content.cid.serialize_v2()}"
|
||||||
}]
|
}]
|
||||||
]),
|
]),
|
||||||
**result_kwargs
|
**result_kwargs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue