github.com/gotd/td/internal/mt.NewSessionCreated.FirstMsgID (field)
7 uses
github.com/gotd/td/internal/mt (current package)
tl_new_session_created_gen.go#L37: FirstMsgID int64
tl_new_session_created_gen.go#L59: if !(n.FirstMsgID == 0) {
tl_new_session_created_gen.go#L134: b.PutLong(n.FirstMsgID)
tl_new_session_created_gen.go#L161: n.FirstMsgID = value
tl_new_session_created_gen.go#L185: return n.FirstMsgID
github.com/gotd/td/internal/mtproto
handle_session_created.go#L19: created := proto.MessageID(s.FirstMsgID).Time()
handle_session_created.go#L23: zap.Int64("first_msg_id", s.FirstMsgID),
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |