comp-tg/src/events/inlineQuery.moon

7 lines
280 B
Plaintext
Raw Normal View History

2022-02-25 20:25:21 +00:00
(api, q) =>
api.inline\answer q.id, api.inline.result(
'photo', '1',
'https://cdn.discordapp.com/attachments/871474214270554124/876506659311202395/unknown.png'
)\thumb 'https://cdn.discordapp.com/attachments/871474214270554124/876506659311202395/unknown.png'
return