Ilya Strelov
Ilya Strelov
After webpack build I got this error `Cannot find module '\workseet'`
https://github.com/nestjsx/crud/issues/525 @Transform in DTO called two times, this occurring only with alwaysPaginate set true `@Transform((value, obj) => obj.F2 + ':' + obj.F2)` DATA: ` { "F1":1, "F2":"YaEvwfvzVi" } ` Server...
How to send Image?
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{}, })...