Untitled

 avatar
unknown
python
3 years ago
265 B
14
Indexable
await bot.send_file(entity=channel_id, message='test.jpg', 
                               buttons=[
                                   Button.inline('test1', b't1'),
                                   Button.inline('test2', b't2')
                               ])
Editor is loading...