|
|
@@ -161,7 +161,7 @@ class BetService extends BaseService
|
|
|
* @param int $messageId
|
|
|
* @return array
|
|
|
*/
|
|
|
- public static function bet(string $memberId, string $input, $messageId = 0): array
|
|
|
+ public static function bet(string $memberId, string $input, int $messageId = 0): array
|
|
|
{
|
|
|
$msg = [];
|
|
|
$msg['chat_id'] = $memberId;
|