Skip to main content

Questions tagged [forwarding]

There are myriad kinds of forwarding. Use this if you must, but try to find a more specific [tag] first.

forwarding
0 votes
2 answers
167 views

How to edit new messages before forwarding using python

I am using a Python code to forward new messages between two bot/channel telegram. I am trying to edit messages before forwarding them (I need to delete some parts of text), but I didn't find the ...
Marcello Gabrielli's user avatar
0 votes
2 answers
662 views

How auto forward messages from a channel to another channel using Python

How do I auto forward messages instantly from a channel to another channel? I created an example but doesn't work. This is my example: `from telethon import TelegramClient, events api_id = ...
Marcello Gabrielli's user avatar
1 vote
1 answer
2k views

How to disable forwarding message sent by Telegram Bot in private chat?

How to disable forwarding message of Telegram Bot in private chat? Some individuals are receiving messages from the bot and subsequently distributing them to others. I want to prevent this activity I ...
DotNetStar A's user avatar
-2 votes
1 answer
78 views

CENTOS LINUX cannot access example.com without hostname or www [closed]

I've configure a DNS Server on ROCKY linux. But It does not work like what I wanted. I can ping to hostname.example.com and www.example.com. But what I want is, I want to ping to example.com without ...
AI Faro's user avatar
0 votes
1 answer
674 views

Number of clock cycles required with and without forwarding

Consider the following sequence of MIPS instructions lw $4, 0($1) addi $5, $4, 10 add $2, $2, $3 lw $1, 20($2) add $1, $1, $5 (a) How many clock cycles will it take to fully execute these ...
eswcs's user avatar
  • 5
0 votes
1 answer
2k views

How to forward messages from one channel to another in telegram using user accounts? I tried but it doesn't work, nor I get any errors

I want to forward messages from one channel to another using my user account itself, and not bot account. Online there are many codes available for this but they all only work for bots, none works ...
Pragyan's user avatar
  • 407
0 votes
1 answer
162 views

How to handle buffer size for unknown data sizes in network operations (socks proxy)?

I am writing a socks4 proxy in C and everything works well, like I tested the data forwarding with a simple echo server as the remote peer. But now I am not sure how to handle the data if the other ...
mortytheshorty's user avatar
0 votes
1 answer
570 views

UDP port forwarding to linux bridge depending on TCP connection

I'm observing a routing behavior on a proxmox server (at its Debian 11 host level) that I can't explain. Maybe somebody can help me to better understand or had already observed the same and has a ...
HelpBox's user avatar
  • 53
-1 votes
1 answer
81 views

Editing and forwarding email (from different sender) Outlook VBA

i'm new in VBA so i need help to understand how can i: taking an email from my inbox, edit the body (deleting the last two rows and the first five rows). Forwarding that modified mail from another ...
Lidia Frizzi's user avatar
2 votes
0 answers
62 views

If I pass an rvalue into a function with T&&, in some cases I can change the value, in other cases I can't, why? [duplicate]

#include <iostream> void g(int&) { std::cout << "int&" << std::endl; } void g(int&&) { std::cout << "int&&" << std::...
OHtuzh's user avatar
  • 29
0 votes
0 answers
131 views

How do I route a domain name to specific page on a different domain name? Both domains are registered on the same account

My client recently purchased a new domain name and wants it to link to an interior page on the current website. Both domains are registered on the same account. The main site is currently hosted on a ...
Brandon Barish's user avatar
0 votes
0 answers
85 views

Calculating clock cycles when forwarding

I don't quite get the principle of forwarding, so I need some help. I have this file and need to calculate how many processor clocks are required to finish the program. Program completion occurs when ...
ivanka georgieva's user avatar
1 vote
1 answer
750 views

JWT token forwading between services

I have a problematic and a potential solution and i'm wondering if it's a good solution or if a better way of doing things exists. I have an API A called by a frontend with a JWT token. If the service ...
Platypus's user avatar
  • 361
0 votes
0 answers
57 views

java error connecting two devices with socket (public ip)

i'm almost a new java programmer (started at 5 month ago) and i want to connect two program over internet but i get some error that's i can't fix. i've tried alot. i told to my friend to ping my ...
MASEH's user avatar
  • 1
1 vote
1 answer
195 views

Terraform Cluster Logging Forwarder, from ARO to Azure

Is there a way to use Cluster Logging Forwarder to send audit log data from an ARO cluster to a Log Analytics Workspace in Azure using Terraform please. So far I tried following these guides https://...
eliew's user avatar
  • 29

15 30 50 per page
1
2
3 4 5
43