Closed ZilbergSP closed 3 years ago
So what's the problem ?
tgcf forwards the message with all buttons. If you click on button, you can see notification.
tgcf forwards the message without any buttons( testing with the latest update
Hi @cat157, there are two kinds of inline buttons. (means buttons that are attached with messages)
When you forward a message by hand, the buttons of type 1 are never forwarded. It is not possible to forward them. But buttons of type 2 are forwarded.
Tgcf also forwards buttons of type 2. You must set show_forwarded_from: true
to enjoy this feature. Otherwise, URL buttons will not get forwarded.
A user account cant create buttons. But if tgcf is being used via a bot account, it can construct buttons. You can write your own plugin to customly deal with buttons.
Docs for creating own plugin https://github.com/aahnik/tgcf/wiki/How-to-write-a-plugin-for-tgcf-%3F (you must know python and telethon for this)
If you want me to develop a custom plugin for you, then contact me https://aahnik.dev
There is a channel with inline buttons. If you click on the button, a notification appears with information. I would like to forward information from a notification or the information button itself. I attach screenshots with an example of a button.