tg

Anonymous
python
12/26/2021 9:56 PM
364 B
32
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...