mtproto
mtproto copied to clipboard
Golang MTProto implementation. Current API layer is 65
Is there way to handle and store in arbitrary database the sessions of multiple users?
I try send media ``` update, err := cli.mtproto.InvokeSync(mtproto.TL_messages_sendMedia{ Silent: false, Background: false, Clear_draft: false, Peer: mtproto.TL_inputPeerChannel{ Channel_id: channelTo.Id, Access_hash: channelTo.Access_hash}, Reply_to_msg_id: 0, Media: message.Media, Random_id: rand.Int63(), Reply_markup: mtproto.TL_null{}, })...
My phone number gets a redirect (returns status `303` with `PHONE_MIGRATE_1`). Ultimately, I have tracked down the issue to `mtproto.go`'s `func (m *MTProto) readRoutine()` trying to read on a closed...
Move library to new version of protocol
When we invoke TL_messages_getMessagesViews return Unknown constructor: 1cb5c415 error
@shelomentsevd hi there, please handle FILE_MIGRATE_X error.
@shelomentsevd @Lord-Protector panic: runtime error: slice bounds out of range https://github.com/shelomentsevd/mtproto/blob/7a7c9f631c75977c38c19e758a6f61d4d85362b7/network.go#L164
dear Dmitriy Shelomentsev please check order of out put on your example project on line 71 , 83