听风

Results 34 comments of 听风

升级mysql到5.7后安装成功了

I checked some information: #https://github.com/tdlib/td/issues/2035 #https://github.com/tdlib/td/issues/1204#issuecomment-701941575 #https://github.com/tdlib/td/issues/578 Then I tried to find answers from `Telethon `and `pyrogram`. I found that they all have other session storage (eg: `sqlite`) in addition...

is executed within the same session file for one account only. My process is to save the bytes value of the sender's Packed in Update, copy it out from the...

From the printed results (`PackedChat { ty: Megagroup,`), they are basically `Megagroups`. I put a few `user.packed.to_bytes` data out: ``` [2,18,63,154,114,88,1,0,0,0,113,173,169,225,10,236,192,232] [2,18,143,16,38,88,1,0,0,0,34,124,209,138,25,147,20,1] [2,18,117,46,92,31,0,0,0,0,232,62,60,4,212,194,36,90] [2,18,4,252,4,66,1,0,0,0,128,51,170,251,194,246,66,120] [2,18,216,17,114,67,1,0,0,0,47,66,118,150,250,85,209,28] ``` In terms of number...

I tried it with `Pyrogram` this weekend, and I found that some sender IDs and access_hash are not saved to `sqlite` (and some are). So I guess, is it possible...

I updated it and removed the print first, but the result is the same

I submitted a minimal code sample: [code](https://github.com/tingfeng-key/grammers_app_test.git) operation result: ![image](https://user-images.githubusercontent.com/13976521/187109157-a3d2593b-b55d-47e9-a3ff-734239817356.png)

Using the newly submitted data can be printed twice, and then the operation will be terminated. The exception is as follows: ```rust thread 'main' panicked at 'gap is detected while...