gotgproto icon indicating copy to clipboard operation
gotgproto copied to clipboard

sessionMaker.TdataSession() Error reporting method does not exist

Open TNT-ma opened this issue 1 year ago • 3 comments

Session: sessionMaker.TdataSession(accounts[0]).Name("tdata"),

TdataSession Error reporting method does not exist

The example code has already expired

TNT-ma avatar Apr 05 '24 06:04 TNT-ma

Can you explain it a bit more? The data seems insufficient to understand the problem.

celestix avatar Apr 06 '24 00:04 celestix

		&gotgproto.ClientOpts{
			Session: sessionMaker.TdataSession(accounts[0]).Name("tdata"),

		},

Error display: TdataSession function does not exist

TNT-ma avatar Apr 06 '24 06:04 TNT-ma

		&gotgproto.ClientOpts{
			Session: sessionMaker.TdataSession(accounts[0]).Name("tdata"),

		},

Error display: TdataSession function does not exist

Please update gotgproto to the latest by running this command:

go get -u github.com/celestix/gotgproto`

This should fix the issue.

celestix avatar Apr 06 '24 11:04 celestix