Query the Telegram API
This is all "WRITE" queries for performing various functions that makes changes/do actions etc.
Please note a Group ID is not the same as a Chat ID and Forward wont work with that
Method 1:
1) Open Telegram Web interface
2) In Search bar
type: Saved
3) Choose the option: Saved messages (chat with yourself)
4) In the Browser's addess bar you can see your Chat ID!
Method 2: Greate Group, add new bot and use getUpdates to figure out Chat ID
Method 3: Use the User Info Bot to get your Chat ID - This is unsecure
You can use this to add a "custom" Group ID / Group Name for use in the WRITE and GRAB and TAKEDOWN pages. Please note that these only lives as long as your session does. Also if you run "Get Updates" we will also automatically populate these lists with known Groups!
You can use this to add a "custom" User ID / First Last name for use in the WRITE and GRAB and TAKEDOWN pages. Please note that these only lives as long as your session does. Also if you run "Get Updates" we will also automatically populate these lists with known Groups!
Use this to populate the TARGET options, this can be any ID you want for the operation like GroupID, UserID, ChatID, what ever the operation needs as a target/destination value.
This is all "WRITE" queries for performing various functions that makes changes/do actions etc.