Hi, everyone this is a plugin to Send and Edit message on Telegram one of the most popular platform for chat and file share, please feel free to ask any question about it.
OB2 Version: 0.2.2 + up [Beta]
Author: Br4uN_Tr
Features:
This plugin support default Telegram MarkDown and HTML
I’m having a basic problem but I was asking for help,
Is to carry the user: email data to the message. I tried with <input.USER> or even and without success
ok works i have one problem
why this is happens System.Collections.Generic.List`1[System.String]?
try collect info for a parse but reveiced in utility or bot that
thanks
That’s because you’re trying to pass a List of strings into an interpolated string. You need to either convert it to a string using the Join block or replace your <mylist> with <mylist.AsString()>