You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Arguments type is provided by Telefrag to help handle parameters provided by humans on Telegram which will always be provided as a string but may not only need to be interpretted as integers, longs, dates, but may also need to be split into parameters based on a delimiter.
Any time Telefrag parses text it knows is from a Telegram user it is often presented as an Arguments object so that it can be queried easily.
Let's take this example input provided by a user:
vara=newArguments("/kick @bob 40 Go Away");
Here are some example evaluations and their results: