Jump to...
redirecting...

Log for SITCON BOT Testpool

030
0x1D
you're wrong…
你長得好 ttf
不理你
030 = 24 = 0x18
測試
明明同一出入口,不該死的死了,該死的不死....
[sticker](media:AAQFABOFubMyAATSyMmTccrYH-wAAwI@telegram)
/sticker
測試
安安
@tgbot 您好
/sticker
same
Array ( [update_id] => 753891737 [message] => Array ( [message_id] => 135 [from] => Array ( [id] => 109780439 [first_name] => Sean [username] => S_ean ) [chat] => Array ( [id] => 109780439 [first_name] => Sean [username] => S_ean [type] => private ) [date] => 1459639560 [sticker] => Array ( [width] => 512 [height] => 512 [thumb] => Array ( [file_id] => AAQFABM-RL4yAAQJUkzJjRmyu_8CAAIC [file_size] => 12256 [width] => 128 [height] => 128 ) [file_id] => BQADBQADfgAD1x2LBvAF62U03JB8Ag [file_size] => 68876 ) ) )
這樣用
@tgbot 安安
/sticker
"/motorcycle" and "me".....
/file_id
/file_id
/sticker
用 ?? 寫一長串 (?
what do you mean?
$text = $data['message']['reply_to_message']['sticker']['file_id'] ?? $data[ignore]['file_id'] ?? 'Error'
@tgbot 好安靜 (?
Ping@Sean @Sean_Bot
sean.taipei/telegram/src/sean.html 求解...
先睡.. Koru 趕一隻來一隻 QQ
需要什麼幫忙
不知原因噴了 QQ
so what did you do before it stop working?
🇹🇼🇨🇳🇯🇵🇺🇸
same
same
same
same
same
我是 git 有用跟沒用一樣的人....
/sticker
/motorcycle
/repeat 1 2
/repeat 3 5
CD...
@S_ean 你試著收到訊息直接 sendMsg
剛剛是看到你說之後去看 log 才找到原因...
嘿所以是什麼原因?
so what's your problem
@tgbot
呼叫了一個我指定 string 型別的 function ,但是不知道塞了什麼給他
oh…
一個已經要丟的 code
wt
/help
same
測試用,失敗後忘了刪 (?
/start
Hello mingtsay@tg, I am ysitdbot. You could use /help to get all commands and usage of this bot.
same
500...
/sleep now....
500
應該是那個問題
/test
/cancel
/repeat 1 2
/repeat 2 2
/repeat 2 3
@S_ean
@S_ean
@S_ean
@S_ean
@S_ean
@S_ean
@S_ean
@S_ean
@S_ean
@S_ean
OAO
有錯嗎? str_repeat(2, 1)
/repeat 2 3
WTF.....
/repeat 10 Hi
/repeat 2 3
也太 bug 我找不到原因,突然又好了....
[sticker](media:AAQFABPX-LEyAATCDwHFVzWAFMsQAAIC@telegram)
/sticker@Sean_Bot
/sticker teat
/sticker
/sticker
[photo](media:AgADBQADxqoxGwsl9AF87vLDEPLpiYkAAb4yAAR85zuUWPfl8L4YAgABAg@telegram)
/sticker
名為 /sticker 嘛 (藉口
/fileid
/fileid
$text = $data['message']['reply_to_message']['audio']['file_id'] ?? $data['message']['reply_to_message']['document']['file_id'] ?? end($data['message']['reply_to_message']['new_chat_photo'])['file_id'] ??
$text = $data['message']['reply_to_message']['audio']['file_id'] ?? $data['message']['reply_to_message']['document']['file_id'] ?? end($data['message']['reply_to_message']['new_chat_photo'])['file_id'] ?? end($data['message']['reply_to_message']['photo'])['file_id'] ?? $data['message']['reply_to_message']['sticker']['file_id'] ?? $data['message']['reply_to_message']['video']['file_id'] ?? $data['message']['reply_to_message']['voice']['file_id'] ?? 'Error';
same
A
A
/fileid
/fileid
/fileid
/fileid
/fileid
自覺稍微能看的解法.. case 'fileid': $reply = $data['message']['reply_to_message'] ?? []; $file = $reply['audio'] ?? $reply['document'] ?? $reply['new_chat_photo'] ?? $reply['photo'] ?? $reply['sticker'] ?? $reply['video'] ?? $reply['voice'] ?? []; $text = $file['file_id'] ?? end($file)['file_id'] ?? 'Error'; sendMsg(Array( 'bot' => BOT, 'chat_id' => ChatID, 'reply_to_message_id' => MsgID, 'text' => $text, )); break;
same