const github.com/gotd/td/internal/mt.BadServerSaltTypeID
12 uses
github.com/gotd/td/internal/mt (current package)
tl_bad_msg_notification_gen.go#L222: const BadServerSaltTypeID = 0xedab447b
tl_bad_msg_notification_gen.go#L270: return BadServerSaltTypeID
tl_bad_msg_notification_gen.go#L282: ID: BadServerSaltTypeID,
tl_bad_msg_notification_gen.go#L314: buf.PutID(BadServerSaltTypeID)
tl_bad_msg_notification_gen.go#L335: if err := buf.ConsumeID(BadServerSaltTypeID); err != nil {
tl_bad_msg_notification_gen.go#L465: case BadServerSaltTypeID:
tl_registry_gen.go#L65: BadServerSaltTypeID: "bad_server_salt#edab447b",
tl_registry_gen.go#L116: "bad_server_salt": BadServerSaltTypeID,
tl_registry_gen.go#L167: BadServerSaltTypeID: func() bin.Object { return &BadServerSalt{} },
tl_registry_gen.go#L192: BadServerSaltTypeID,
github.com/gotd/td/internal/mtproto
handle_bad_msg.go#L57: case mt.BadServerSaltTypeID:
handle_message.go#L23: case mt.BadMsgNotificationTypeID, mt.BadServerSaltTypeID:
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. |