how to get telegram CHANNEL member list? - telegram

How can I get telegram CHANNEL member list? (not GROUP)
I am not an admin or owner of the channel but can I get the member list? I am just a vistor of that CHANNEL
Anybody know the answer please let me know
I have searched for this already but there is no one who has same question
Sorry for bad English, I don't use English

There is no way for that being ordinary subscriber. Member list can be accessed by channel admins only.

Related

Can multiple telegram accounts have same ID?

I am using this bot to get id by username: #get_any_telegram_id_bot
And for many accounts it returns same id. Is it by mistake?
It returns this id only for account which I would call "suspicious" - like black market and so on.
How can this be explained? Bot bug? Or it returns this id for accounts marked in some way?
user_id is supposed to be unique, and it's most likely the bot implementation cause.
How they even receive user ids is a big question; methods for that are a bit hacky. It could happen for instance, that the bot keeps a database of user ids fetched in some hacky way (ways), and returns some id because of some data corruption issue.
Of course, that all would be a guessing game until we see the bot's source code, which seems to be unavailable.

catching event of deleting a groupe-chat in telegram bot api

I'm rellay happy with that community here. I found many answers in different cases. But this time I don't find one. So maybe someone can help me?
I'm working on a telegram bot using php and webhook updates. I track if my bot is added in a group chat by "new_chat_member" or "group_chat_created" and by "left_chat_member" if it got deleted from that groupe. UNtil then everything works fine.
If I - as admin - and the bot are the last two members and I delete the chat in the telegram app, I just get a "left_chat_member" for me (the last user in the groupe). But what about the bot? Isn't the chat deletet completely? Is the groupe remaining just with the bot as a member? Got someone an idea how to catch that situation? I would need something like "chat_deleted"
Thanks a lot,
Markus
I found a possible solution:
https://core.telegram.org/bots/api#getchatmemberscount
Always on "left_chat_member" event, I check how many members are left. And if there is just two left I delete the chat of my "tracking" list. Still don't know if the bot is registered to that groub-chat on the telegram side, but don't really have another idea.

Can I extract and automatically message users on a TG group?

I’m part of a telegram group. I can see other users on the group, and I can message them individually (and manually). Is it possible to automatically (programmatically) message all the users on the group individually? Note I am not the admin.
If it is indeed possible, is there any sample code you can share?
It would be particularly awesome if the message could be customized for admin and non-admin. This means I’d need to detect if a particular user is an admin.
Thanks
I'm not sure if I get what you are looking for but I assume you have a Telegram Bot and wanna message all users in an specific group/supergroup. First I have to remind you bot can't start private message according to this link
Bots can't initiate conversations with users. A user must either add them to a group or send them a message first.
If I got it wrong feel free leave comment and I will update the answer ASAP ;-) ^_^

how to see if a member has left from a telegram channel?

I want to develope a bot in telegram to set as the admin of my channel.
And I want it to notify me whenever a member leaves the channel. And I want it to tell me who it was. and I prefer to have name or username.
I think you can. If you can see all subscribers in your channel and you can make a program to identify who lives your channel by checking and substracting existing members vs last members & you can set activity starter when member counts change
#fkadeal this is my idea & it's not tested yet
Unfortunately, you can only get member count at this time, even your bot is admin, can't get full list of member, you can just clumsy track users by their ID.

Relationships via Email Rather Than User List

I'm new at Drupal, so I may have missed a solution despite a lot of research: I want users to be able to invite non-users and other users into a named relationship they've set up (using e.g. the Friendlist or User Relationships module) using only email addresses and not the user list. I believe that invitations from both of those modules are done only after the inviter selects the invitee after selecting the invitee from a list of all users. Frankly, I would be surprised if no email solution exists since a large site's user list would be daunting. Does anyone know if this is possible using Organic Groups? Thanks very much.
You can use the Invite module at http://drupal.org/project/invite and turn on the User Relationships Invite plugin. Now, you will have a Relationship field in your invite form and you can invite by email.

Resources