Telegram - getChatAdministrators

#1

Trying to send only every admin’s username as message to the chat. Using {{get_chat_info.response_data__result}} prints the whole JSON with all the info is_bot, first_name, username etc.

Is it possible to make it send only every admins username?

Tried {{get_chat_info.response_data__result__username}] but not working.

(Nathan Stults) #2

If you show the specific JSON payload you get back, I can help with the syntax.