-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated telepathy and File structure
- Loading branch information
Showing
131 changed files
with
1,132 additions
and
2,648 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,20 @@ | ||
<?php | ||
|
||
/** | ||
* This file was automatically generated! | ||
* This file is auto-generated. | ||
*/ | ||
|
||
|
||
namespace Tii\Telepath\Telegram; | ||
|
||
class Animation extends \Tii\Telepath\Type | ||
{ | ||
public string $file_id; | ||
|
||
public string $file_unique_id; | ||
|
||
public int $width; | ||
|
||
public int $height; | ||
|
||
public int $duration; | ||
|
||
public PhotoSize $thumb; | ||
|
||
public string $file_name; | ||
|
||
public string $mime_type; | ||
|
||
public int $file_size; | ||
|
||
public function __construct(array $data = []) | ||
{ | ||
parent::__construct($data); | ||
} | ||
public string $file_id; | ||
public string $file_unique_id; | ||
public int $width; | ||
public int $height; | ||
public int $duration; | ||
public PhotoSize $thumb; | ||
public string $file_name; | ||
public string $mime_type; | ||
public int $file_size; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,20 @@ | ||
<?php | ||
|
||
/** | ||
* This file was automatically generated! | ||
* This file is auto-generated. | ||
*/ | ||
|
||
|
||
namespace Tii\Telepath\Telegram; | ||
|
||
class Audio extends \Tii\Telepath\Type | ||
{ | ||
public string $file_id; | ||
|
||
public string $file_unique_id; | ||
|
||
public int $duration; | ||
|
||
public string $performer; | ||
|
||
public string $title; | ||
|
||
public string $file_name; | ||
|
||
public string $mime_type; | ||
|
||
public int $file_size; | ||
|
||
public PhotoSize $thumb; | ||
|
||
public function __construct(array $data = []) | ||
{ | ||
parent::__construct($data); | ||
} | ||
public string $file_id; | ||
public string $file_unique_id; | ||
public int $duration; | ||
public string $performer; | ||
public string $title; | ||
public string $file_name; | ||
public string $mime_type; | ||
public int $file_size; | ||
public PhotoSize $thumb; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,13 @@ | ||
<?php | ||
|
||
/** | ||
* This file was automatically generated! | ||
* This file is auto-generated. | ||
*/ | ||
|
||
|
||
namespace Tii\Telepath\Telegram; | ||
|
||
class BotCommand extends \Tii\Telepath\Type | ||
{ | ||
public string $command; | ||
|
||
public string $description; | ||
|
||
public function __construct(array $data = []) | ||
{ | ||
parent::__construct($data); | ||
} | ||
public string $command; | ||
public string $description; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,11 @@ | ||
<?php | ||
|
||
/** | ||
* This file was automatically generated! | ||
* This file is auto-generated. | ||
*/ | ||
|
||
|
||
namespace Tii\Telepath\Telegram; | ||
|
||
class BotCommandScope extends \Tii\Telepath\Type | ||
{ | ||
public function __construct(array $data = []) | ||
{ | ||
parent::__construct($data); | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,12 @@ | ||
<?php | ||
|
||
/** | ||
* This file was automatically generated! | ||
* This file is auto-generated. | ||
*/ | ||
|
||
|
||
namespace Tii\Telepath\Telegram; | ||
|
||
class BotCommandScopeAllChatAdministrators extends BotCommandScope | ||
{ | ||
public string $type; | ||
|
||
public function __construct(array $data = []) | ||
{ | ||
parent::__construct($data); | ||
} | ||
public string $type; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,12 @@ | ||
<?php | ||
|
||
/** | ||
* This file was automatically generated! | ||
* This file is auto-generated. | ||
*/ | ||
|
||
|
||
namespace Tii\Telepath\Telegram; | ||
|
||
class BotCommandScopeAllGroupChats extends BotCommandScope | ||
{ | ||
public string $type; | ||
|
||
public function __construct(array $data = []) | ||
{ | ||
parent::__construct($data); | ||
} | ||
public string $type; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,12 @@ | ||
<?php | ||
|
||
/** | ||
* This file was automatically generated! | ||
* This file is auto-generated. | ||
*/ | ||
|
||
|
||
namespace Tii\Telepath\Telegram; | ||
|
||
class BotCommandScopeAllPrivateChats extends BotCommandScope | ||
{ | ||
public string $type; | ||
|
||
public function __construct(array $data = []) | ||
{ | ||
parent::__construct($data); | ||
} | ||
public string $type; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,13 @@ | ||
<?php | ||
|
||
/** | ||
* This file was automatically generated! | ||
* This file is auto-generated. | ||
*/ | ||
|
||
|
||
namespace Tii\Telepath\Telegram; | ||
|
||
class BotCommandScopeChat extends BotCommandScope | ||
{ | ||
public string $type; | ||
|
||
/** | ||
* @var Integer or String | ||
*/ | ||
public int|string $chat_id; | ||
|
||
public function __construct(array $data = []) | ||
{ | ||
parent::__construct($data); | ||
} | ||
public string $type; | ||
public int|string $chat_id; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,13 @@ | ||
<?php | ||
|
||
/** | ||
* This file was automatically generated! | ||
* This file is auto-generated. | ||
*/ | ||
|
||
|
||
namespace Tii\Telepath\Telegram; | ||
|
||
class BotCommandScopeChatAdministrators extends BotCommandScope | ||
{ | ||
public string $type; | ||
|
||
/** | ||
* @var Integer or String | ||
*/ | ||
public int|string $chat_id; | ||
|
||
public function __construct(array $data = []) | ||
{ | ||
parent::__construct($data); | ||
} | ||
public string $type; | ||
public int|string $chat_id; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file was automatically generated! | ||
* This file is auto-generated. | ||
*/ | ||
|
||
|
||
namespace Tii\Telepath\Telegram; | ||
|
||
class BotCommandScopeChatMember extends BotCommandScope | ||
{ | ||
public string $type; | ||
|
||
/** | ||
* @var Integer or String | ||
*/ | ||
public int|string $chat_id; | ||
|
||
public int $user_id; | ||
|
||
public function __construct(array $data = []) | ||
{ | ||
parent::__construct($data); | ||
} | ||
public string $type; | ||
public int|string $chat_id; | ||
public int $user_id; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,12 @@ | ||
<?php | ||
|
||
/** | ||
* This file was automatically generated! | ||
* This file is auto-generated. | ||
*/ | ||
|
||
|
||
namespace Tii\Telepath\Telegram; | ||
|
||
class BotCommandScopeDefault extends BotCommandScope | ||
{ | ||
public string $type; | ||
|
||
public function __construct(array $data = []) | ||
{ | ||
parent::__construct($data); | ||
} | ||
public string $type; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,18 @@ | ||
<?php | ||
|
||
/** | ||
* This file was automatically generated! | ||
* This file is auto-generated. | ||
*/ | ||
|
||
|
||
namespace Tii\Telepath\Telegram; | ||
|
||
class CallbackQuery extends \Tii\Telepath\Type | ||
{ | ||
public string $id; | ||
|
||
public User $from; | ||
|
||
public Message $message; | ||
|
||
public string $inline_message_id; | ||
|
||
public string $chat_instance; | ||
|
||
public string $data; | ||
|
||
public string $game_short_name; | ||
|
||
public function __construct(array $data = []) | ||
{ | ||
parent::__construct($data); | ||
} | ||
public string $id; | ||
public User $from; | ||
public Message $message; | ||
public string $inline_message_id; | ||
public string $chat_instance; | ||
public string $data; | ||
public string $game_short_name; | ||
} | ||
|
Oops, something went wrong.