How to invoke Telegram methods? #500
-
I have recently started working with this library and Laravel in general. Please show me an example of getchatmember method and how to call it and get data. |
Beta Was this translation helpful? Give feedback.
Answered by
fabio-ivona
Feb 2, 2024
Replies: 1 comment 2 replies
-
hi, please refer to the documentation site: https://defstudio.github.io/telegraph/features/telegram-api-calls#chatmember |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to have a user's Telegram $userId in order to retrieve its chat member info:
and then use data in your logic
can't help further without a context