Skip to content

How to invoke Telegram methods? #500

Closed Answered by fabio-ivona
GRUDOVOFF asked this question in Q&A
Discussion options

You must be logged in to vote

You need to have a user's Telegram $userId in order to retrieve its chat member info:

$response = Telegraph::chatMember($userId)->send();

$response->dump();

and then use data in your logic

can't help further without a context

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@GRUDOVOFF
Comment options

@fabio-ivona
Comment options

Answer selected by GRUDOVOFF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants