tg

 avatar
unknown
python
3 years ago
271 B
15
Indexable
    await bot.send_message(entity=channel_id, message=photo_msg, 
                               buttons=[
                                   Button.inline('test1', b't1'),
                                   Button.inline('test2', b't2')
                               ])
Editor is loading...