Documentation fixes

This commit is contained in:
Daniil Gentili 2018-03-08 11:34:43 +00:00
parent ea360c3d4d
commit f9c689e0aa
146 changed files with 313 additions and 1 deletions

View File

@ -15,6 +15,8 @@ $Chat = '@username'; // Username
$Chat = 44700; // bot API id (users) $Chat = 44700; // bot API id (users)
$Chat = -492772765; // bot API id (chats) $Chat = -492772765; // bot API id (chats)
$Chat = -10038575794; // bot API id (channels) $Chat = -10038575794; // bot API id (channels)
$Chat = 'https://t.me/danogentili'; // t.me URLs
$Chat = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Chat = 'user#44700'; // tg-cli style id (users) $Chat = 'user#44700'; // tg-cli style id (users)
$Chat = 'chat#492772765'; // tg-cli style id (chats) $Chat = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputChannel = '@username'; // Username
$InputChannel = 44700; // bot API id (users) $InputChannel = 44700; // bot API id (users)
$InputChannel = -492772765; // bot API id (chats) $InputChannel = -492772765; // bot API id (chats)
$InputChannel = -10038575794; // bot API id (channels) $InputChannel = -10038575794; // bot API id (channels)
$InputChannel = 'https://t.me/danogentili'; // t.me URLs
$InputChannel = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputChannel = 'user#44700'; // tg-cli style id (users) $InputChannel = 'user#44700'; // tg-cli style id (users)
$InputChannel = 'chat#492772765'; // tg-cli style id (chats) $InputChannel = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -7,6 +7,13 @@ description: constructors and methods of type InputMessage
The following syntax can also be used:
```
$InputMessage = 142; // Numeric message ID
```
### Possible values (constructors): ### Possible values (constructors):
[inputMessageID](../constructors/inputMessageID.md) [inputMessageID](../constructors/inputMessageID.md)

View File

@ -15,6 +15,8 @@ $InputPeer = '@username'; // Username
$InputPeer = 44700; // bot API id (users) $InputPeer = 44700; // bot API id (users)
$InputPeer = -492772765; // bot API id (chats) $InputPeer = -492772765; // bot API id (chats)
$InputPeer = -10038575794; // bot API id (channels) $InputPeer = -10038575794; // bot API id (channels)
$InputPeer = 'https://t.me/danogentili'; // t.me URLs
$InputPeer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputPeer = 'user#44700'; // tg-cli style id (users) $InputPeer = 'user#44700'; // tg-cli style id (users)
$InputPeer = 'chat#492772765'; // tg-cli style id (chats) $InputPeer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputUser = '@username'; // Username
$InputUser = 44700; // bot API id (users) $InputUser = 44700; // bot API id (users)
$InputUser = -492772765; // bot API id (chats) $InputUser = -492772765; // bot API id (chats)
$InputUser = -10038575794; // bot API id (channels) $InputUser = -10038575794; // bot API id (channels)
$InputUser = 'https://t.me/danogentili'; // t.me URLs
$InputUser = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputUser = 'user#44700'; // tg-cli style id (users) $InputUser = 'user#44700'; // tg-cli style id (users)
$InputUser = 'chat#492772765'; // tg-cli style id (chats) $InputUser = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Peer = '@username'; // Username
$Peer = 44700; // bot API id (users) $Peer = 44700; // bot API id (users)
$Peer = -492772765; // bot API id (chats) $Peer = -492772765; // bot API id (chats)
$Peer = -10038575794; // bot API id (channels) $Peer = -10038575794; // bot API id (channels)
$Peer = 'https://t.me/danogentili'; // t.me URLs
$Peer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Peer = 'user#44700'; // tg-cli style id (users) $Peer = 'user#44700'; // tg-cli style id (users)
$Peer = 'chat#492772765'; // tg-cli style id (chats) $Peer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $User = '@username'; // Username
$User = 44700; // bot API id (users) $User = 44700; // bot API id (users)
$User = -492772765; // bot API id (chats) $User = -492772765; // bot API id (chats)
$User = -10038575794; // bot API id (channels) $User = -10038575794; // bot API id (channels)
$User = 'https://t.me/danogentili'; // t.me URLs
$User = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$User = 'user#44700'; // tg-cli style id (users) $User = 'user#44700'; // tg-cli style id (users)
$User = 'chat#492772765'; // tg-cli style id (chats) $User = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Chat = '@username'; // Username
$Chat = 44700; // bot API id (users) $Chat = 44700; // bot API id (users)
$Chat = -492772765; // bot API id (chats) $Chat = -492772765; // bot API id (chats)
$Chat = -10038575794; // bot API id (channels) $Chat = -10038575794; // bot API id (channels)
$Chat = 'https://t.me/danogentili'; // t.me URLs
$Chat = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Chat = 'user#44700'; // tg-cli style id (users) $Chat = 'user#44700'; // tg-cli style id (users)
$Chat = 'chat#492772765'; // tg-cli style id (chats) $Chat = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputPeer = '@username'; // Username
$InputPeer = 44700; // bot API id (users) $InputPeer = 44700; // bot API id (users)
$InputPeer = -492772765; // bot API id (chats) $InputPeer = -492772765; // bot API id (chats)
$InputPeer = -10038575794; // bot API id (channels) $InputPeer = -10038575794; // bot API id (channels)
$InputPeer = 'https://t.me/danogentili'; // t.me URLs
$InputPeer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputPeer = 'user#44700'; // tg-cli style id (users) $InputPeer = 'user#44700'; // tg-cli style id (users)
$InputPeer = 'chat#492772765'; // tg-cli style id (chats) $InputPeer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputUser = '@username'; // Username
$InputUser = 44700; // bot API id (users) $InputUser = 44700; // bot API id (users)
$InputUser = -492772765; // bot API id (chats) $InputUser = -492772765; // bot API id (chats)
$InputUser = -10038575794; // bot API id (channels) $InputUser = -10038575794; // bot API id (channels)
$InputUser = 'https://t.me/danogentili'; // t.me URLs
$InputUser = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputUser = 'user#44700'; // tg-cli style id (users) $InputUser = 'user#44700'; // tg-cli style id (users)
$InputUser = 'chat#492772765'; // tg-cli style id (chats) $InputUser = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Peer = '@username'; // Username
$Peer = 44700; // bot API id (users) $Peer = 44700; // bot API id (users)
$Peer = -492772765; // bot API id (chats) $Peer = -492772765; // bot API id (chats)
$Peer = -10038575794; // bot API id (channels) $Peer = -10038575794; // bot API id (channels)
$Peer = 'https://t.me/danogentili'; // t.me URLs
$Peer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Peer = 'user#44700'; // tg-cli style id (users) $Peer = 'user#44700'; // tg-cli style id (users)
$Peer = 'chat#492772765'; // tg-cli style id (chats) $Peer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $User = '@username'; // Username
$User = 44700; // bot API id (users) $User = 44700; // bot API id (users)
$User = -492772765; // bot API id (chats) $User = -492772765; // bot API id (chats)
$User = -10038575794; // bot API id (channels) $User = -10038575794; // bot API id (channels)
$User = 'https://t.me/danogentili'; // t.me URLs
$User = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$User = 'user#44700'; // tg-cli style id (users) $User = 'user#44700'; // tg-cli style id (users)
$User = 'chat#492772765'; // tg-cli style id (chats) $User = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Chat = '@username'; // Username
$Chat = 44700; // bot API id (users) $Chat = 44700; // bot API id (users)
$Chat = -492772765; // bot API id (chats) $Chat = -492772765; // bot API id (chats)
$Chat = -10038575794; // bot API id (channels) $Chat = -10038575794; // bot API id (channels)
$Chat = 'https://t.me/danogentili'; // t.me URLs
$Chat = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Chat = 'user#44700'; // tg-cli style id (users) $Chat = 'user#44700'; // tg-cli style id (users)
$Chat = 'chat#492772765'; // tg-cli style id (chats) $Chat = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputPeer = '@username'; // Username
$InputPeer = 44700; // bot API id (users) $InputPeer = 44700; // bot API id (users)
$InputPeer = -492772765; // bot API id (chats) $InputPeer = -492772765; // bot API id (chats)
$InputPeer = -10038575794; // bot API id (channels) $InputPeer = -10038575794; // bot API id (channels)
$InputPeer = 'https://t.me/danogentili'; // t.me URLs
$InputPeer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputPeer = 'user#44700'; // tg-cli style id (users) $InputPeer = 'user#44700'; // tg-cli style id (users)
$InputPeer = 'chat#492772765'; // tg-cli style id (chats) $InputPeer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputUser = '@username'; // Username
$InputUser = 44700; // bot API id (users) $InputUser = 44700; // bot API id (users)
$InputUser = -492772765; // bot API id (chats) $InputUser = -492772765; // bot API id (chats)
$InputUser = -10038575794; // bot API id (channels) $InputUser = -10038575794; // bot API id (channels)
$InputUser = 'https://t.me/danogentili'; // t.me URLs
$InputUser = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputUser = 'user#44700'; // tg-cli style id (users) $InputUser = 'user#44700'; // tg-cli style id (users)
$InputUser = 'chat#492772765'; // tg-cli style id (chats) $InputUser = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Peer = '@username'; // Username
$Peer = 44700; // bot API id (users) $Peer = 44700; // bot API id (users)
$Peer = -492772765; // bot API id (chats) $Peer = -492772765; // bot API id (chats)
$Peer = -10038575794; // bot API id (channels) $Peer = -10038575794; // bot API id (channels)
$Peer = 'https://t.me/danogentili'; // t.me URLs
$Peer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Peer = 'user#44700'; // tg-cli style id (users) $Peer = 'user#44700'; // tg-cli style id (users)
$Peer = 'chat#492772765'; // tg-cli style id (chats) $Peer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $User = '@username'; // Username
$User = 44700; // bot API id (users) $User = 44700; // bot API id (users)
$User = -492772765; // bot API id (chats) $User = -492772765; // bot API id (chats)
$User = -10038575794; // bot API id (channels) $User = -10038575794; // bot API id (channels)
$User = 'https://t.me/danogentili'; // t.me URLs
$User = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$User = 'user#44700'; // tg-cli style id (users) $User = 'user#44700'; // tg-cli style id (users)
$User = 'chat#492772765'; // tg-cli style id (chats) $User = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Chat = '@username'; // Username
$Chat = 44700; // bot API id (users) $Chat = 44700; // bot API id (users)
$Chat = -492772765; // bot API id (chats) $Chat = -492772765; // bot API id (chats)
$Chat = -10038575794; // bot API id (channels) $Chat = -10038575794; // bot API id (channels)
$Chat = 'https://t.me/danogentili'; // t.me URLs
$Chat = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Chat = 'user#44700'; // tg-cli style id (users) $Chat = 'user#44700'; // tg-cli style id (users)
$Chat = 'chat#492772765'; // tg-cli style id (chats) $Chat = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputPeer = '@username'; // Username
$InputPeer = 44700; // bot API id (users) $InputPeer = 44700; // bot API id (users)
$InputPeer = -492772765; // bot API id (chats) $InputPeer = -492772765; // bot API id (chats)
$InputPeer = -10038575794; // bot API id (channels) $InputPeer = -10038575794; // bot API id (channels)
$InputPeer = 'https://t.me/danogentili'; // t.me URLs
$InputPeer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputPeer = 'user#44700'; // tg-cli style id (users) $InputPeer = 'user#44700'; // tg-cli style id (users)
$InputPeer = 'chat#492772765'; // tg-cli style id (chats) $InputPeer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputUser = '@username'; // Username
$InputUser = 44700; // bot API id (users) $InputUser = 44700; // bot API id (users)
$InputUser = -492772765; // bot API id (chats) $InputUser = -492772765; // bot API id (chats)
$InputUser = -10038575794; // bot API id (channels) $InputUser = -10038575794; // bot API id (channels)
$InputUser = 'https://t.me/danogentili'; // t.me URLs
$InputUser = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputUser = 'user#44700'; // tg-cli style id (users) $InputUser = 'user#44700'; // tg-cli style id (users)
$InputUser = 'chat#492772765'; // tg-cli style id (chats) $InputUser = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Peer = '@username'; // Username
$Peer = 44700; // bot API id (users) $Peer = 44700; // bot API id (users)
$Peer = -492772765; // bot API id (chats) $Peer = -492772765; // bot API id (chats)
$Peer = -10038575794; // bot API id (channels) $Peer = -10038575794; // bot API id (channels)
$Peer = 'https://t.me/danogentili'; // t.me URLs
$Peer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Peer = 'user#44700'; // tg-cli style id (users) $Peer = 'user#44700'; // tg-cli style id (users)
$Peer = 'chat#492772765'; // tg-cli style id (chats) $Peer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $User = '@username'; // Username
$User = 44700; // bot API id (users) $User = 44700; // bot API id (users)
$User = -492772765; // bot API id (chats) $User = -492772765; // bot API id (chats)
$User = -10038575794; // bot API id (channels) $User = -10038575794; // bot API id (channels)
$User = 'https://t.me/danogentili'; // t.me URLs
$User = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$User = 'user#44700'; // tg-cli style id (users) $User = 'user#44700'; // tg-cli style id (users)
$User = 'chat#492772765'; // tg-cli style id (chats) $User = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Chat = '@username'; // Username
$Chat = 44700; // bot API id (users) $Chat = 44700; // bot API id (users)
$Chat = -492772765; // bot API id (chats) $Chat = -492772765; // bot API id (chats)
$Chat = -10038575794; // bot API id (channels) $Chat = -10038575794; // bot API id (channels)
$Chat = 'https://t.me/danogentili'; // t.me URLs
$Chat = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Chat = 'user#44700'; // tg-cli style id (users) $Chat = 'user#44700'; // tg-cli style id (users)
$Chat = 'chat#492772765'; // tg-cli style id (chats) $Chat = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputPeer = '@username'; // Username
$InputPeer = 44700; // bot API id (users) $InputPeer = 44700; // bot API id (users)
$InputPeer = -492772765; // bot API id (chats) $InputPeer = -492772765; // bot API id (chats)
$InputPeer = -10038575794; // bot API id (channels) $InputPeer = -10038575794; // bot API id (channels)
$InputPeer = 'https://t.me/danogentili'; // t.me URLs
$InputPeer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputPeer = 'user#44700'; // tg-cli style id (users) $InputPeer = 'user#44700'; // tg-cli style id (users)
$InputPeer = 'chat#492772765'; // tg-cli style id (chats) $InputPeer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputUser = '@username'; // Username
$InputUser = 44700; // bot API id (users) $InputUser = 44700; // bot API id (users)
$InputUser = -492772765; // bot API id (chats) $InputUser = -492772765; // bot API id (chats)
$InputUser = -10038575794; // bot API id (channels) $InputUser = -10038575794; // bot API id (channels)
$InputUser = 'https://t.me/danogentili'; // t.me URLs
$InputUser = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputUser = 'user#44700'; // tg-cli style id (users) $InputUser = 'user#44700'; // tg-cli style id (users)
$InputUser = 'chat#492772765'; // tg-cli style id (chats) $InputUser = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Peer = '@username'; // Username
$Peer = 44700; // bot API id (users) $Peer = 44700; // bot API id (users)
$Peer = -492772765; // bot API id (chats) $Peer = -492772765; // bot API id (chats)
$Peer = -10038575794; // bot API id (channels) $Peer = -10038575794; // bot API id (channels)
$Peer = 'https://t.me/danogentili'; // t.me URLs
$Peer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Peer = 'user#44700'; // tg-cli style id (users) $Peer = 'user#44700'; // tg-cli style id (users)
$Peer = 'chat#492772765'; // tg-cli style id (chats) $Peer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $User = '@username'; // Username
$User = 44700; // bot API id (users) $User = 44700; // bot API id (users)
$User = -492772765; // bot API id (chats) $User = -492772765; // bot API id (chats)
$User = -10038575794; // bot API id (channels) $User = -10038575794; // bot API id (channels)
$User = 'https://t.me/danogentili'; // t.me URLs
$User = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$User = 'user#44700'; // tg-cli style id (users) $User = 'user#44700'; // tg-cli style id (users)
$User = 'chat#492772765'; // tg-cli style id (chats) $User = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Chat = '@username'; // Username
$Chat = 44700; // bot API id (users) $Chat = 44700; // bot API id (users)
$Chat = -492772765; // bot API id (chats) $Chat = -492772765; // bot API id (chats)
$Chat = -10038575794; // bot API id (channels) $Chat = -10038575794; // bot API id (channels)
$Chat = 'https://t.me/danogentili'; // t.me URLs
$Chat = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Chat = 'user#44700'; // tg-cli style id (users) $Chat = 'user#44700'; // tg-cli style id (users)
$Chat = 'chat#492772765'; // tg-cli style id (chats) $Chat = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputPeer = '@username'; // Username
$InputPeer = 44700; // bot API id (users) $InputPeer = 44700; // bot API id (users)
$InputPeer = -492772765; // bot API id (chats) $InputPeer = -492772765; // bot API id (chats)
$InputPeer = -10038575794; // bot API id (channels) $InputPeer = -10038575794; // bot API id (channels)
$InputPeer = 'https://t.me/danogentili'; // t.me URLs
$InputPeer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputPeer = 'user#44700'; // tg-cli style id (users) $InputPeer = 'user#44700'; // tg-cli style id (users)
$InputPeer = 'chat#492772765'; // tg-cli style id (chats) $InputPeer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputUser = '@username'; // Username
$InputUser = 44700; // bot API id (users) $InputUser = 44700; // bot API id (users)
$InputUser = -492772765; // bot API id (chats) $InputUser = -492772765; // bot API id (chats)
$InputUser = -10038575794; // bot API id (channels) $InputUser = -10038575794; // bot API id (channels)
$InputUser = 'https://t.me/danogentili'; // t.me URLs
$InputUser = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputUser = 'user#44700'; // tg-cli style id (users) $InputUser = 'user#44700'; // tg-cli style id (users)
$InputUser = 'chat#492772765'; // tg-cli style id (chats) $InputUser = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Peer = '@username'; // Username
$Peer = 44700; // bot API id (users) $Peer = 44700; // bot API id (users)
$Peer = -492772765; // bot API id (chats) $Peer = -492772765; // bot API id (chats)
$Peer = -10038575794; // bot API id (channels) $Peer = -10038575794; // bot API id (channels)
$Peer = 'https://t.me/danogentili'; // t.me URLs
$Peer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Peer = 'user#44700'; // tg-cli style id (users) $Peer = 'user#44700'; // tg-cli style id (users)
$Peer = 'chat#492772765'; // tg-cli style id (chats) $Peer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $User = '@username'; // Username
$User = 44700; // bot API id (users) $User = 44700; // bot API id (users)
$User = -492772765; // bot API id (chats) $User = -492772765; // bot API id (chats)
$User = -10038575794; // bot API id (channels) $User = -10038575794; // bot API id (channels)
$User = 'https://t.me/danogentili'; // t.me URLs
$User = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$User = 'user#44700'; // tg-cli style id (users) $User = 'user#44700'; // tg-cli style id (users)
$User = 'chat#492772765'; // tg-cli style id (chats) $User = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Chat = '@username'; // Username
$Chat = 44700; // bot API id (users) $Chat = 44700; // bot API id (users)
$Chat = -492772765; // bot API id (chats) $Chat = -492772765; // bot API id (chats)
$Chat = -10038575794; // bot API id (channels) $Chat = -10038575794; // bot API id (channels)
$Chat = 'https://t.me/danogentili'; // t.me URLs
$Chat = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Chat = 'user#44700'; // tg-cli style id (users) $Chat = 'user#44700'; // tg-cli style id (users)
$Chat = 'chat#492772765'; // tg-cli style id (chats) $Chat = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputChannel = '@username'; // Username
$InputChannel = 44700; // bot API id (users) $InputChannel = 44700; // bot API id (users)
$InputChannel = -492772765; // bot API id (chats) $InputChannel = -492772765; // bot API id (chats)
$InputChannel = -10038575794; // bot API id (channels) $InputChannel = -10038575794; // bot API id (channels)
$InputChannel = 'https://t.me/danogentili'; // t.me URLs
$InputChannel = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputChannel = 'user#44700'; // tg-cli style id (users) $InputChannel = 'user#44700'; // tg-cli style id (users)
$InputChannel = 'chat#492772765'; // tg-cli style id (chats) $InputChannel = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputPeer = '@username'; // Username
$InputPeer = 44700; // bot API id (users) $InputPeer = 44700; // bot API id (users)
$InputPeer = -492772765; // bot API id (chats) $InputPeer = -492772765; // bot API id (chats)
$InputPeer = -10038575794; // bot API id (channels) $InputPeer = -10038575794; // bot API id (channels)
$InputPeer = 'https://t.me/danogentili'; // t.me URLs
$InputPeer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputPeer = 'user#44700'; // tg-cli style id (users) $InputPeer = 'user#44700'; // tg-cli style id (users)
$InputPeer = 'chat#492772765'; // tg-cli style id (chats) $InputPeer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputUser = '@username'; // Username
$InputUser = 44700; // bot API id (users) $InputUser = 44700; // bot API id (users)
$InputUser = -492772765; // bot API id (chats) $InputUser = -492772765; // bot API id (chats)
$InputUser = -10038575794; // bot API id (channels) $InputUser = -10038575794; // bot API id (channels)
$InputUser = 'https://t.me/danogentili'; // t.me URLs
$InputUser = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputUser = 'user#44700'; // tg-cli style id (users) $InputUser = 'user#44700'; // tg-cli style id (users)
$InputUser = 'chat#492772765'; // tg-cli style id (chats) $InputUser = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Peer = '@username'; // Username
$Peer = 44700; // bot API id (users) $Peer = 44700; // bot API id (users)
$Peer = -492772765; // bot API id (chats) $Peer = -492772765; // bot API id (chats)
$Peer = -10038575794; // bot API id (channels) $Peer = -10038575794; // bot API id (channels)
$Peer = 'https://t.me/danogentili'; // t.me URLs
$Peer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Peer = 'user#44700'; // tg-cli style id (users) $Peer = 'user#44700'; // tg-cli style id (users)
$Peer = 'chat#492772765'; // tg-cli style id (chats) $Peer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $User = '@username'; // Username
$User = 44700; // bot API id (users) $User = 44700; // bot API id (users)
$User = -492772765; // bot API id (chats) $User = -492772765; // bot API id (chats)
$User = -10038575794; // bot API id (channels) $User = -10038575794; // bot API id (channels)
$User = 'https://t.me/danogentili'; // t.me URLs
$User = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$User = 'user#44700'; // tg-cli style id (users) $User = 'user#44700'; // tg-cli style id (users)
$User = 'chat#492772765'; // tg-cli style id (chats) $User = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Chat = '@username'; // Username
$Chat = 44700; // bot API id (users) $Chat = 44700; // bot API id (users)
$Chat = -492772765; // bot API id (chats) $Chat = -492772765; // bot API id (chats)
$Chat = -10038575794; // bot API id (channels) $Chat = -10038575794; // bot API id (channels)
$Chat = 'https://t.me/danogentili'; // t.me URLs
$Chat = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Chat = 'user#44700'; // tg-cli style id (users) $Chat = 'user#44700'; // tg-cli style id (users)
$Chat = 'chat#492772765'; // tg-cli style id (chats) $Chat = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputPeer = '@username'; // Username
$InputPeer = 44700; // bot API id (users) $InputPeer = 44700; // bot API id (users)
$InputPeer = -492772765; // bot API id (chats) $InputPeer = -492772765; // bot API id (chats)
$InputPeer = -10038575794; // bot API id (channels) $InputPeer = -10038575794; // bot API id (channels)
$InputPeer = 'https://t.me/danogentili'; // t.me URLs
$InputPeer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputPeer = 'user#44700'; // tg-cli style id (users) $InputPeer = 'user#44700'; // tg-cli style id (users)
$InputPeer = 'chat#492772765'; // tg-cli style id (chats) $InputPeer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputUser = '@username'; // Username
$InputUser = 44700; // bot API id (users) $InputUser = 44700; // bot API id (users)
$InputUser = -492772765; // bot API id (chats) $InputUser = -492772765; // bot API id (chats)
$InputUser = -10038575794; // bot API id (channels) $InputUser = -10038575794; // bot API id (channels)
$InputUser = 'https://t.me/danogentili'; // t.me URLs
$InputUser = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputUser = 'user#44700'; // tg-cli style id (users) $InputUser = 'user#44700'; // tg-cli style id (users)
$InputUser = 'chat#492772765'; // tg-cli style id (chats) $InputUser = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Peer = '@username'; // Username
$Peer = 44700; // bot API id (users) $Peer = 44700; // bot API id (users)
$Peer = -492772765; // bot API id (chats) $Peer = -492772765; // bot API id (chats)
$Peer = -10038575794; // bot API id (channels) $Peer = -10038575794; // bot API id (channels)
$Peer = 'https://t.me/danogentili'; // t.me URLs
$Peer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Peer = 'user#44700'; // tg-cli style id (users) $Peer = 'user#44700'; // tg-cli style id (users)
$Peer = 'chat#492772765'; // tg-cli style id (chats) $Peer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $User = '@username'; // Username
$User = 44700; // bot API id (users) $User = 44700; // bot API id (users)
$User = -492772765; // bot API id (chats) $User = -492772765; // bot API id (chats)
$User = -10038575794; // bot API id (channels) $User = -10038575794; // bot API id (channels)
$User = 'https://t.me/danogentili'; // t.me URLs
$User = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$User = 'user#44700'; // tg-cli style id (users) $User = 'user#44700'; // tg-cli style id (users)
$User = 'chat#492772765'; // tg-cli style id (chats) $User = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Chat = '@username'; // Username
$Chat = 44700; // bot API id (users) $Chat = 44700; // bot API id (users)
$Chat = -492772765; // bot API id (chats) $Chat = -492772765; // bot API id (chats)
$Chat = -10038575794; // bot API id (channels) $Chat = -10038575794; // bot API id (channels)
$Chat = 'https://t.me/danogentili'; // t.me URLs
$Chat = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Chat = 'user#44700'; // tg-cli style id (users) $Chat = 'user#44700'; // tg-cli style id (users)
$Chat = 'chat#492772765'; // tg-cli style id (chats) $Chat = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputChannel = '@username'; // Username
$InputChannel = 44700; // bot API id (users) $InputChannel = 44700; // bot API id (users)
$InputChannel = -492772765; // bot API id (chats) $InputChannel = -492772765; // bot API id (chats)
$InputChannel = -10038575794; // bot API id (channels) $InputChannel = -10038575794; // bot API id (channels)
$InputChannel = 'https://t.me/danogentili'; // t.me URLs
$InputChannel = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputChannel = 'user#44700'; // tg-cli style id (users) $InputChannel = 'user#44700'; // tg-cli style id (users)
$InputChannel = 'chat#492772765'; // tg-cli style id (chats) $InputChannel = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputPeer = '@username'; // Username
$InputPeer = 44700; // bot API id (users) $InputPeer = 44700; // bot API id (users)
$InputPeer = -492772765; // bot API id (chats) $InputPeer = -492772765; // bot API id (chats)
$InputPeer = -10038575794; // bot API id (channels) $InputPeer = -10038575794; // bot API id (channels)
$InputPeer = 'https://t.me/danogentili'; // t.me URLs
$InputPeer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputPeer = 'user#44700'; // tg-cli style id (users) $InputPeer = 'user#44700'; // tg-cli style id (users)
$InputPeer = 'chat#492772765'; // tg-cli style id (chats) $InputPeer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputUser = '@username'; // Username
$InputUser = 44700; // bot API id (users) $InputUser = 44700; // bot API id (users)
$InputUser = -492772765; // bot API id (chats) $InputUser = -492772765; // bot API id (chats)
$InputUser = -10038575794; // bot API id (channels) $InputUser = -10038575794; // bot API id (channels)
$InputUser = 'https://t.me/danogentili'; // t.me URLs
$InputUser = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputUser = 'user#44700'; // tg-cli style id (users) $InputUser = 'user#44700'; // tg-cli style id (users)
$InputUser = 'chat#492772765'; // tg-cli style id (chats) $InputUser = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Peer = '@username'; // Username
$Peer = 44700; // bot API id (users) $Peer = 44700; // bot API id (users)
$Peer = -492772765; // bot API id (chats) $Peer = -492772765; // bot API id (chats)
$Peer = -10038575794; // bot API id (channels) $Peer = -10038575794; // bot API id (channels)
$Peer = 'https://t.me/danogentili'; // t.me URLs
$Peer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Peer = 'user#44700'; // tg-cli style id (users) $Peer = 'user#44700'; // tg-cli style id (users)
$Peer = 'chat#492772765'; // tg-cli style id (chats) $Peer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $User = '@username'; // Username
$User = 44700; // bot API id (users) $User = 44700; // bot API id (users)
$User = -492772765; // bot API id (chats) $User = -492772765; // bot API id (chats)
$User = -10038575794; // bot API id (channels) $User = -10038575794; // bot API id (channels)
$User = 'https://t.me/danogentili'; // t.me URLs
$User = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$User = 'user#44700'; // tg-cli style id (users) $User = 'user#44700'; // tg-cli style id (users)
$User = 'chat#492772765'; // tg-cli style id (chats) $User = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Chat = '@username'; // Username
$Chat = 44700; // bot API id (users) $Chat = 44700; // bot API id (users)
$Chat = -492772765; // bot API id (chats) $Chat = -492772765; // bot API id (chats)
$Chat = -10038575794; // bot API id (channels) $Chat = -10038575794; // bot API id (channels)
$Chat = 'https://t.me/danogentili'; // t.me URLs
$Chat = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Chat = 'user#44700'; // tg-cli style id (users) $Chat = 'user#44700'; // tg-cli style id (users)
$Chat = 'chat#492772765'; // tg-cli style id (chats) $Chat = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputChannel = '@username'; // Username
$InputChannel = 44700; // bot API id (users) $InputChannel = 44700; // bot API id (users)
$InputChannel = -492772765; // bot API id (chats) $InputChannel = -492772765; // bot API id (chats)
$InputChannel = -10038575794; // bot API id (channels) $InputChannel = -10038575794; // bot API id (channels)
$InputChannel = 'https://t.me/danogentili'; // t.me URLs
$InputChannel = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputChannel = 'user#44700'; // tg-cli style id (users) $InputChannel = 'user#44700'; // tg-cli style id (users)
$InputChannel = 'chat#492772765'; // tg-cli style id (chats) $InputChannel = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputPeer = '@username'; // Username
$InputPeer = 44700; // bot API id (users) $InputPeer = 44700; // bot API id (users)
$InputPeer = -492772765; // bot API id (chats) $InputPeer = -492772765; // bot API id (chats)
$InputPeer = -10038575794; // bot API id (channels) $InputPeer = -10038575794; // bot API id (channels)
$InputPeer = 'https://t.me/danogentili'; // t.me URLs
$InputPeer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputPeer = 'user#44700'; // tg-cli style id (users) $InputPeer = 'user#44700'; // tg-cli style id (users)
$InputPeer = 'chat#492772765'; // tg-cli style id (chats) $InputPeer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputUser = '@username'; // Username
$InputUser = 44700; // bot API id (users) $InputUser = 44700; // bot API id (users)
$InputUser = -492772765; // bot API id (chats) $InputUser = -492772765; // bot API id (chats)
$InputUser = -10038575794; // bot API id (channels) $InputUser = -10038575794; // bot API id (channels)
$InputUser = 'https://t.me/danogentili'; // t.me URLs
$InputUser = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputUser = 'user#44700'; // tg-cli style id (users) $InputUser = 'user#44700'; // tg-cli style id (users)
$InputUser = 'chat#492772765'; // tg-cli style id (chats) $InputUser = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Peer = '@username'; // Username
$Peer = 44700; // bot API id (users) $Peer = 44700; // bot API id (users)
$Peer = -492772765; // bot API id (chats) $Peer = -492772765; // bot API id (chats)
$Peer = -10038575794; // bot API id (channels) $Peer = -10038575794; // bot API id (channels)
$Peer = 'https://t.me/danogentili'; // t.me URLs
$Peer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Peer = 'user#44700'; // tg-cli style id (users) $Peer = 'user#44700'; // tg-cli style id (users)
$Peer = 'chat#492772765'; // tg-cli style id (chats) $Peer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $User = '@username'; // Username
$User = 44700; // bot API id (users) $User = 44700; // bot API id (users)
$User = -492772765; // bot API id (chats) $User = -492772765; // bot API id (chats)
$User = -10038575794; // bot API id (channels) $User = -10038575794; // bot API id (channels)
$User = 'https://t.me/danogentili'; // t.me URLs
$User = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$User = 'user#44700'; // tg-cli style id (users) $User = 'user#44700'; // tg-cli style id (users)
$User = 'chat#492772765'; // tg-cli style id (chats) $User = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Chat = '@username'; // Username
$Chat = 44700; // bot API id (users) $Chat = 44700; // bot API id (users)
$Chat = -492772765; // bot API id (chats) $Chat = -492772765; // bot API id (chats)
$Chat = -10038575794; // bot API id (channels) $Chat = -10038575794; // bot API id (channels)
$Chat = 'https://t.me/danogentili'; // t.me URLs
$Chat = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Chat = 'user#44700'; // tg-cli style id (users) $Chat = 'user#44700'; // tg-cli style id (users)
$Chat = 'chat#492772765'; // tg-cli style id (chats) $Chat = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputChannel = '@username'; // Username
$InputChannel = 44700; // bot API id (users) $InputChannel = 44700; // bot API id (users)
$InputChannel = -492772765; // bot API id (chats) $InputChannel = -492772765; // bot API id (chats)
$InputChannel = -10038575794; // bot API id (channels) $InputChannel = -10038575794; // bot API id (channels)
$InputChannel = 'https://t.me/danogentili'; // t.me URLs
$InputChannel = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputChannel = 'user#44700'; // tg-cli style id (users) $InputChannel = 'user#44700'; // tg-cli style id (users)
$InputChannel = 'chat#492772765'; // tg-cli style id (chats) $InputChannel = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputPeer = '@username'; // Username
$InputPeer = 44700; // bot API id (users) $InputPeer = 44700; // bot API id (users)
$InputPeer = -492772765; // bot API id (chats) $InputPeer = -492772765; // bot API id (chats)
$InputPeer = -10038575794; // bot API id (channels) $InputPeer = -10038575794; // bot API id (channels)
$InputPeer = 'https://t.me/danogentili'; // t.me URLs
$InputPeer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputPeer = 'user#44700'; // tg-cli style id (users) $InputPeer = 'user#44700'; // tg-cli style id (users)
$InputPeer = 'chat#492772765'; // tg-cli style id (chats) $InputPeer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputUser = '@username'; // Username
$InputUser = 44700; // bot API id (users) $InputUser = 44700; // bot API id (users)
$InputUser = -492772765; // bot API id (chats) $InputUser = -492772765; // bot API id (chats)
$InputUser = -10038575794; // bot API id (channels) $InputUser = -10038575794; // bot API id (channels)
$InputUser = 'https://t.me/danogentili'; // t.me URLs
$InputUser = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputUser = 'user#44700'; // tg-cli style id (users) $InputUser = 'user#44700'; // tg-cli style id (users)
$InputUser = 'chat#492772765'; // tg-cli style id (chats) $InputUser = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Peer = '@username'; // Username
$Peer = 44700; // bot API id (users) $Peer = 44700; // bot API id (users)
$Peer = -492772765; // bot API id (chats) $Peer = -492772765; // bot API id (chats)
$Peer = -10038575794; // bot API id (channels) $Peer = -10038575794; // bot API id (channels)
$Peer = 'https://t.me/danogentili'; // t.me URLs
$Peer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Peer = 'user#44700'; // tg-cli style id (users) $Peer = 'user#44700'; // tg-cli style id (users)
$Peer = 'chat#492772765'; // tg-cli style id (chats) $Peer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $User = '@username'; // Username
$User = 44700; // bot API id (users) $User = 44700; // bot API id (users)
$User = -492772765; // bot API id (chats) $User = -492772765; // bot API id (chats)
$User = -10038575794; // bot API id (channels) $User = -10038575794; // bot API id (channels)
$User = 'https://t.me/danogentili'; // t.me URLs
$User = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$User = 'user#44700'; // tg-cli style id (users) $User = 'user#44700'; // tg-cli style id (users)
$User = 'chat#492772765'; // tg-cli style id (chats) $User = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Chat = '@username'; // Username
$Chat = 44700; // bot API id (users) $Chat = 44700; // bot API id (users)
$Chat = -492772765; // bot API id (chats) $Chat = -492772765; // bot API id (chats)
$Chat = -10038575794; // bot API id (channels) $Chat = -10038575794; // bot API id (channels)
$Chat = 'https://t.me/danogentili'; // t.me URLs
$Chat = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Chat = 'user#44700'; // tg-cli style id (users) $Chat = 'user#44700'; // tg-cli style id (users)
$Chat = 'chat#492772765'; // tg-cli style id (chats) $Chat = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputChannel = '@username'; // Username
$InputChannel = 44700; // bot API id (users) $InputChannel = 44700; // bot API id (users)
$InputChannel = -492772765; // bot API id (chats) $InputChannel = -492772765; // bot API id (chats)
$InputChannel = -10038575794; // bot API id (channels) $InputChannel = -10038575794; // bot API id (channels)
$InputChannel = 'https://t.me/danogentili'; // t.me URLs
$InputChannel = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputChannel = 'user#44700'; // tg-cli style id (users) $InputChannel = 'user#44700'; // tg-cli style id (users)
$InputChannel = 'chat#492772765'; // tg-cli style id (chats) $InputChannel = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputPeer = '@username'; // Username
$InputPeer = 44700; // bot API id (users) $InputPeer = 44700; // bot API id (users)
$InputPeer = -492772765; // bot API id (chats) $InputPeer = -492772765; // bot API id (chats)
$InputPeer = -10038575794; // bot API id (channels) $InputPeer = -10038575794; // bot API id (channels)
$InputPeer = 'https://t.me/danogentili'; // t.me URLs
$InputPeer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputPeer = 'user#44700'; // tg-cli style id (users) $InputPeer = 'user#44700'; // tg-cli style id (users)
$InputPeer = 'chat#492772765'; // tg-cli style id (chats) $InputPeer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputUser = '@username'; // Username
$InputUser = 44700; // bot API id (users) $InputUser = 44700; // bot API id (users)
$InputUser = -492772765; // bot API id (chats) $InputUser = -492772765; // bot API id (chats)
$InputUser = -10038575794; // bot API id (channels) $InputUser = -10038575794; // bot API id (channels)
$InputUser = 'https://t.me/danogentili'; // t.me URLs
$InputUser = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputUser = 'user#44700'; // tg-cli style id (users) $InputUser = 'user#44700'; // tg-cli style id (users)
$InputUser = 'chat#492772765'; // tg-cli style id (chats) $InputUser = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Peer = '@username'; // Username
$Peer = 44700; // bot API id (users) $Peer = 44700; // bot API id (users)
$Peer = -492772765; // bot API id (chats) $Peer = -492772765; // bot API id (chats)
$Peer = -10038575794; // bot API id (channels) $Peer = -10038575794; // bot API id (channels)
$Peer = 'https://t.me/danogentili'; // t.me URLs
$Peer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Peer = 'user#44700'; // tg-cli style id (users) $Peer = 'user#44700'; // tg-cli style id (users)
$Peer = 'chat#492772765'; // tg-cli style id (chats) $Peer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $User = '@username'; // Username
$User = 44700; // bot API id (users) $User = 44700; // bot API id (users)
$User = -492772765; // bot API id (chats) $User = -492772765; // bot API id (chats)
$User = -10038575794; // bot API id (channels) $User = -10038575794; // bot API id (channels)
$User = 'https://t.me/danogentili'; // t.me URLs
$User = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$User = 'user#44700'; // tg-cli style id (users) $User = 'user#44700'; // tg-cli style id (users)
$User = 'chat#492772765'; // tg-cli style id (chats) $User = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Chat = '@username'; // Username
$Chat = 44700; // bot API id (users) $Chat = 44700; // bot API id (users)
$Chat = -492772765; // bot API id (chats) $Chat = -492772765; // bot API id (chats)
$Chat = -10038575794; // bot API id (channels) $Chat = -10038575794; // bot API id (channels)
$Chat = 'https://t.me/danogentili'; // t.me URLs
$Chat = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Chat = 'user#44700'; // tg-cli style id (users) $Chat = 'user#44700'; // tg-cli style id (users)
$Chat = 'chat#492772765'; // tg-cli style id (chats) $Chat = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputChannel = '@username'; // Username
$InputChannel = 44700; // bot API id (users) $InputChannel = 44700; // bot API id (users)
$InputChannel = -492772765; // bot API id (chats) $InputChannel = -492772765; // bot API id (chats)
$InputChannel = -10038575794; // bot API id (channels) $InputChannel = -10038575794; // bot API id (channels)
$InputChannel = 'https://t.me/danogentili'; // t.me URLs
$InputChannel = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputChannel = 'user#44700'; // tg-cli style id (users) $InputChannel = 'user#44700'; // tg-cli style id (users)
$InputChannel = 'chat#492772765'; // tg-cli style id (chats) $InputChannel = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputPeer = '@username'; // Username
$InputPeer = 44700; // bot API id (users) $InputPeer = 44700; // bot API id (users)
$InputPeer = -492772765; // bot API id (chats) $InputPeer = -492772765; // bot API id (chats)
$InputPeer = -10038575794; // bot API id (channels) $InputPeer = -10038575794; // bot API id (channels)
$InputPeer = 'https://t.me/danogentili'; // t.me URLs
$InputPeer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputPeer = 'user#44700'; // tg-cli style id (users) $InputPeer = 'user#44700'; // tg-cli style id (users)
$InputPeer = 'chat#492772765'; // tg-cli style id (chats) $InputPeer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputUser = '@username'; // Username
$InputUser = 44700; // bot API id (users) $InputUser = 44700; // bot API id (users)
$InputUser = -492772765; // bot API id (chats) $InputUser = -492772765; // bot API id (chats)
$InputUser = -10038575794; // bot API id (channels) $InputUser = -10038575794; // bot API id (channels)
$InputUser = 'https://t.me/danogentili'; // t.me URLs
$InputUser = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputUser = 'user#44700'; // tg-cli style id (users) $InputUser = 'user#44700'; // tg-cli style id (users)
$InputUser = 'chat#492772765'; // tg-cli style id (chats) $InputUser = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Peer = '@username'; // Username
$Peer = 44700; // bot API id (users) $Peer = 44700; // bot API id (users)
$Peer = -492772765; // bot API id (chats) $Peer = -492772765; // bot API id (chats)
$Peer = -10038575794; // bot API id (channels) $Peer = -10038575794; // bot API id (channels)
$Peer = 'https://t.me/danogentili'; // t.me URLs
$Peer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Peer = 'user#44700'; // tg-cli style id (users) $Peer = 'user#44700'; // tg-cli style id (users)
$Peer = 'chat#492772765'; // tg-cli style id (chats) $Peer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $User = '@username'; // Username
$User = 44700; // bot API id (users) $User = 44700; // bot API id (users)
$User = -492772765; // bot API id (chats) $User = -492772765; // bot API id (chats)
$User = -10038575794; // bot API id (channels) $User = -10038575794; // bot API id (channels)
$User = 'https://t.me/danogentili'; // t.me URLs
$User = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$User = 'user#44700'; // tg-cli style id (users) $User = 'user#44700'; // tg-cli style id (users)
$User = 'chat#492772765'; // tg-cli style id (chats) $User = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Chat = '@username'; // Username
$Chat = 44700; // bot API id (users) $Chat = 44700; // bot API id (users)
$Chat = -492772765; // bot API id (chats) $Chat = -492772765; // bot API id (chats)
$Chat = -10038575794; // bot API id (channels) $Chat = -10038575794; // bot API id (channels)
$Chat = 'https://t.me/danogentili'; // t.me URLs
$Chat = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Chat = 'user#44700'; // tg-cli style id (users) $Chat = 'user#44700'; // tg-cli style id (users)
$Chat = 'chat#492772765'; // tg-cli style id (chats) $Chat = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputChannel = '@username'; // Username
$InputChannel = 44700; // bot API id (users) $InputChannel = 44700; // bot API id (users)
$InputChannel = -492772765; // bot API id (chats) $InputChannel = -492772765; // bot API id (chats)
$InputChannel = -10038575794; // bot API id (channels) $InputChannel = -10038575794; // bot API id (channels)
$InputChannel = 'https://t.me/danogentili'; // t.me URLs
$InputChannel = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputChannel = 'user#44700'; // tg-cli style id (users) $InputChannel = 'user#44700'; // tg-cli style id (users)
$InputChannel = 'chat#492772765'; // tg-cli style id (chats) $InputChannel = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputPeer = '@username'; // Username
$InputPeer = 44700; // bot API id (users) $InputPeer = 44700; // bot API id (users)
$InputPeer = -492772765; // bot API id (chats) $InputPeer = -492772765; // bot API id (chats)
$InputPeer = -10038575794; // bot API id (channels) $InputPeer = -10038575794; // bot API id (channels)
$InputPeer = 'https://t.me/danogentili'; // t.me URLs
$InputPeer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputPeer = 'user#44700'; // tg-cli style id (users) $InputPeer = 'user#44700'; // tg-cli style id (users)
$InputPeer = 'chat#492772765'; // tg-cli style id (chats) $InputPeer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputUser = '@username'; // Username
$InputUser = 44700; // bot API id (users) $InputUser = 44700; // bot API id (users)
$InputUser = -492772765; // bot API id (chats) $InputUser = -492772765; // bot API id (chats)
$InputUser = -10038575794; // bot API id (channels) $InputUser = -10038575794; // bot API id (channels)
$InputUser = 'https://t.me/danogentili'; // t.me URLs
$InputUser = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputUser = 'user#44700'; // tg-cli style id (users) $InputUser = 'user#44700'; // tg-cli style id (users)
$InputUser = 'chat#492772765'; // tg-cli style id (chats) $InputUser = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Peer = '@username'; // Username
$Peer = 44700; // bot API id (users) $Peer = 44700; // bot API id (users)
$Peer = -492772765; // bot API id (chats) $Peer = -492772765; // bot API id (chats)
$Peer = -10038575794; // bot API id (channels) $Peer = -10038575794; // bot API id (channels)
$Peer = 'https://t.me/danogentili'; // t.me URLs
$Peer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Peer = 'user#44700'; // tg-cli style id (users) $Peer = 'user#44700'; // tg-cli style id (users)
$Peer = 'chat#492772765'; // tg-cli style id (chats) $Peer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $User = '@username'; // Username
$User = 44700; // bot API id (users) $User = 44700; // bot API id (users)
$User = -492772765; // bot API id (chats) $User = -492772765; // bot API id (chats)
$User = -10038575794; // bot API id (channels) $User = -10038575794; // bot API id (channels)
$User = 'https://t.me/danogentili'; // t.me URLs
$User = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$User = 'user#44700'; // tg-cli style id (users) $User = 'user#44700'; // tg-cli style id (users)
$User = 'chat#492772765'; // tg-cli style id (chats) $User = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Chat = '@username'; // Username
$Chat = 44700; // bot API id (users) $Chat = 44700; // bot API id (users)
$Chat = -492772765; // bot API id (chats) $Chat = -492772765; // bot API id (chats)
$Chat = -10038575794; // bot API id (channels) $Chat = -10038575794; // bot API id (channels)
$Chat = 'https://t.me/danogentili'; // t.me URLs
$Chat = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Chat = 'user#44700'; // tg-cli style id (users) $Chat = 'user#44700'; // tg-cli style id (users)
$Chat = 'chat#492772765'; // tg-cli style id (chats) $Chat = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputChannel = '@username'; // Username
$InputChannel = 44700; // bot API id (users) $InputChannel = 44700; // bot API id (users)
$InputChannel = -492772765; // bot API id (chats) $InputChannel = -492772765; // bot API id (chats)
$InputChannel = -10038575794; // bot API id (channels) $InputChannel = -10038575794; // bot API id (channels)
$InputChannel = 'https://t.me/danogentili'; // t.me URLs
$InputChannel = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputChannel = 'user#44700'; // tg-cli style id (users) $InputChannel = 'user#44700'; // tg-cli style id (users)
$InputChannel = 'chat#492772765'; // tg-cli style id (chats) $InputChannel = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputPeer = '@username'; // Username
$InputPeer = 44700; // bot API id (users) $InputPeer = 44700; // bot API id (users)
$InputPeer = -492772765; // bot API id (chats) $InputPeer = -492772765; // bot API id (chats)
$InputPeer = -10038575794; // bot API id (channels) $InputPeer = -10038575794; // bot API id (channels)
$InputPeer = 'https://t.me/danogentili'; // t.me URLs
$InputPeer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputPeer = 'user#44700'; // tg-cli style id (users) $InputPeer = 'user#44700'; // tg-cli style id (users)
$InputPeer = 'chat#492772765'; // tg-cli style id (chats) $InputPeer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputUser = '@username'; // Username
$InputUser = 44700; // bot API id (users) $InputUser = 44700; // bot API id (users)
$InputUser = -492772765; // bot API id (chats) $InputUser = -492772765; // bot API id (chats)
$InputUser = -10038575794; // bot API id (channels) $InputUser = -10038575794; // bot API id (channels)
$InputUser = 'https://t.me/danogentili'; // t.me URLs
$InputUser = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputUser = 'user#44700'; // tg-cli style id (users) $InputUser = 'user#44700'; // tg-cli style id (users)
$InputUser = 'chat#492772765'; // tg-cli style id (chats) $InputUser = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Peer = '@username'; // Username
$Peer = 44700; // bot API id (users) $Peer = 44700; // bot API id (users)
$Peer = -492772765; // bot API id (chats) $Peer = -492772765; // bot API id (chats)
$Peer = -10038575794; // bot API id (channels) $Peer = -10038575794; // bot API id (channels)
$Peer = 'https://t.me/danogentili'; // t.me URLs
$Peer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Peer = 'user#44700'; // tg-cli style id (users) $Peer = 'user#44700'; // tg-cli style id (users)
$Peer = 'chat#492772765'; // tg-cli style id (chats) $Peer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $User = '@username'; // Username
$User = 44700; // bot API id (users) $User = 44700; // bot API id (users)
$User = -492772765; // bot API id (chats) $User = -492772765; // bot API id (chats)
$User = -10038575794; // bot API id (channels) $User = -10038575794; // bot API id (channels)
$User = 'https://t.me/danogentili'; // t.me URLs
$User = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$User = 'user#44700'; // tg-cli style id (users) $User = 'user#44700'; // tg-cli style id (users)
$User = 'chat#492772765'; // tg-cli style id (chats) $User = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Chat = '@username'; // Username
$Chat = 44700; // bot API id (users) $Chat = 44700; // bot API id (users)
$Chat = -492772765; // bot API id (chats) $Chat = -492772765; // bot API id (chats)
$Chat = -10038575794; // bot API id (channels) $Chat = -10038575794; // bot API id (channels)
$Chat = 'https://t.me/danogentili'; // t.me URLs
$Chat = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Chat = 'user#44700'; // tg-cli style id (users) $Chat = 'user#44700'; // tg-cli style id (users)
$Chat = 'chat#492772765'; // tg-cli style id (chats) $Chat = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputChannel = '@username'; // Username
$InputChannel = 44700; // bot API id (users) $InputChannel = 44700; // bot API id (users)
$InputChannel = -492772765; // bot API id (chats) $InputChannel = -492772765; // bot API id (chats)
$InputChannel = -10038575794; // bot API id (channels) $InputChannel = -10038575794; // bot API id (channels)
$InputChannel = 'https://t.me/danogentili'; // t.me URLs
$InputChannel = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputChannel = 'user#44700'; // tg-cli style id (users) $InputChannel = 'user#44700'; // tg-cli style id (users)
$InputChannel = 'chat#492772765'; // tg-cli style id (chats) $InputChannel = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputPeer = '@username'; // Username
$InputPeer = 44700; // bot API id (users) $InputPeer = 44700; // bot API id (users)
$InputPeer = -492772765; // bot API id (chats) $InputPeer = -492772765; // bot API id (chats)
$InputPeer = -10038575794; // bot API id (channels) $InputPeer = -10038575794; // bot API id (channels)
$InputPeer = 'https://t.me/danogentili'; // t.me URLs
$InputPeer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputPeer = 'user#44700'; // tg-cli style id (users) $InputPeer = 'user#44700'; // tg-cli style id (users)
$InputPeer = 'chat#492772765'; // tg-cli style id (chats) $InputPeer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputUser = '@username'; // Username
$InputUser = 44700; // bot API id (users) $InputUser = 44700; // bot API id (users)
$InputUser = -492772765; // bot API id (chats) $InputUser = -492772765; // bot API id (chats)
$InputUser = -10038575794; // bot API id (channels) $InputUser = -10038575794; // bot API id (channels)
$InputUser = 'https://t.me/danogentili'; // t.me URLs
$InputUser = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputUser = 'user#44700'; // tg-cli style id (users) $InputUser = 'user#44700'; // tg-cli style id (users)
$InputUser = 'chat#492772765'; // tg-cli style id (chats) $InputUser = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Peer = '@username'; // Username
$Peer = 44700; // bot API id (users) $Peer = 44700; // bot API id (users)
$Peer = -492772765; // bot API id (chats) $Peer = -492772765; // bot API id (chats)
$Peer = -10038575794; // bot API id (channels) $Peer = -10038575794; // bot API id (channels)
$Peer = 'https://t.me/danogentili'; // t.me URLs
$Peer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Peer = 'user#44700'; // tg-cli style id (users) $Peer = 'user#44700'; // tg-cli style id (users)
$Peer = 'chat#492772765'; // tg-cli style id (chats) $Peer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $User = '@username'; // Username
$User = 44700; // bot API id (users) $User = 44700; // bot API id (users)
$User = -492772765; // bot API id (chats) $User = -492772765; // bot API id (chats)
$User = -10038575794; // bot API id (channels) $User = -10038575794; // bot API id (channels)
$User = 'https://t.me/danogentili'; // t.me URLs
$User = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$User = 'user#44700'; // tg-cli style id (users) $User = 'user#44700'; // tg-cli style id (users)
$User = 'chat#492772765'; // tg-cli style id (chats) $User = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Chat = '@username'; // Username
$Chat = 44700; // bot API id (users) $Chat = 44700; // bot API id (users)
$Chat = -492772765; // bot API id (chats) $Chat = -492772765; // bot API id (chats)
$Chat = -10038575794; // bot API id (channels) $Chat = -10038575794; // bot API id (channels)
$Chat = 'https://t.me/danogentili'; // t.me URLs
$Chat = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Chat = 'user#44700'; // tg-cli style id (users) $Chat = 'user#44700'; // tg-cli style id (users)
$Chat = 'chat#492772765'; // tg-cli style id (chats) $Chat = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputChannel = '@username'; // Username
$InputChannel = 44700; // bot API id (users) $InputChannel = 44700; // bot API id (users)
$InputChannel = -492772765; // bot API id (chats) $InputChannel = -492772765; // bot API id (chats)
$InputChannel = -10038575794; // bot API id (channels) $InputChannel = -10038575794; // bot API id (channels)
$InputChannel = 'https://t.me/danogentili'; // t.me URLs
$InputChannel = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputChannel = 'user#44700'; // tg-cli style id (users) $InputChannel = 'user#44700'; // tg-cli style id (users)
$InputChannel = 'chat#492772765'; // tg-cli style id (chats) $InputChannel = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputPeer = '@username'; // Username
$InputPeer = 44700; // bot API id (users) $InputPeer = 44700; // bot API id (users)
$InputPeer = -492772765; // bot API id (chats) $InputPeer = -492772765; // bot API id (chats)
$InputPeer = -10038575794; // bot API id (channels) $InputPeer = -10038575794; // bot API id (channels)
$InputPeer = 'https://t.me/danogentili'; // t.me URLs
$InputPeer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputPeer = 'user#44700'; // tg-cli style id (users) $InputPeer = 'user#44700'; // tg-cli style id (users)
$InputPeer = 'chat#492772765'; // tg-cli style id (chats) $InputPeer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputUser = '@username'; // Username
$InputUser = 44700; // bot API id (users) $InputUser = 44700; // bot API id (users)
$InputUser = -492772765; // bot API id (chats) $InputUser = -492772765; // bot API id (chats)
$InputUser = -10038575794; // bot API id (channels) $InputUser = -10038575794; // bot API id (channels)
$InputUser = 'https://t.me/danogentili'; // t.me URLs
$InputUser = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputUser = 'user#44700'; // tg-cli style id (users) $InputUser = 'user#44700'; // tg-cli style id (users)
$InputUser = 'chat#492772765'; // tg-cli style id (chats) $InputUser = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Peer = '@username'; // Username
$Peer = 44700; // bot API id (users) $Peer = 44700; // bot API id (users)
$Peer = -492772765; // bot API id (chats) $Peer = -492772765; // bot API id (chats)
$Peer = -10038575794; // bot API id (channels) $Peer = -10038575794; // bot API id (channels)
$Peer = 'https://t.me/danogentili'; // t.me URLs
$Peer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Peer = 'user#44700'; // tg-cli style id (users) $Peer = 'user#44700'; // tg-cli style id (users)
$Peer = 'chat#492772765'; // tg-cli style id (chats) $Peer = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $User = '@username'; // Username
$User = 44700; // bot API id (users) $User = 44700; // bot API id (users)
$User = -492772765; // bot API id (chats) $User = -492772765; // bot API id (chats)
$User = -10038575794; // bot API id (channels) $User = -10038575794; // bot API id (channels)
$User = 'https://t.me/danogentili'; // t.me URLs
$User = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$User = 'user#44700'; // tg-cli style id (users) $User = 'user#44700'; // tg-cli style id (users)
$User = 'chat#492772765'; // tg-cli style id (chats) $User = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $Chat = '@username'; // Username
$Chat = 44700; // bot API id (users) $Chat = 44700; // bot API id (users)
$Chat = -492772765; // bot API id (chats) $Chat = -492772765; // bot API id (chats)
$Chat = -10038575794; // bot API id (channels) $Chat = -10038575794; // bot API id (channels)
$Chat = 'https://t.me/danogentili'; // t.me URLs
$Chat = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$Chat = 'user#44700'; // tg-cli style id (users) $Chat = 'user#44700'; // tg-cli style id (users)
$Chat = 'chat#492772765'; // tg-cli style id (chats) $Chat = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputChannel = '@username'; // Username
$InputChannel = 44700; // bot API id (users) $InputChannel = 44700; // bot API id (users)
$InputChannel = -492772765; // bot API id (chats) $InputChannel = -492772765; // bot API id (chats)
$InputChannel = -10038575794; // bot API id (channels) $InputChannel = -10038575794; // bot API id (channels)
$InputChannel = 'https://t.me/danogentili'; // t.me URLs
$InputChannel = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputChannel = 'user#44700'; // tg-cli style id (users) $InputChannel = 'user#44700'; // tg-cli style id (users)
$InputChannel = 'chat#492772765'; // tg-cli style id (chats) $InputChannel = 'chat#492772765'; // tg-cli style id (chats)

View File

@ -15,6 +15,8 @@ $InputPeer = '@username'; // Username
$InputPeer = 44700; // bot API id (users) $InputPeer = 44700; // bot API id (users)
$InputPeer = -492772765; // bot API id (chats) $InputPeer = -492772765; // bot API id (chats)
$InputPeer = -10038575794; // bot API id (channels) $InputPeer = -10038575794; // bot API id (channels)
$InputPeer = 'https://t.me/danogentili'; // t.me URLs
$InputPeer = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
$InputPeer = 'user#44700'; // tg-cli style id (users) $InputPeer = 'user#44700'; // tg-cli style id (users)
$InputPeer = 'chat#492772765'; // tg-cli style id (chats) $InputPeer = 'chat#492772765'; // tg-cli style id (chats)

Some files were not shown because too many files have changed in this diff Show More