Small documentation fixes
This commit is contained in:
parent
23a6ce1383
commit
3a29b36e24
@ -10,15 +10,15 @@ description: constructors and methods of type Chat
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$phoneCallDiscardReasonBusy = '@username'; // Username
|
||||
$Chat = '@username'; // Username
|
||||
|
||||
$phoneCallDiscardReasonBusy = 44700; // bot API id (users)
|
||||
$phoneCallDiscardReasonBusy = -492772765; // bot API id (chats)
|
||||
$phoneCallDiscardReasonBusy = -10038575794; // bot API id (channels)
|
||||
$Chat = 44700; // bot API id (users)
|
||||
$Chat = -492772765; // bot API id (chats)
|
||||
$Chat = -10038575794; // bot API id (channels)
|
||||
|
||||
$phoneCallDiscardReasonBusy = 'user#44700'; // tg-cli style id (users)
|
||||
$phoneCallDiscardReasonBusy = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$phoneCallDiscardReasonBusy = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Chat = 'user#44700'; // tg-cli style id (users)
|
||||
$Chat = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Chat = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputChannel
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$phoneCallDiscardReasonBusy = '@username'; // Username
|
||||
$InputChannel = '@username'; // Username
|
||||
|
||||
$phoneCallDiscardReasonBusy = 44700; // bot API id (users)
|
||||
$phoneCallDiscardReasonBusy = -492772765; // bot API id (chats)
|
||||
$phoneCallDiscardReasonBusy = -10038575794; // bot API id (channels)
|
||||
$InputChannel = 44700; // bot API id (users)
|
||||
$InputChannel = -492772765; // bot API id (chats)
|
||||
$InputChannel = -10038575794; // bot API id (channels)
|
||||
|
||||
$phoneCallDiscardReasonBusy = 'user#44700'; // tg-cli style id (users)
|
||||
$phoneCallDiscardReasonBusy = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$phoneCallDiscardReasonBusy = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputChannel = 'user#44700'; // tg-cli style id (users)
|
||||
$InputChannel = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputChannel = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputPeer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$phoneCallDiscardReasonBusy = '@username'; // Username
|
||||
$InputPeer = '@username'; // Username
|
||||
|
||||
$phoneCallDiscardReasonBusy = 44700; // bot API id (users)
|
||||
$phoneCallDiscardReasonBusy = -492772765; // bot API id (chats)
|
||||
$phoneCallDiscardReasonBusy = -10038575794; // bot API id (channels)
|
||||
$InputPeer = 44700; // bot API id (users)
|
||||
$InputPeer = -492772765; // bot API id (chats)
|
||||
$InputPeer = -10038575794; // bot API id (channels)
|
||||
|
||||
$phoneCallDiscardReasonBusy = 'user#44700'; // tg-cli style id (users)
|
||||
$phoneCallDiscardReasonBusy = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$phoneCallDiscardReasonBusy = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputPeer = 'user#44700'; // tg-cli style id (users)
|
||||
$InputPeer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputPeer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputUser
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$phoneCallDiscardReasonBusy = '@username'; // Username
|
||||
$InputUser = '@username'; // Username
|
||||
|
||||
$phoneCallDiscardReasonBusy = 44700; // bot API id (users)
|
||||
$phoneCallDiscardReasonBusy = -492772765; // bot API id (chats)
|
||||
$phoneCallDiscardReasonBusy = -10038575794; // bot API id (channels)
|
||||
$InputUser = 44700; // bot API id (users)
|
||||
$InputUser = -492772765; // bot API id (chats)
|
||||
$InputUser = -10038575794; // bot API id (channels)
|
||||
|
||||
$phoneCallDiscardReasonBusy = 'user#44700'; // tg-cli style id (users)
|
||||
$phoneCallDiscardReasonBusy = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$phoneCallDiscardReasonBusy = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputUser = 'user#44700'; // tg-cli style id (users)
|
||||
$InputUser = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputUser = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Peer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$phoneCallDiscardReasonBusy = '@username'; // Username
|
||||
$Peer = '@username'; // Username
|
||||
|
||||
$phoneCallDiscardReasonBusy = 44700; // bot API id (users)
|
||||
$phoneCallDiscardReasonBusy = -492772765; // bot API id (chats)
|
||||
$phoneCallDiscardReasonBusy = -10038575794; // bot API id (channels)
|
||||
$Peer = 44700; // bot API id (users)
|
||||
$Peer = -492772765; // bot API id (chats)
|
||||
$Peer = -10038575794; // bot API id (channels)
|
||||
|
||||
$phoneCallDiscardReasonBusy = 'user#44700'; // tg-cli style id (users)
|
||||
$phoneCallDiscardReasonBusy = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$phoneCallDiscardReasonBusy = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Peer = 'user#44700'; // tg-cli style id (users)
|
||||
$Peer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Peer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type User
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$phoneCallDiscardReasonBusy = '@username'; // Username
|
||||
$User = '@username'; // Username
|
||||
|
||||
$phoneCallDiscardReasonBusy = 44700; // bot API id (users)
|
||||
$phoneCallDiscardReasonBusy = -492772765; // bot API id (chats)
|
||||
$phoneCallDiscardReasonBusy = -10038575794; // bot API id (channels)
|
||||
$User = 44700; // bot API id (users)
|
||||
$User = -492772765; // bot API id (chats)
|
||||
$User = -10038575794; // bot API id (channels)
|
||||
|
||||
$phoneCallDiscardReasonBusy = 'user#44700'; // tg-cli style id (users)
|
||||
$phoneCallDiscardReasonBusy = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$phoneCallDiscardReasonBusy = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$User = 'user#44700'; // tg-cli style id (users)
|
||||
$User = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$User = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Chat
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$updateServiceNotification = '@username'; // Username
|
||||
$Chat = '@username'; // Username
|
||||
|
||||
$updateServiceNotification = 44700; // bot API id (users)
|
||||
$updateServiceNotification = -492772765; // bot API id (chats)
|
||||
$updateServiceNotification = -10038575794; // bot API id (channels)
|
||||
$Chat = 44700; // bot API id (users)
|
||||
$Chat = -492772765; // bot API id (chats)
|
||||
$Chat = -10038575794; // bot API id (channels)
|
||||
|
||||
$updateServiceNotification = 'user#44700'; // tg-cli style id (users)
|
||||
$updateServiceNotification = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$updateServiceNotification = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Chat = 'user#44700'; // tg-cli style id (users)
|
||||
$Chat = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Chat = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputPeer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$updateServiceNotification = '@username'; // Username
|
||||
$InputPeer = '@username'; // Username
|
||||
|
||||
$updateServiceNotification = 44700; // bot API id (users)
|
||||
$updateServiceNotification = -492772765; // bot API id (chats)
|
||||
$updateServiceNotification = -10038575794; // bot API id (channels)
|
||||
$InputPeer = 44700; // bot API id (users)
|
||||
$InputPeer = -492772765; // bot API id (chats)
|
||||
$InputPeer = -10038575794; // bot API id (channels)
|
||||
|
||||
$updateServiceNotification = 'user#44700'; // tg-cli style id (users)
|
||||
$updateServiceNotification = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$updateServiceNotification = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputPeer = 'user#44700'; // tg-cli style id (users)
|
||||
$InputPeer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputPeer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputUser
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$updateServiceNotification = '@username'; // Username
|
||||
$InputUser = '@username'; // Username
|
||||
|
||||
$updateServiceNotification = 44700; // bot API id (users)
|
||||
$updateServiceNotification = -492772765; // bot API id (chats)
|
||||
$updateServiceNotification = -10038575794; // bot API id (channels)
|
||||
$InputUser = 44700; // bot API id (users)
|
||||
$InputUser = -492772765; // bot API id (chats)
|
||||
$InputUser = -10038575794; // bot API id (channels)
|
||||
|
||||
$updateServiceNotification = 'user#44700'; // tg-cli style id (users)
|
||||
$updateServiceNotification = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$updateServiceNotification = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputUser = 'user#44700'; // tg-cli style id (users)
|
||||
$InputUser = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputUser = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Peer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$updateServiceNotification = '@username'; // Username
|
||||
$Peer = '@username'; // Username
|
||||
|
||||
$updateServiceNotification = 44700; // bot API id (users)
|
||||
$updateServiceNotification = -492772765; // bot API id (chats)
|
||||
$updateServiceNotification = -10038575794; // bot API id (channels)
|
||||
$Peer = 44700; // bot API id (users)
|
||||
$Peer = -492772765; // bot API id (chats)
|
||||
$Peer = -10038575794; // bot API id (channels)
|
||||
|
||||
$updateServiceNotification = 'user#44700'; // tg-cli style id (users)
|
||||
$updateServiceNotification = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$updateServiceNotification = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Peer = 'user#44700'; // tg-cli style id (users)
|
||||
$Peer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Peer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type User
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$updateServiceNotification = '@username'; // Username
|
||||
$User = '@username'; // Username
|
||||
|
||||
$updateServiceNotification = 44700; // bot API id (users)
|
||||
$updateServiceNotification = -492772765; // bot API id (chats)
|
||||
$updateServiceNotification = -10038575794; // bot API id (channels)
|
||||
$User = 44700; // bot API id (users)
|
||||
$User = -492772765; // bot API id (chats)
|
||||
$User = -10038575794; // bot API id (channels)
|
||||
|
||||
$updateServiceNotification = 'user#44700'; // tg-cli style id (users)
|
||||
$updateServiceNotification = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$updateServiceNotification = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$User = 'user#44700'; // tg-cli style id (users)
|
||||
$User = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$User = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Chat
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$disabledFeature = '@username'; // Username
|
||||
$Chat = '@username'; // Username
|
||||
|
||||
$disabledFeature = 44700; // bot API id (users)
|
||||
$disabledFeature = -492772765; // bot API id (chats)
|
||||
$disabledFeature = -10038575794; // bot API id (channels)
|
||||
$Chat = 44700; // bot API id (users)
|
||||
$Chat = -492772765; // bot API id (chats)
|
||||
$Chat = -10038575794; // bot API id (channels)
|
||||
|
||||
$disabledFeature = 'user#44700'; // tg-cli style id (users)
|
||||
$disabledFeature = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$disabledFeature = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Chat = 'user#44700'; // tg-cli style id (users)
|
||||
$Chat = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Chat = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputPeer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$disabledFeature = '@username'; // Username
|
||||
$InputPeer = '@username'; // Username
|
||||
|
||||
$disabledFeature = 44700; // bot API id (users)
|
||||
$disabledFeature = -492772765; // bot API id (chats)
|
||||
$disabledFeature = -10038575794; // bot API id (channels)
|
||||
$InputPeer = 44700; // bot API id (users)
|
||||
$InputPeer = -492772765; // bot API id (chats)
|
||||
$InputPeer = -10038575794; // bot API id (channels)
|
||||
|
||||
$disabledFeature = 'user#44700'; // tg-cli style id (users)
|
||||
$disabledFeature = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$disabledFeature = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputPeer = 'user#44700'; // tg-cli style id (users)
|
||||
$InputPeer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputPeer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputUser
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$disabledFeature = '@username'; // Username
|
||||
$InputUser = '@username'; // Username
|
||||
|
||||
$disabledFeature = 44700; // bot API id (users)
|
||||
$disabledFeature = -492772765; // bot API id (chats)
|
||||
$disabledFeature = -10038575794; // bot API id (channels)
|
||||
$InputUser = 44700; // bot API id (users)
|
||||
$InputUser = -492772765; // bot API id (chats)
|
||||
$InputUser = -10038575794; // bot API id (channels)
|
||||
|
||||
$disabledFeature = 'user#44700'; // tg-cli style id (users)
|
||||
$disabledFeature = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$disabledFeature = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputUser = 'user#44700'; // tg-cli style id (users)
|
||||
$InputUser = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputUser = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Peer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$disabledFeature = '@username'; // Username
|
||||
$Peer = '@username'; // Username
|
||||
|
||||
$disabledFeature = 44700; // bot API id (users)
|
||||
$disabledFeature = -492772765; // bot API id (chats)
|
||||
$disabledFeature = -10038575794; // bot API id (channels)
|
||||
$Peer = 44700; // bot API id (users)
|
||||
$Peer = -492772765; // bot API id (chats)
|
||||
$Peer = -10038575794; // bot API id (channels)
|
||||
|
||||
$disabledFeature = 'user#44700'; // tg-cli style id (users)
|
||||
$disabledFeature = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$disabledFeature = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Peer = 'user#44700'; // tg-cli style id (users)
|
||||
$Peer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Peer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type User
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$disabledFeature = '@username'; // Username
|
||||
$User = '@username'; // Username
|
||||
|
||||
$disabledFeature = 44700; // bot API id (users)
|
||||
$disabledFeature = -492772765; // bot API id (chats)
|
||||
$disabledFeature = -10038575794; // bot API id (channels)
|
||||
$User = 44700; // bot API id (users)
|
||||
$User = -492772765; // bot API id (chats)
|
||||
$User = -10038575794; // bot API id (channels)
|
||||
|
||||
$disabledFeature = 'user#44700'; // tg-cli style id (users)
|
||||
$disabledFeature = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$disabledFeature = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$User = 'user#44700'; // tg-cli style id (users)
|
||||
$User = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$User = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Chat
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$contactLinkContact = '@username'; // Username
|
||||
$Chat = '@username'; // Username
|
||||
|
||||
$contactLinkContact = 44700; // bot API id (users)
|
||||
$contactLinkContact = -492772765; // bot API id (chats)
|
||||
$contactLinkContact = -10038575794; // bot API id (channels)
|
||||
$Chat = 44700; // bot API id (users)
|
||||
$Chat = -492772765; // bot API id (chats)
|
||||
$Chat = -10038575794; // bot API id (channels)
|
||||
|
||||
$contactLinkContact = 'user#44700'; // tg-cli style id (users)
|
||||
$contactLinkContact = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$contactLinkContact = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Chat = 'user#44700'; // tg-cli style id (users)
|
||||
$Chat = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Chat = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputPeer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$contactLinkContact = '@username'; // Username
|
||||
$InputPeer = '@username'; // Username
|
||||
|
||||
$contactLinkContact = 44700; // bot API id (users)
|
||||
$contactLinkContact = -492772765; // bot API id (chats)
|
||||
$contactLinkContact = -10038575794; // bot API id (channels)
|
||||
$InputPeer = 44700; // bot API id (users)
|
||||
$InputPeer = -492772765; // bot API id (chats)
|
||||
$InputPeer = -10038575794; // bot API id (channels)
|
||||
|
||||
$contactLinkContact = 'user#44700'; // tg-cli style id (users)
|
||||
$contactLinkContact = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$contactLinkContact = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputPeer = 'user#44700'; // tg-cli style id (users)
|
||||
$InputPeer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputPeer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputUser
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$contactLinkContact = '@username'; // Username
|
||||
$InputUser = '@username'; // Username
|
||||
|
||||
$contactLinkContact = 44700; // bot API id (users)
|
||||
$contactLinkContact = -492772765; // bot API id (chats)
|
||||
$contactLinkContact = -10038575794; // bot API id (channels)
|
||||
$InputUser = 44700; // bot API id (users)
|
||||
$InputUser = -492772765; // bot API id (chats)
|
||||
$InputUser = -10038575794; // bot API id (channels)
|
||||
|
||||
$contactLinkContact = 'user#44700'; // tg-cli style id (users)
|
||||
$contactLinkContact = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$contactLinkContact = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputUser = 'user#44700'; // tg-cli style id (users)
|
||||
$InputUser = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputUser = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Peer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$contactLinkContact = '@username'; // Username
|
||||
$Peer = '@username'; // Username
|
||||
|
||||
$contactLinkContact = 44700; // bot API id (users)
|
||||
$contactLinkContact = -492772765; // bot API id (chats)
|
||||
$contactLinkContact = -10038575794; // bot API id (channels)
|
||||
$Peer = 44700; // bot API id (users)
|
||||
$Peer = -492772765; // bot API id (chats)
|
||||
$Peer = -10038575794; // bot API id (channels)
|
||||
|
||||
$contactLinkContact = 'user#44700'; // tg-cli style id (users)
|
||||
$contactLinkContact = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$contactLinkContact = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Peer = 'user#44700'; // tg-cli style id (users)
|
||||
$Peer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Peer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type User
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$contactLinkContact = '@username'; // Username
|
||||
$User = '@username'; // Username
|
||||
|
||||
$contactLinkContact = 44700; // bot API id (users)
|
||||
$contactLinkContact = -492772765; // bot API id (chats)
|
||||
$contactLinkContact = -10038575794; // bot API id (channels)
|
||||
$User = 44700; // bot API id (users)
|
||||
$User = -492772765; // bot API id (chats)
|
||||
$User = -10038575794; // bot API id (channels)
|
||||
|
||||
$contactLinkContact = 'user#44700'; // tg-cli style id (users)
|
||||
$contactLinkContact = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$contactLinkContact = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$User = 'user#44700'; // tg-cli style id (users)
|
||||
$User = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$User = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Chat
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$auth_passwordRecovery = '@username'; // Username
|
||||
$Chat = '@username'; // Username
|
||||
|
||||
$auth_passwordRecovery = 44700; // bot API id (users)
|
||||
$auth_passwordRecovery = -492772765; // bot API id (chats)
|
||||
$auth_passwordRecovery = -10038575794; // bot API id (channels)
|
||||
$Chat = 44700; // bot API id (users)
|
||||
$Chat = -492772765; // bot API id (chats)
|
||||
$Chat = -10038575794; // bot API id (channels)
|
||||
|
||||
$auth_passwordRecovery = 'user#44700'; // tg-cli style id (users)
|
||||
$auth_passwordRecovery = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$auth_passwordRecovery = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Chat = 'user#44700'; // tg-cli style id (users)
|
||||
$Chat = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Chat = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputPeer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$auth_passwordRecovery = '@username'; // Username
|
||||
$InputPeer = '@username'; // Username
|
||||
|
||||
$auth_passwordRecovery = 44700; // bot API id (users)
|
||||
$auth_passwordRecovery = -492772765; // bot API id (chats)
|
||||
$auth_passwordRecovery = -10038575794; // bot API id (channels)
|
||||
$InputPeer = 44700; // bot API id (users)
|
||||
$InputPeer = -492772765; // bot API id (chats)
|
||||
$InputPeer = -10038575794; // bot API id (channels)
|
||||
|
||||
$auth_passwordRecovery = 'user#44700'; // tg-cli style id (users)
|
||||
$auth_passwordRecovery = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$auth_passwordRecovery = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputPeer = 'user#44700'; // tg-cli style id (users)
|
||||
$InputPeer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputPeer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputUser
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$auth_passwordRecovery = '@username'; // Username
|
||||
$InputUser = '@username'; // Username
|
||||
|
||||
$auth_passwordRecovery = 44700; // bot API id (users)
|
||||
$auth_passwordRecovery = -492772765; // bot API id (chats)
|
||||
$auth_passwordRecovery = -10038575794; // bot API id (channels)
|
||||
$InputUser = 44700; // bot API id (users)
|
||||
$InputUser = -492772765; // bot API id (chats)
|
||||
$InputUser = -10038575794; // bot API id (channels)
|
||||
|
||||
$auth_passwordRecovery = 'user#44700'; // tg-cli style id (users)
|
||||
$auth_passwordRecovery = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$auth_passwordRecovery = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputUser = 'user#44700'; // tg-cli style id (users)
|
||||
$InputUser = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputUser = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Peer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$auth_passwordRecovery = '@username'; // Username
|
||||
$Peer = '@username'; // Username
|
||||
|
||||
$auth_passwordRecovery = 44700; // bot API id (users)
|
||||
$auth_passwordRecovery = -492772765; // bot API id (chats)
|
||||
$auth_passwordRecovery = -10038575794; // bot API id (channels)
|
||||
$Peer = 44700; // bot API id (users)
|
||||
$Peer = -492772765; // bot API id (chats)
|
||||
$Peer = -10038575794; // bot API id (channels)
|
||||
|
||||
$auth_passwordRecovery = 'user#44700'; // tg-cli style id (users)
|
||||
$auth_passwordRecovery = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$auth_passwordRecovery = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Peer = 'user#44700'; // tg-cli style id (users)
|
||||
$Peer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Peer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type User
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$auth_passwordRecovery = '@username'; // Username
|
||||
$User = '@username'; // Username
|
||||
|
||||
$auth_passwordRecovery = 44700; // bot API id (users)
|
||||
$auth_passwordRecovery = -492772765; // bot API id (chats)
|
||||
$auth_passwordRecovery = -10038575794; // bot API id (channels)
|
||||
$User = 44700; // bot API id (users)
|
||||
$User = -492772765; // bot API id (chats)
|
||||
$User = -10038575794; // bot API id (channels)
|
||||
|
||||
$auth_passwordRecovery = 'user#44700'; // tg-cli style id (users)
|
||||
$auth_passwordRecovery = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$auth_passwordRecovery = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$User = 'user#44700'; // tg-cli style id (users)
|
||||
$User = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$User = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Chat
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$help_appChangelog = '@username'; // Username
|
||||
$Chat = '@username'; // Username
|
||||
|
||||
$help_appChangelog = 44700; // bot API id (users)
|
||||
$help_appChangelog = -492772765; // bot API id (chats)
|
||||
$help_appChangelog = -10038575794; // bot API id (channels)
|
||||
$Chat = 44700; // bot API id (users)
|
||||
$Chat = -492772765; // bot API id (chats)
|
||||
$Chat = -10038575794; // bot API id (channels)
|
||||
|
||||
$help_appChangelog = 'user#44700'; // tg-cli style id (users)
|
||||
$help_appChangelog = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$help_appChangelog = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Chat = 'user#44700'; // tg-cli style id (users)
|
||||
$Chat = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Chat = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputPeer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$help_appChangelog = '@username'; // Username
|
||||
$InputPeer = '@username'; // Username
|
||||
|
||||
$help_appChangelog = 44700; // bot API id (users)
|
||||
$help_appChangelog = -492772765; // bot API id (chats)
|
||||
$help_appChangelog = -10038575794; // bot API id (channels)
|
||||
$InputPeer = 44700; // bot API id (users)
|
||||
$InputPeer = -492772765; // bot API id (chats)
|
||||
$InputPeer = -10038575794; // bot API id (channels)
|
||||
|
||||
$help_appChangelog = 'user#44700'; // tg-cli style id (users)
|
||||
$help_appChangelog = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$help_appChangelog = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputPeer = 'user#44700'; // tg-cli style id (users)
|
||||
$InputPeer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputPeer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputUser
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$help_appChangelog = '@username'; // Username
|
||||
$InputUser = '@username'; // Username
|
||||
|
||||
$help_appChangelog = 44700; // bot API id (users)
|
||||
$help_appChangelog = -492772765; // bot API id (chats)
|
||||
$help_appChangelog = -10038575794; // bot API id (channels)
|
||||
$InputUser = 44700; // bot API id (users)
|
||||
$InputUser = -492772765; // bot API id (chats)
|
||||
$InputUser = -10038575794; // bot API id (channels)
|
||||
|
||||
$help_appChangelog = 'user#44700'; // tg-cli style id (users)
|
||||
$help_appChangelog = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$help_appChangelog = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputUser = 'user#44700'; // tg-cli style id (users)
|
||||
$InputUser = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputUser = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Peer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$help_appChangelog = '@username'; // Username
|
||||
$Peer = '@username'; // Username
|
||||
|
||||
$help_appChangelog = 44700; // bot API id (users)
|
||||
$help_appChangelog = -492772765; // bot API id (chats)
|
||||
$help_appChangelog = -10038575794; // bot API id (channels)
|
||||
$Peer = 44700; // bot API id (users)
|
||||
$Peer = -492772765; // bot API id (chats)
|
||||
$Peer = -10038575794; // bot API id (channels)
|
||||
|
||||
$help_appChangelog = 'user#44700'; // tg-cli style id (users)
|
||||
$help_appChangelog = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$help_appChangelog = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Peer = 'user#44700'; // tg-cli style id (users)
|
||||
$Peer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Peer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type User
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$help_appChangelog = '@username'; // Username
|
||||
$User = '@username'; // Username
|
||||
|
||||
$help_appChangelog = 44700; // bot API id (users)
|
||||
$help_appChangelog = -492772765; // bot API id (chats)
|
||||
$help_appChangelog = -10038575794; // bot API id (channels)
|
||||
$User = 44700; // bot API id (users)
|
||||
$User = -492772765; // bot API id (chats)
|
||||
$User = -10038575794; // bot API id (channels)
|
||||
|
||||
$help_appChangelog = 'user#44700'; // tg-cli style id (users)
|
||||
$help_appChangelog = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$help_appChangelog = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$User = 'user#44700'; // tg-cli style id (users)
|
||||
$User = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$User = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Chat
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channels_channelParticipant = '@username'; // Username
|
||||
$Chat = '@username'; // Username
|
||||
|
||||
$channels_channelParticipant = 44700; // bot API id (users)
|
||||
$channels_channelParticipant = -492772765; // bot API id (chats)
|
||||
$channels_channelParticipant = -10038575794; // bot API id (channels)
|
||||
$Chat = 44700; // bot API id (users)
|
||||
$Chat = -492772765; // bot API id (chats)
|
||||
$Chat = -10038575794; // bot API id (channels)
|
||||
|
||||
$channels_channelParticipant = 'user#44700'; // tg-cli style id (users)
|
||||
$channels_channelParticipant = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channels_channelParticipant = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Chat = 'user#44700'; // tg-cli style id (users)
|
||||
$Chat = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Chat = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputChannel
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channels_channelParticipant = '@username'; // Username
|
||||
$InputChannel = '@username'; // Username
|
||||
|
||||
$channels_channelParticipant = 44700; // bot API id (users)
|
||||
$channels_channelParticipant = -492772765; // bot API id (chats)
|
||||
$channels_channelParticipant = -10038575794; // bot API id (channels)
|
||||
$InputChannel = 44700; // bot API id (users)
|
||||
$InputChannel = -492772765; // bot API id (chats)
|
||||
$InputChannel = -10038575794; // bot API id (channels)
|
||||
|
||||
$channels_channelParticipant = 'user#44700'; // tg-cli style id (users)
|
||||
$channels_channelParticipant = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channels_channelParticipant = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputChannel = 'user#44700'; // tg-cli style id (users)
|
||||
$InputChannel = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputChannel = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputPeer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channels_channelParticipant = '@username'; // Username
|
||||
$InputPeer = '@username'; // Username
|
||||
|
||||
$channels_channelParticipant = 44700; // bot API id (users)
|
||||
$channels_channelParticipant = -492772765; // bot API id (chats)
|
||||
$channels_channelParticipant = -10038575794; // bot API id (channels)
|
||||
$InputPeer = 44700; // bot API id (users)
|
||||
$InputPeer = -492772765; // bot API id (chats)
|
||||
$InputPeer = -10038575794; // bot API id (channels)
|
||||
|
||||
$channels_channelParticipant = 'user#44700'; // tg-cli style id (users)
|
||||
$channels_channelParticipant = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channels_channelParticipant = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputPeer = 'user#44700'; // tg-cli style id (users)
|
||||
$InputPeer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputPeer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputUser
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channels_channelParticipant = '@username'; // Username
|
||||
$InputUser = '@username'; // Username
|
||||
|
||||
$channels_channelParticipant = 44700; // bot API id (users)
|
||||
$channels_channelParticipant = -492772765; // bot API id (chats)
|
||||
$channels_channelParticipant = -10038575794; // bot API id (channels)
|
||||
$InputUser = 44700; // bot API id (users)
|
||||
$InputUser = -492772765; // bot API id (chats)
|
||||
$InputUser = -10038575794; // bot API id (channels)
|
||||
|
||||
$channels_channelParticipant = 'user#44700'; // tg-cli style id (users)
|
||||
$channels_channelParticipant = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channels_channelParticipant = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputUser = 'user#44700'; // tg-cli style id (users)
|
||||
$InputUser = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputUser = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Peer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channels_channelParticipant = '@username'; // Username
|
||||
$Peer = '@username'; // Username
|
||||
|
||||
$channels_channelParticipant = 44700; // bot API id (users)
|
||||
$channels_channelParticipant = -492772765; // bot API id (chats)
|
||||
$channels_channelParticipant = -10038575794; // bot API id (channels)
|
||||
$Peer = 44700; // bot API id (users)
|
||||
$Peer = -492772765; // bot API id (chats)
|
||||
$Peer = -10038575794; // bot API id (channels)
|
||||
|
||||
$channels_channelParticipant = 'user#44700'; // tg-cli style id (users)
|
||||
$channels_channelParticipant = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channels_channelParticipant = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Peer = 'user#44700'; // tg-cli style id (users)
|
||||
$Peer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Peer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type User
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channels_channelParticipant = '@username'; // Username
|
||||
$User = '@username'; // Username
|
||||
|
||||
$channels_channelParticipant = 44700; // bot API id (users)
|
||||
$channels_channelParticipant = -492772765; // bot API id (chats)
|
||||
$channels_channelParticipant = -10038575794; // bot API id (channels)
|
||||
$User = 44700; // bot API id (users)
|
||||
$User = -492772765; // bot API id (chats)
|
||||
$User = -10038575794; // bot API id (channels)
|
||||
|
||||
$channels_channelParticipant = 'user#44700'; // tg-cli style id (users)
|
||||
$channels_channelParticipant = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channels_channelParticipant = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$User = 'user#44700'; // tg-cli style id (users)
|
||||
$User = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$User = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Chat
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channelMessagesFilter = '@username'; // Username
|
||||
$Chat = '@username'; // Username
|
||||
|
||||
$channelMessagesFilter = 44700; // bot API id (users)
|
||||
$channelMessagesFilter = -492772765; // bot API id (chats)
|
||||
$channelMessagesFilter = -10038575794; // bot API id (channels)
|
||||
$Chat = 44700; // bot API id (users)
|
||||
$Chat = -492772765; // bot API id (chats)
|
||||
$Chat = -10038575794; // bot API id (channels)
|
||||
|
||||
$channelMessagesFilter = 'user#44700'; // tg-cli style id (users)
|
||||
$channelMessagesFilter = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channelMessagesFilter = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Chat = 'user#44700'; // tg-cli style id (users)
|
||||
$Chat = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Chat = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputPeer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channelMessagesFilter = '@username'; // Username
|
||||
$InputPeer = '@username'; // Username
|
||||
|
||||
$channelMessagesFilter = 44700; // bot API id (users)
|
||||
$channelMessagesFilter = -492772765; // bot API id (chats)
|
||||
$channelMessagesFilter = -10038575794; // bot API id (channels)
|
||||
$InputPeer = 44700; // bot API id (users)
|
||||
$InputPeer = -492772765; // bot API id (chats)
|
||||
$InputPeer = -10038575794; // bot API id (channels)
|
||||
|
||||
$channelMessagesFilter = 'user#44700'; // tg-cli style id (users)
|
||||
$channelMessagesFilter = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channelMessagesFilter = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputPeer = 'user#44700'; // tg-cli style id (users)
|
||||
$InputPeer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputPeer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputUser
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channelMessagesFilter = '@username'; // Username
|
||||
$InputUser = '@username'; // Username
|
||||
|
||||
$channelMessagesFilter = 44700; // bot API id (users)
|
||||
$channelMessagesFilter = -492772765; // bot API id (chats)
|
||||
$channelMessagesFilter = -10038575794; // bot API id (channels)
|
||||
$InputUser = 44700; // bot API id (users)
|
||||
$InputUser = -492772765; // bot API id (chats)
|
||||
$InputUser = -10038575794; // bot API id (channels)
|
||||
|
||||
$channelMessagesFilter = 'user#44700'; // tg-cli style id (users)
|
||||
$channelMessagesFilter = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channelMessagesFilter = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputUser = 'user#44700'; // tg-cli style id (users)
|
||||
$InputUser = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputUser = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Peer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channelMessagesFilter = '@username'; // Username
|
||||
$Peer = '@username'; // Username
|
||||
|
||||
$channelMessagesFilter = 44700; // bot API id (users)
|
||||
$channelMessagesFilter = -492772765; // bot API id (chats)
|
||||
$channelMessagesFilter = -10038575794; // bot API id (channels)
|
||||
$Peer = 44700; // bot API id (users)
|
||||
$Peer = -492772765; // bot API id (chats)
|
||||
$Peer = -10038575794; // bot API id (channels)
|
||||
|
||||
$channelMessagesFilter = 'user#44700'; // tg-cli style id (users)
|
||||
$channelMessagesFilter = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channelMessagesFilter = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Peer = 'user#44700'; // tg-cli style id (users)
|
||||
$Peer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Peer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type User
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channelMessagesFilter = '@username'; // Username
|
||||
$User = '@username'; // Username
|
||||
|
||||
$channelMessagesFilter = 44700; // bot API id (users)
|
||||
$channelMessagesFilter = -492772765; // bot API id (chats)
|
||||
$channelMessagesFilter = -10038575794; // bot API id (channels)
|
||||
$User = 44700; // bot API id (users)
|
||||
$User = -492772765; // bot API id (chats)
|
||||
$User = -10038575794; // bot API id (channels)
|
||||
|
||||
$channelMessagesFilter = 'user#44700'; // tg-cli style id (users)
|
||||
$channelMessagesFilter = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channelMessagesFilter = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$User = 'user#44700'; // tg-cli style id (users)
|
||||
$User = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$User = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Chat
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channelParticipantsBots = '@username'; // Username
|
||||
$Chat = '@username'; // Username
|
||||
|
||||
$channelParticipantsBots = 44700; // bot API id (users)
|
||||
$channelParticipantsBots = -492772765; // bot API id (chats)
|
||||
$channelParticipantsBots = -10038575794; // bot API id (channels)
|
||||
$Chat = 44700; // bot API id (users)
|
||||
$Chat = -492772765; // bot API id (chats)
|
||||
$Chat = -10038575794; // bot API id (channels)
|
||||
|
||||
$channelParticipantsBots = 'user#44700'; // tg-cli style id (users)
|
||||
$channelParticipantsBots = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channelParticipantsBots = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Chat = 'user#44700'; // tg-cli style id (users)
|
||||
$Chat = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Chat = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputChannel
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channelParticipantsBots = '@username'; // Username
|
||||
$InputChannel = '@username'; // Username
|
||||
|
||||
$channelParticipantsBots = 44700; // bot API id (users)
|
||||
$channelParticipantsBots = -492772765; // bot API id (chats)
|
||||
$channelParticipantsBots = -10038575794; // bot API id (channels)
|
||||
$InputChannel = 44700; // bot API id (users)
|
||||
$InputChannel = -492772765; // bot API id (chats)
|
||||
$InputChannel = -10038575794; // bot API id (channels)
|
||||
|
||||
$channelParticipantsBots = 'user#44700'; // tg-cli style id (users)
|
||||
$channelParticipantsBots = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channelParticipantsBots = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputChannel = 'user#44700'; // tg-cli style id (users)
|
||||
$InputChannel = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputChannel = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputPeer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channelParticipantsBots = '@username'; // Username
|
||||
$InputPeer = '@username'; // Username
|
||||
|
||||
$channelParticipantsBots = 44700; // bot API id (users)
|
||||
$channelParticipantsBots = -492772765; // bot API id (chats)
|
||||
$channelParticipantsBots = -10038575794; // bot API id (channels)
|
||||
$InputPeer = 44700; // bot API id (users)
|
||||
$InputPeer = -492772765; // bot API id (chats)
|
||||
$InputPeer = -10038575794; // bot API id (channels)
|
||||
|
||||
$channelParticipantsBots = 'user#44700'; // tg-cli style id (users)
|
||||
$channelParticipantsBots = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channelParticipantsBots = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputPeer = 'user#44700'; // tg-cli style id (users)
|
||||
$InputPeer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputPeer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputUser
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channelParticipantsBots = '@username'; // Username
|
||||
$InputUser = '@username'; // Username
|
||||
|
||||
$channelParticipantsBots = 44700; // bot API id (users)
|
||||
$channelParticipantsBots = -492772765; // bot API id (chats)
|
||||
$channelParticipantsBots = -10038575794; // bot API id (channels)
|
||||
$InputUser = 44700; // bot API id (users)
|
||||
$InputUser = -492772765; // bot API id (chats)
|
||||
$InputUser = -10038575794; // bot API id (channels)
|
||||
|
||||
$channelParticipantsBots = 'user#44700'; // tg-cli style id (users)
|
||||
$channelParticipantsBots = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channelParticipantsBots = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputUser = 'user#44700'; // tg-cli style id (users)
|
||||
$InputUser = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputUser = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Peer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channelParticipantsBots = '@username'; // Username
|
||||
$Peer = '@username'; // Username
|
||||
|
||||
$channelParticipantsBots = 44700; // bot API id (users)
|
||||
$channelParticipantsBots = -492772765; // bot API id (chats)
|
||||
$channelParticipantsBots = -10038575794; // bot API id (channels)
|
||||
$Peer = 44700; // bot API id (users)
|
||||
$Peer = -492772765; // bot API id (chats)
|
||||
$Peer = -10038575794; // bot API id (channels)
|
||||
|
||||
$channelParticipantsBots = 'user#44700'; // tg-cli style id (users)
|
||||
$channelParticipantsBots = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channelParticipantsBots = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Peer = 'user#44700'; // tg-cli style id (users)
|
||||
$Peer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Peer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type User
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channelParticipantsBots = '@username'; // Username
|
||||
$User = '@username'; // Username
|
||||
|
||||
$channelParticipantsBots = 44700; // bot API id (users)
|
||||
$channelParticipantsBots = -492772765; // bot API id (chats)
|
||||
$channelParticipantsBots = -10038575794; // bot API id (channels)
|
||||
$User = 44700; // bot API id (users)
|
||||
$User = -492772765; // bot API id (chats)
|
||||
$User = -10038575794; // bot API id (channels)
|
||||
|
||||
$channelParticipantsBots = 'user#44700'; // tg-cli style id (users)
|
||||
$channelParticipantsBots = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channelParticipantsBots = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$User = 'user#44700'; // tg-cli style id (users)
|
||||
$User = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$User = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Chat
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channelParticipantsBots = '@username'; // Username
|
||||
$Chat = '@username'; // Username
|
||||
|
||||
$channelParticipantsBots = 44700; // bot API id (users)
|
||||
$channelParticipantsBots = -492772765; // bot API id (chats)
|
||||
$channelParticipantsBots = -10038575794; // bot API id (channels)
|
||||
$Chat = 44700; // bot API id (users)
|
||||
$Chat = -492772765; // bot API id (chats)
|
||||
$Chat = -10038575794; // bot API id (channels)
|
||||
|
||||
$channelParticipantsBots = 'user#44700'; // tg-cli style id (users)
|
||||
$channelParticipantsBots = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channelParticipantsBots = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Chat = 'user#44700'; // tg-cli style id (users)
|
||||
$Chat = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Chat = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputChannel
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channelParticipantsBots = '@username'; // Username
|
||||
$InputChannel = '@username'; // Username
|
||||
|
||||
$channelParticipantsBots = 44700; // bot API id (users)
|
||||
$channelParticipantsBots = -492772765; // bot API id (chats)
|
||||
$channelParticipantsBots = -10038575794; // bot API id (channels)
|
||||
$InputChannel = 44700; // bot API id (users)
|
||||
$InputChannel = -492772765; // bot API id (chats)
|
||||
$InputChannel = -10038575794; // bot API id (channels)
|
||||
|
||||
$channelParticipantsBots = 'user#44700'; // tg-cli style id (users)
|
||||
$channelParticipantsBots = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channelParticipantsBots = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputChannel = 'user#44700'; // tg-cli style id (users)
|
||||
$InputChannel = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputChannel = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputPeer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channelParticipantsBots = '@username'; // Username
|
||||
$InputPeer = '@username'; // Username
|
||||
|
||||
$channelParticipantsBots = 44700; // bot API id (users)
|
||||
$channelParticipantsBots = -492772765; // bot API id (chats)
|
||||
$channelParticipantsBots = -10038575794; // bot API id (channels)
|
||||
$InputPeer = 44700; // bot API id (users)
|
||||
$InputPeer = -492772765; // bot API id (chats)
|
||||
$InputPeer = -10038575794; // bot API id (channels)
|
||||
|
||||
$channelParticipantsBots = 'user#44700'; // tg-cli style id (users)
|
||||
$channelParticipantsBots = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channelParticipantsBots = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputPeer = 'user#44700'; // tg-cli style id (users)
|
||||
$InputPeer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputPeer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputUser
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channelParticipantsBots = '@username'; // Username
|
||||
$InputUser = '@username'; // Username
|
||||
|
||||
$channelParticipantsBots = 44700; // bot API id (users)
|
||||
$channelParticipantsBots = -492772765; // bot API id (chats)
|
||||
$channelParticipantsBots = -10038575794; // bot API id (channels)
|
||||
$InputUser = 44700; // bot API id (users)
|
||||
$InputUser = -492772765; // bot API id (chats)
|
||||
$InputUser = -10038575794; // bot API id (channels)
|
||||
|
||||
$channelParticipantsBots = 'user#44700'; // tg-cli style id (users)
|
||||
$channelParticipantsBots = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channelParticipantsBots = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputUser = 'user#44700'; // tg-cli style id (users)
|
||||
$InputUser = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputUser = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Peer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channelParticipantsBots = '@username'; // Username
|
||||
$Peer = '@username'; // Username
|
||||
|
||||
$channelParticipantsBots = 44700; // bot API id (users)
|
||||
$channelParticipantsBots = -492772765; // bot API id (chats)
|
||||
$channelParticipantsBots = -10038575794; // bot API id (channels)
|
||||
$Peer = 44700; // bot API id (users)
|
||||
$Peer = -492772765; // bot API id (chats)
|
||||
$Peer = -10038575794; // bot API id (channels)
|
||||
|
||||
$channelParticipantsBots = 'user#44700'; // tg-cli style id (users)
|
||||
$channelParticipantsBots = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channelParticipantsBots = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Peer = 'user#44700'; // tg-cli style id (users)
|
||||
$Peer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Peer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type User
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$channelParticipantsBots = '@username'; // Username
|
||||
$User = '@username'; // Username
|
||||
|
||||
$channelParticipantsBots = 44700; // bot API id (users)
|
||||
$channelParticipantsBots = -492772765; // bot API id (chats)
|
||||
$channelParticipantsBots = -10038575794; // bot API id (channels)
|
||||
$User = 44700; // bot API id (users)
|
||||
$User = -492772765; // bot API id (chats)
|
||||
$User = -10038575794; // bot API id (channels)
|
||||
|
||||
$channelParticipantsBots = 'user#44700'; // tg-cli style id (users)
|
||||
$channelParticipantsBots = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$channelParticipantsBots = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$User = 'user#44700'; // tg-cli style id (users)
|
||||
$User = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$User = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Chat
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messages_foundGifs = '@username'; // Username
|
||||
$Chat = '@username'; // Username
|
||||
|
||||
$messages_foundGifs = 44700; // bot API id (users)
|
||||
$messages_foundGifs = -492772765; // bot API id (chats)
|
||||
$messages_foundGifs = -10038575794; // bot API id (channels)
|
||||
$Chat = 44700; // bot API id (users)
|
||||
$Chat = -492772765; // bot API id (chats)
|
||||
$Chat = -10038575794; // bot API id (channels)
|
||||
|
||||
$messages_foundGifs = 'user#44700'; // tg-cli style id (users)
|
||||
$messages_foundGifs = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messages_foundGifs = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Chat = 'user#44700'; // tg-cli style id (users)
|
||||
$Chat = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Chat = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputChannel
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messages_foundGifs = '@username'; // Username
|
||||
$InputChannel = '@username'; // Username
|
||||
|
||||
$messages_foundGifs = 44700; // bot API id (users)
|
||||
$messages_foundGifs = -492772765; // bot API id (chats)
|
||||
$messages_foundGifs = -10038575794; // bot API id (channels)
|
||||
$InputChannel = 44700; // bot API id (users)
|
||||
$InputChannel = -492772765; // bot API id (chats)
|
||||
$InputChannel = -10038575794; // bot API id (channels)
|
||||
|
||||
$messages_foundGifs = 'user#44700'; // tg-cli style id (users)
|
||||
$messages_foundGifs = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messages_foundGifs = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputChannel = 'user#44700'; // tg-cli style id (users)
|
||||
$InputChannel = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputChannel = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputPeer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messages_foundGifs = '@username'; // Username
|
||||
$InputPeer = '@username'; // Username
|
||||
|
||||
$messages_foundGifs = 44700; // bot API id (users)
|
||||
$messages_foundGifs = -492772765; // bot API id (chats)
|
||||
$messages_foundGifs = -10038575794; // bot API id (channels)
|
||||
$InputPeer = 44700; // bot API id (users)
|
||||
$InputPeer = -492772765; // bot API id (chats)
|
||||
$InputPeer = -10038575794; // bot API id (channels)
|
||||
|
||||
$messages_foundGifs = 'user#44700'; // tg-cli style id (users)
|
||||
$messages_foundGifs = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messages_foundGifs = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputPeer = 'user#44700'; // tg-cli style id (users)
|
||||
$InputPeer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputPeer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputUser
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messages_foundGifs = '@username'; // Username
|
||||
$InputUser = '@username'; // Username
|
||||
|
||||
$messages_foundGifs = 44700; // bot API id (users)
|
||||
$messages_foundGifs = -492772765; // bot API id (chats)
|
||||
$messages_foundGifs = -10038575794; // bot API id (channels)
|
||||
$InputUser = 44700; // bot API id (users)
|
||||
$InputUser = -492772765; // bot API id (chats)
|
||||
$InputUser = -10038575794; // bot API id (channels)
|
||||
|
||||
$messages_foundGifs = 'user#44700'; // tg-cli style id (users)
|
||||
$messages_foundGifs = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messages_foundGifs = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputUser = 'user#44700'; // tg-cli style id (users)
|
||||
$InputUser = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputUser = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Peer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messages_foundGifs = '@username'; // Username
|
||||
$Peer = '@username'; // Username
|
||||
|
||||
$messages_foundGifs = 44700; // bot API id (users)
|
||||
$messages_foundGifs = -492772765; // bot API id (chats)
|
||||
$messages_foundGifs = -10038575794; // bot API id (channels)
|
||||
$Peer = 44700; // bot API id (users)
|
||||
$Peer = -492772765; // bot API id (chats)
|
||||
$Peer = -10038575794; // bot API id (channels)
|
||||
|
||||
$messages_foundGifs = 'user#44700'; // tg-cli style id (users)
|
||||
$messages_foundGifs = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messages_foundGifs = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Peer = 'user#44700'; // tg-cli style id (users)
|
||||
$Peer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Peer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type User
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messages_foundGifs = '@username'; // Username
|
||||
$User = '@username'; // Username
|
||||
|
||||
$messages_foundGifs = 44700; // bot API id (users)
|
||||
$messages_foundGifs = -492772765; // bot API id (chats)
|
||||
$messages_foundGifs = -10038575794; // bot API id (channels)
|
||||
$User = 44700; // bot API id (users)
|
||||
$User = -492772765; // bot API id (chats)
|
||||
$User = -10038575794; // bot API id (channels)
|
||||
|
||||
$messages_foundGifs = 'user#44700'; // tg-cli style id (users)
|
||||
$messages_foundGifs = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messages_foundGifs = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$User = 'user#44700'; // tg-cli style id (users)
|
||||
$User = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$User = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Chat
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$updateBotInlineSend = '@username'; // Username
|
||||
$Chat = '@username'; // Username
|
||||
|
||||
$updateBotInlineSend = 44700; // bot API id (users)
|
||||
$updateBotInlineSend = -492772765; // bot API id (chats)
|
||||
$updateBotInlineSend = -10038575794; // bot API id (channels)
|
||||
$Chat = 44700; // bot API id (users)
|
||||
$Chat = -492772765; // bot API id (chats)
|
||||
$Chat = -10038575794; // bot API id (channels)
|
||||
|
||||
$updateBotInlineSend = 'user#44700'; // tg-cli style id (users)
|
||||
$updateBotInlineSend = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$updateBotInlineSend = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Chat = 'user#44700'; // tg-cli style id (users)
|
||||
$Chat = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Chat = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputChannel
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$updateBotInlineSend = '@username'; // Username
|
||||
$InputChannel = '@username'; // Username
|
||||
|
||||
$updateBotInlineSend = 44700; // bot API id (users)
|
||||
$updateBotInlineSend = -492772765; // bot API id (chats)
|
||||
$updateBotInlineSend = -10038575794; // bot API id (channels)
|
||||
$InputChannel = 44700; // bot API id (users)
|
||||
$InputChannel = -492772765; // bot API id (chats)
|
||||
$InputChannel = -10038575794; // bot API id (channels)
|
||||
|
||||
$updateBotInlineSend = 'user#44700'; // tg-cli style id (users)
|
||||
$updateBotInlineSend = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$updateBotInlineSend = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputChannel = 'user#44700'; // tg-cli style id (users)
|
||||
$InputChannel = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputChannel = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputPeer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$updateBotInlineSend = '@username'; // Username
|
||||
$InputPeer = '@username'; // Username
|
||||
|
||||
$updateBotInlineSend = 44700; // bot API id (users)
|
||||
$updateBotInlineSend = -492772765; // bot API id (chats)
|
||||
$updateBotInlineSend = -10038575794; // bot API id (channels)
|
||||
$InputPeer = 44700; // bot API id (users)
|
||||
$InputPeer = -492772765; // bot API id (chats)
|
||||
$InputPeer = -10038575794; // bot API id (channels)
|
||||
|
||||
$updateBotInlineSend = 'user#44700'; // tg-cli style id (users)
|
||||
$updateBotInlineSend = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$updateBotInlineSend = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputPeer = 'user#44700'; // tg-cli style id (users)
|
||||
$InputPeer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputPeer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputUser
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$updateBotInlineSend = '@username'; // Username
|
||||
$InputUser = '@username'; // Username
|
||||
|
||||
$updateBotInlineSend = 44700; // bot API id (users)
|
||||
$updateBotInlineSend = -492772765; // bot API id (chats)
|
||||
$updateBotInlineSend = -10038575794; // bot API id (channels)
|
||||
$InputUser = 44700; // bot API id (users)
|
||||
$InputUser = -492772765; // bot API id (chats)
|
||||
$InputUser = -10038575794; // bot API id (channels)
|
||||
|
||||
$updateBotInlineSend = 'user#44700'; // tg-cli style id (users)
|
||||
$updateBotInlineSend = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$updateBotInlineSend = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputUser = 'user#44700'; // tg-cli style id (users)
|
||||
$InputUser = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputUser = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Peer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$updateBotInlineSend = '@username'; // Username
|
||||
$Peer = '@username'; // Username
|
||||
|
||||
$updateBotInlineSend = 44700; // bot API id (users)
|
||||
$updateBotInlineSend = -492772765; // bot API id (chats)
|
||||
$updateBotInlineSend = -10038575794; // bot API id (channels)
|
||||
$Peer = 44700; // bot API id (users)
|
||||
$Peer = -492772765; // bot API id (chats)
|
||||
$Peer = -10038575794; // bot API id (channels)
|
||||
|
||||
$updateBotInlineSend = 'user#44700'; // tg-cli style id (users)
|
||||
$updateBotInlineSend = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$updateBotInlineSend = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Peer = 'user#44700'; // tg-cli style id (users)
|
||||
$Peer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Peer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type User
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$updateBotInlineSend = '@username'; // Username
|
||||
$User = '@username'; // Username
|
||||
|
||||
$updateBotInlineSend = 44700; // bot API id (users)
|
||||
$updateBotInlineSend = -492772765; // bot API id (chats)
|
||||
$updateBotInlineSend = -10038575794; // bot API id (channels)
|
||||
$User = 44700; // bot API id (users)
|
||||
$User = -492772765; // bot API id (chats)
|
||||
$User = -10038575794; // bot API id (channels)
|
||||
|
||||
$updateBotInlineSend = 'user#44700'; // tg-cli style id (users)
|
||||
$updateBotInlineSend = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$updateBotInlineSend = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$User = 'user#44700'; // tg-cli style id (users)
|
||||
$User = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$User = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Chat
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messages_botResults = '@username'; // Username
|
||||
$Chat = '@username'; // Username
|
||||
|
||||
$messages_botResults = 44700; // bot API id (users)
|
||||
$messages_botResults = -492772765; // bot API id (chats)
|
||||
$messages_botResults = -10038575794; // bot API id (channels)
|
||||
$Chat = 44700; // bot API id (users)
|
||||
$Chat = -492772765; // bot API id (chats)
|
||||
$Chat = -10038575794; // bot API id (channels)
|
||||
|
||||
$messages_botResults = 'user#44700'; // tg-cli style id (users)
|
||||
$messages_botResults = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messages_botResults = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Chat = 'user#44700'; // tg-cli style id (users)
|
||||
$Chat = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Chat = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputChannel
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messages_botResults = '@username'; // Username
|
||||
$InputChannel = '@username'; // Username
|
||||
|
||||
$messages_botResults = 44700; // bot API id (users)
|
||||
$messages_botResults = -492772765; // bot API id (chats)
|
||||
$messages_botResults = -10038575794; // bot API id (channels)
|
||||
$InputChannel = 44700; // bot API id (users)
|
||||
$InputChannel = -492772765; // bot API id (chats)
|
||||
$InputChannel = -10038575794; // bot API id (channels)
|
||||
|
||||
$messages_botResults = 'user#44700'; // tg-cli style id (users)
|
||||
$messages_botResults = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messages_botResults = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputChannel = 'user#44700'; // tg-cli style id (users)
|
||||
$InputChannel = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputChannel = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputPeer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messages_botResults = '@username'; // Username
|
||||
$InputPeer = '@username'; // Username
|
||||
|
||||
$messages_botResults = 44700; // bot API id (users)
|
||||
$messages_botResults = -492772765; // bot API id (chats)
|
||||
$messages_botResults = -10038575794; // bot API id (channels)
|
||||
$InputPeer = 44700; // bot API id (users)
|
||||
$InputPeer = -492772765; // bot API id (chats)
|
||||
$InputPeer = -10038575794; // bot API id (channels)
|
||||
|
||||
$messages_botResults = 'user#44700'; // tg-cli style id (users)
|
||||
$messages_botResults = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messages_botResults = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputPeer = 'user#44700'; // tg-cli style id (users)
|
||||
$InputPeer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputPeer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputUser
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messages_botResults = '@username'; // Username
|
||||
$InputUser = '@username'; // Username
|
||||
|
||||
$messages_botResults = 44700; // bot API id (users)
|
||||
$messages_botResults = -492772765; // bot API id (chats)
|
||||
$messages_botResults = -10038575794; // bot API id (channels)
|
||||
$InputUser = 44700; // bot API id (users)
|
||||
$InputUser = -492772765; // bot API id (chats)
|
||||
$InputUser = -10038575794; // bot API id (channels)
|
||||
|
||||
$messages_botResults = 'user#44700'; // tg-cli style id (users)
|
||||
$messages_botResults = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messages_botResults = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputUser = 'user#44700'; // tg-cli style id (users)
|
||||
$InputUser = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputUser = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Peer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messages_botResults = '@username'; // Username
|
||||
$Peer = '@username'; // Username
|
||||
|
||||
$messages_botResults = 44700; // bot API id (users)
|
||||
$messages_botResults = -492772765; // bot API id (chats)
|
||||
$messages_botResults = -10038575794; // bot API id (channels)
|
||||
$Peer = 44700; // bot API id (users)
|
||||
$Peer = -492772765; // bot API id (chats)
|
||||
$Peer = -10038575794; // bot API id (channels)
|
||||
|
||||
$messages_botResults = 'user#44700'; // tg-cli style id (users)
|
||||
$messages_botResults = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messages_botResults = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Peer = 'user#44700'; // tg-cli style id (users)
|
||||
$Peer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Peer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type User
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messages_botResults = '@username'; // Username
|
||||
$User = '@username'; // Username
|
||||
|
||||
$messages_botResults = 44700; // bot API id (users)
|
||||
$messages_botResults = -492772765; // bot API id (chats)
|
||||
$messages_botResults = -10038575794; // bot API id (channels)
|
||||
$User = 44700; // bot API id (users)
|
||||
$User = -492772765; // bot API id (chats)
|
||||
$User = -10038575794; // bot API id (channels)
|
||||
|
||||
$messages_botResults = 'user#44700'; // tg-cli style id (users)
|
||||
$messages_botResults = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messages_botResults = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$User = 'user#44700'; // tg-cli style id (users)
|
||||
$User = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$User = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Chat
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$inlineBotSwitchPM = '@username'; // Username
|
||||
$Chat = '@username'; // Username
|
||||
|
||||
$inlineBotSwitchPM = 44700; // bot API id (users)
|
||||
$inlineBotSwitchPM = -492772765; // bot API id (chats)
|
||||
$inlineBotSwitchPM = -10038575794; // bot API id (channels)
|
||||
$Chat = 44700; // bot API id (users)
|
||||
$Chat = -492772765; // bot API id (chats)
|
||||
$Chat = -10038575794; // bot API id (channels)
|
||||
|
||||
$inlineBotSwitchPM = 'user#44700'; // tg-cli style id (users)
|
||||
$inlineBotSwitchPM = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$inlineBotSwitchPM = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Chat = 'user#44700'; // tg-cli style id (users)
|
||||
$Chat = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Chat = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputChannel
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$inlineBotSwitchPM = '@username'; // Username
|
||||
$InputChannel = '@username'; // Username
|
||||
|
||||
$inlineBotSwitchPM = 44700; // bot API id (users)
|
||||
$inlineBotSwitchPM = -492772765; // bot API id (chats)
|
||||
$inlineBotSwitchPM = -10038575794; // bot API id (channels)
|
||||
$InputChannel = 44700; // bot API id (users)
|
||||
$InputChannel = -492772765; // bot API id (chats)
|
||||
$InputChannel = -10038575794; // bot API id (channels)
|
||||
|
||||
$inlineBotSwitchPM = 'user#44700'; // tg-cli style id (users)
|
||||
$inlineBotSwitchPM = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$inlineBotSwitchPM = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputChannel = 'user#44700'; // tg-cli style id (users)
|
||||
$InputChannel = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputChannel = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputPeer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$inlineBotSwitchPM = '@username'; // Username
|
||||
$InputPeer = '@username'; // Username
|
||||
|
||||
$inlineBotSwitchPM = 44700; // bot API id (users)
|
||||
$inlineBotSwitchPM = -492772765; // bot API id (chats)
|
||||
$inlineBotSwitchPM = -10038575794; // bot API id (channels)
|
||||
$InputPeer = 44700; // bot API id (users)
|
||||
$InputPeer = -492772765; // bot API id (chats)
|
||||
$InputPeer = -10038575794; // bot API id (channels)
|
||||
|
||||
$inlineBotSwitchPM = 'user#44700'; // tg-cli style id (users)
|
||||
$inlineBotSwitchPM = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$inlineBotSwitchPM = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputPeer = 'user#44700'; // tg-cli style id (users)
|
||||
$InputPeer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputPeer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputUser
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$inlineBotSwitchPM = '@username'; // Username
|
||||
$InputUser = '@username'; // Username
|
||||
|
||||
$inlineBotSwitchPM = 44700; // bot API id (users)
|
||||
$inlineBotSwitchPM = -492772765; // bot API id (chats)
|
||||
$inlineBotSwitchPM = -10038575794; // bot API id (channels)
|
||||
$InputUser = 44700; // bot API id (users)
|
||||
$InputUser = -492772765; // bot API id (chats)
|
||||
$InputUser = -10038575794; // bot API id (channels)
|
||||
|
||||
$inlineBotSwitchPM = 'user#44700'; // tg-cli style id (users)
|
||||
$inlineBotSwitchPM = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$inlineBotSwitchPM = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputUser = 'user#44700'; // tg-cli style id (users)
|
||||
$InputUser = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputUser = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Peer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$inlineBotSwitchPM = '@username'; // Username
|
||||
$Peer = '@username'; // Username
|
||||
|
||||
$inlineBotSwitchPM = 44700; // bot API id (users)
|
||||
$inlineBotSwitchPM = -492772765; // bot API id (chats)
|
||||
$inlineBotSwitchPM = -10038575794; // bot API id (channels)
|
||||
$Peer = 44700; // bot API id (users)
|
||||
$Peer = -492772765; // bot API id (chats)
|
||||
$Peer = -10038575794; // bot API id (channels)
|
||||
|
||||
$inlineBotSwitchPM = 'user#44700'; // tg-cli style id (users)
|
||||
$inlineBotSwitchPM = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$inlineBotSwitchPM = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Peer = 'user#44700'; // tg-cli style id (users)
|
||||
$Peer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Peer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type User
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$inlineBotSwitchPM = '@username'; // Username
|
||||
$User = '@username'; // Username
|
||||
|
||||
$inlineBotSwitchPM = 44700; // bot API id (users)
|
||||
$inlineBotSwitchPM = -492772765; // bot API id (chats)
|
||||
$inlineBotSwitchPM = -10038575794; // bot API id (channels)
|
||||
$User = 44700; // bot API id (users)
|
||||
$User = -492772765; // bot API id (chats)
|
||||
$User = -10038575794; // bot API id (channels)
|
||||
|
||||
$inlineBotSwitchPM = 'user#44700'; // tg-cli style id (users)
|
||||
$inlineBotSwitchPM = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$inlineBotSwitchPM = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$User = 'user#44700'; // tg-cli style id (users)
|
||||
$User = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$User = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Chat
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messageActionHistoryClear = '@username'; // Username
|
||||
$Chat = '@username'; // Username
|
||||
|
||||
$messageActionHistoryClear = 44700; // bot API id (users)
|
||||
$messageActionHistoryClear = -492772765; // bot API id (chats)
|
||||
$messageActionHistoryClear = -10038575794; // bot API id (channels)
|
||||
$Chat = 44700; // bot API id (users)
|
||||
$Chat = -492772765; // bot API id (chats)
|
||||
$Chat = -10038575794; // bot API id (channels)
|
||||
|
||||
$messageActionHistoryClear = 'user#44700'; // tg-cli style id (users)
|
||||
$messageActionHistoryClear = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messageActionHistoryClear = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Chat = 'user#44700'; // tg-cli style id (users)
|
||||
$Chat = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Chat = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputChannel
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messageActionHistoryClear = '@username'; // Username
|
||||
$InputChannel = '@username'; // Username
|
||||
|
||||
$messageActionHistoryClear = 44700; // bot API id (users)
|
||||
$messageActionHistoryClear = -492772765; // bot API id (chats)
|
||||
$messageActionHistoryClear = -10038575794; // bot API id (channels)
|
||||
$InputChannel = 44700; // bot API id (users)
|
||||
$InputChannel = -492772765; // bot API id (chats)
|
||||
$InputChannel = -10038575794; // bot API id (channels)
|
||||
|
||||
$messageActionHistoryClear = 'user#44700'; // tg-cli style id (users)
|
||||
$messageActionHistoryClear = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messageActionHistoryClear = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputChannel = 'user#44700'; // tg-cli style id (users)
|
||||
$InputChannel = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputChannel = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputPeer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messageActionHistoryClear = '@username'; // Username
|
||||
$InputPeer = '@username'; // Username
|
||||
|
||||
$messageActionHistoryClear = 44700; // bot API id (users)
|
||||
$messageActionHistoryClear = -492772765; // bot API id (chats)
|
||||
$messageActionHistoryClear = -10038575794; // bot API id (channels)
|
||||
$InputPeer = 44700; // bot API id (users)
|
||||
$InputPeer = -492772765; // bot API id (chats)
|
||||
$InputPeer = -10038575794; // bot API id (channels)
|
||||
|
||||
$messageActionHistoryClear = 'user#44700'; // tg-cli style id (users)
|
||||
$messageActionHistoryClear = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messageActionHistoryClear = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputPeer = 'user#44700'; // tg-cli style id (users)
|
||||
$InputPeer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputPeer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputUser
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messageActionHistoryClear = '@username'; // Username
|
||||
$InputUser = '@username'; // Username
|
||||
|
||||
$messageActionHistoryClear = 44700; // bot API id (users)
|
||||
$messageActionHistoryClear = -492772765; // bot API id (chats)
|
||||
$messageActionHistoryClear = -10038575794; // bot API id (channels)
|
||||
$InputUser = 44700; // bot API id (users)
|
||||
$InputUser = -492772765; // bot API id (chats)
|
||||
$InputUser = -10038575794; // bot API id (channels)
|
||||
|
||||
$messageActionHistoryClear = 'user#44700'; // tg-cli style id (users)
|
||||
$messageActionHistoryClear = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messageActionHistoryClear = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputUser = 'user#44700'; // tg-cli style id (users)
|
||||
$InputUser = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputUser = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Peer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messageActionHistoryClear = '@username'; // Username
|
||||
$Peer = '@username'; // Username
|
||||
|
||||
$messageActionHistoryClear = 44700; // bot API id (users)
|
||||
$messageActionHistoryClear = -492772765; // bot API id (chats)
|
||||
$messageActionHistoryClear = -10038575794; // bot API id (channels)
|
||||
$Peer = 44700; // bot API id (users)
|
||||
$Peer = -492772765; // bot API id (chats)
|
||||
$Peer = -10038575794; // bot API id (channels)
|
||||
|
||||
$messageActionHistoryClear = 'user#44700'; // tg-cli style id (users)
|
||||
$messageActionHistoryClear = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messageActionHistoryClear = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Peer = 'user#44700'; // tg-cli style id (users)
|
||||
$Peer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Peer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type User
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messageActionHistoryClear = '@username'; // Username
|
||||
$User = '@username'; // Username
|
||||
|
||||
$messageActionHistoryClear = 44700; // bot API id (users)
|
||||
$messageActionHistoryClear = -492772765; // bot API id (chats)
|
||||
$messageActionHistoryClear = -10038575794; // bot API id (channels)
|
||||
$User = 44700; // bot API id (users)
|
||||
$User = -492772765; // bot API id (chats)
|
||||
$User = -10038575794; // bot API id (channels)
|
||||
|
||||
$messageActionHistoryClear = 'user#44700'; // tg-cli style id (users)
|
||||
$messageActionHistoryClear = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messageActionHistoryClear = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$User = 'user#44700'; // tg-cli style id (users)
|
||||
$User = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$User = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Chat
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$stickerSetCovered = '@username'; // Username
|
||||
$Chat = '@username'; // Username
|
||||
|
||||
$stickerSetCovered = 44700; // bot API id (users)
|
||||
$stickerSetCovered = -492772765; // bot API id (chats)
|
||||
$stickerSetCovered = -10038575794; // bot API id (channels)
|
||||
$Chat = 44700; // bot API id (users)
|
||||
$Chat = -492772765; // bot API id (chats)
|
||||
$Chat = -10038575794; // bot API id (channels)
|
||||
|
||||
$stickerSetCovered = 'user#44700'; // tg-cli style id (users)
|
||||
$stickerSetCovered = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$stickerSetCovered = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Chat = 'user#44700'; // tg-cli style id (users)
|
||||
$Chat = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Chat = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputChannel
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$stickerSetCovered = '@username'; // Username
|
||||
$InputChannel = '@username'; // Username
|
||||
|
||||
$stickerSetCovered = 44700; // bot API id (users)
|
||||
$stickerSetCovered = -492772765; // bot API id (chats)
|
||||
$stickerSetCovered = -10038575794; // bot API id (channels)
|
||||
$InputChannel = 44700; // bot API id (users)
|
||||
$InputChannel = -492772765; // bot API id (chats)
|
||||
$InputChannel = -10038575794; // bot API id (channels)
|
||||
|
||||
$stickerSetCovered = 'user#44700'; // tg-cli style id (users)
|
||||
$stickerSetCovered = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$stickerSetCovered = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputChannel = 'user#44700'; // tg-cli style id (users)
|
||||
$InputChannel = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputChannel = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputPeer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$stickerSetCovered = '@username'; // Username
|
||||
$InputPeer = '@username'; // Username
|
||||
|
||||
$stickerSetCovered = 44700; // bot API id (users)
|
||||
$stickerSetCovered = -492772765; // bot API id (chats)
|
||||
$stickerSetCovered = -10038575794; // bot API id (channels)
|
||||
$InputPeer = 44700; // bot API id (users)
|
||||
$InputPeer = -492772765; // bot API id (chats)
|
||||
$InputPeer = -10038575794; // bot API id (channels)
|
||||
|
||||
$stickerSetCovered = 'user#44700'; // tg-cli style id (users)
|
||||
$stickerSetCovered = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$stickerSetCovered = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputPeer = 'user#44700'; // tg-cli style id (users)
|
||||
$InputPeer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputPeer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputUser
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$stickerSetCovered = '@username'; // Username
|
||||
$InputUser = '@username'; // Username
|
||||
|
||||
$stickerSetCovered = 44700; // bot API id (users)
|
||||
$stickerSetCovered = -492772765; // bot API id (chats)
|
||||
$stickerSetCovered = -10038575794; // bot API id (channels)
|
||||
$InputUser = 44700; // bot API id (users)
|
||||
$InputUser = -492772765; // bot API id (chats)
|
||||
$InputUser = -10038575794; // bot API id (channels)
|
||||
|
||||
$stickerSetCovered = 'user#44700'; // tg-cli style id (users)
|
||||
$stickerSetCovered = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$stickerSetCovered = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputUser = 'user#44700'; // tg-cli style id (users)
|
||||
$InputUser = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputUser = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Peer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$stickerSetCovered = '@username'; // Username
|
||||
$Peer = '@username'; // Username
|
||||
|
||||
$stickerSetCovered = 44700; // bot API id (users)
|
||||
$stickerSetCovered = -492772765; // bot API id (chats)
|
||||
$stickerSetCovered = -10038575794; // bot API id (channels)
|
||||
$Peer = 44700; // bot API id (users)
|
||||
$Peer = -492772765; // bot API id (chats)
|
||||
$Peer = -10038575794; // bot API id (channels)
|
||||
|
||||
$stickerSetCovered = 'user#44700'; // tg-cli style id (users)
|
||||
$stickerSetCovered = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$stickerSetCovered = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Peer = 'user#44700'; // tg-cli style id (users)
|
||||
$Peer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Peer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type User
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$stickerSetCovered = '@username'; // Username
|
||||
$User = '@username'; // Username
|
||||
|
||||
$stickerSetCovered = 44700; // bot API id (users)
|
||||
$stickerSetCovered = -492772765; // bot API id (chats)
|
||||
$stickerSetCovered = -10038575794; // bot API id (channels)
|
||||
$User = 44700; // bot API id (users)
|
||||
$User = -492772765; // bot API id (chats)
|
||||
$User = -10038575794; // bot API id (channels)
|
||||
|
||||
$stickerSetCovered = 'user#44700'; // tg-cli style id (users)
|
||||
$stickerSetCovered = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$stickerSetCovered = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$User = 'user#44700'; // tg-cli style id (users)
|
||||
$User = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$User = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Chat
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messages_highScores = '@username'; // Username
|
||||
$Chat = '@username'; // Username
|
||||
|
||||
$messages_highScores = 44700; // bot API id (users)
|
||||
$messages_highScores = -492772765; // bot API id (chats)
|
||||
$messages_highScores = -10038575794; // bot API id (channels)
|
||||
$Chat = 44700; // bot API id (users)
|
||||
$Chat = -492772765; // bot API id (chats)
|
||||
$Chat = -10038575794; // bot API id (channels)
|
||||
|
||||
$messages_highScores = 'user#44700'; // tg-cli style id (users)
|
||||
$messages_highScores = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messages_highScores = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Chat = 'user#44700'; // tg-cli style id (users)
|
||||
$Chat = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Chat = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputChannel
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messages_highScores = '@username'; // Username
|
||||
$InputChannel = '@username'; // Username
|
||||
|
||||
$messages_highScores = 44700; // bot API id (users)
|
||||
$messages_highScores = -492772765; // bot API id (chats)
|
||||
$messages_highScores = -10038575794; // bot API id (channels)
|
||||
$InputChannel = 44700; // bot API id (users)
|
||||
$InputChannel = -492772765; // bot API id (chats)
|
||||
$InputChannel = -10038575794; // bot API id (channels)
|
||||
|
||||
$messages_highScores = 'user#44700'; // tg-cli style id (users)
|
||||
$messages_highScores = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messages_highScores = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputChannel = 'user#44700'; // tg-cli style id (users)
|
||||
$InputChannel = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputChannel = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputPeer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messages_highScores = '@username'; // Username
|
||||
$InputPeer = '@username'; // Username
|
||||
|
||||
$messages_highScores = 44700; // bot API id (users)
|
||||
$messages_highScores = -492772765; // bot API id (chats)
|
||||
$messages_highScores = -10038575794; // bot API id (channels)
|
||||
$InputPeer = 44700; // bot API id (users)
|
||||
$InputPeer = -492772765; // bot API id (chats)
|
||||
$InputPeer = -10038575794; // bot API id (channels)
|
||||
|
||||
$messages_highScores = 'user#44700'; // tg-cli style id (users)
|
||||
$messages_highScores = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messages_highScores = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputPeer = 'user#44700'; // tg-cli style id (users)
|
||||
$InputPeer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputPeer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type InputUser
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messages_highScores = '@username'; // Username
|
||||
$InputUser = '@username'; // Username
|
||||
|
||||
$messages_highScores = 44700; // bot API id (users)
|
||||
$messages_highScores = -492772765; // bot API id (chats)
|
||||
$messages_highScores = -10038575794; // bot API id (channels)
|
||||
$InputUser = 44700; // bot API id (users)
|
||||
$InputUser = -492772765; // bot API id (chats)
|
||||
$InputUser = -10038575794; // bot API id (channels)
|
||||
|
||||
$messages_highScores = 'user#44700'; // tg-cli style id (users)
|
||||
$messages_highScores = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messages_highScores = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$InputUser = 'user#44700'; // tg-cli style id (users)
|
||||
$InputUser = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$InputUser = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type Peer
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messages_highScores = '@username'; // Username
|
||||
$Peer = '@username'; // Username
|
||||
|
||||
$messages_highScores = 44700; // bot API id (users)
|
||||
$messages_highScores = -492772765; // bot API id (chats)
|
||||
$messages_highScores = -10038575794; // bot API id (channels)
|
||||
$Peer = 44700; // bot API id (users)
|
||||
$Peer = -492772765; // bot API id (chats)
|
||||
$Peer = -10038575794; // bot API id (channels)
|
||||
|
||||
$messages_highScores = 'user#44700'; // tg-cli style id (users)
|
||||
$messages_highScores = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messages_highScores = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$Peer = 'user#44700'; // tg-cli style id (users)
|
||||
$Peer = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$Peer = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ description: constructors and methods of type User
|
||||
The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$messages_highScores = '@username'; // Username
|
||||
$User = '@username'; // Username
|
||||
|
||||
$messages_highScores = 44700; // bot API id (users)
|
||||
$messages_highScores = -492772765; // bot API id (chats)
|
||||
$messages_highScores = -10038575794; // bot API id (channels)
|
||||
$User = 44700; // bot API id (users)
|
||||
$User = -492772765; // bot API id (chats)
|
||||
$User = -10038575794; // bot API id (channels)
|
||||
|
||||
$messages_highScores = 'user#44700'; // tg-cli style id (users)
|
||||
$messages_highScores = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$messages_highScores = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$User = 'user#44700'; // tg-cli style id (users)
|
||||
$User = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$User = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
@ -398,15 +398,15 @@ description: constructors and methods of type '.$type.'
|
||||
$header .= 'The following syntaxes can also be used:
|
||||
|
||||
```
|
||||
$'.$constructor." = '@username'; // Username
|
||||
$'.$type." = '@username'; // Username
|
||||
|
||||
$".$constructor.' = 44700; // bot API id (users)
|
||||
$'.$constructor.' = -492772765; // bot API id (chats)
|
||||
$'.$constructor.' = -10038575794; // bot API id (channels)
|
||||
$".$type.' = 44700; // bot API id (users)
|
||||
$'.$type.' = -492772765; // bot API id (chats)
|
||||
$'.$type.' = -10038575794; // bot API id (channels)
|
||||
|
||||
$'.$constructor." = 'user#44700'; // tg-cli style id (users)
|
||||
$".$constructor." = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$".$constructor." = 'channel#38575794'; // tg-cli style id (channels)
|
||||
$'.$type." = 'user#44700'; // tg-cli style id (users)
|
||||
$".$type." = 'chat#492772765'; // tg-cli style id (chats)
|
||||
$".$type." = 'channel#38575794'; // tg-cli style id (channels)
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user